diff options
Diffstat (limited to 'internal/pipeline/pipeline.go')
| -rw-r--r-- | internal/pipeline/pipeline.go | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/pipeline/pipeline.go b/internal/pipeline/pipeline.go index 0d027a3..5ba0cb4 100644 --- a/internal/pipeline/pipeline.go +++ b/internal/pipeline/pipeline.go @@ -33,6 +33,7 @@ const HeartbeatSeconds = 60  type Clouder interface {  	Init() error  	ListObjects(bucket string, prefix string) ([]string, error) +	DeleteObjects(bucket string, keys []string) error  	Download(bucket string, key string, fn string) error  	Upload(bucket string, key string, path string) error  	CheckQueue(url string, timeout int64) (bookpipeline.Qmsg, error)  | 
