From bcb6f55e2edfddd9edfa08c6463013b89ed0b78d Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 9 Apr 2018 09:56:03 -0400 Subject: [PATCH] 13100: Update comment. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- services/crunch-run/copier.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.30.2