From: Tom Clegg Date: Mon, 9 Apr 2018 13:56:03 +0000 (-0400) Subject: 13100: Update comment. X-Git-Tag: 1.2.0~216^2~4 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/bcb6f55e2edfddd9edfa08c6463013b89ed0b78d 13100: Update comment. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/services/crunch-run/copier.go b/services/crunch-run/copier.go index 273ec7917b..b6093ce092 100644 --- a/services/crunch-run/copier.go +++ b/services/crunch-run/copier.go @@ -45,11 +45,9 @@ type filetodo struct { // Symlinks to other parts of the container's filesystem result in // errors. // -// To use a copier: first call walkMount() to inspect the output -// directory, grab the necessary parts of already-stored collections, -// and prepare a list of files that need to be copied from the local -// filesystem; then call commit() to copy the file data and return a -// complete output manifest. +// Use: +// +// manifest, err := (&copier{...}).Copy() type copier struct { client *arvados.Client arvClient IArvadosClient