Documentation
¶
Index ¶
- Variables
- func Abort(ctx context.Context, a *Archive) error
- func AddEntries(ctx context.Context, a *Archive, entries []Entry) error
- func Complete(ctx context.Context, a *Archive) error
- func Configure()
- func Create(ctx context.Context, cmd CreateCommand) (string, error)
- func Exists(ctx context.Context, bucket, key, id string) (bool, error)
- type Archive
- type CompleteResult
- type CompletedEvent
- type CreateCommand
- type Entry
- type Stats
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //EventCompleted indicates that an archive has been completed. Data is a CompletedEvent EventCompleted = "archive.completed" StatePending = "pending" StateProcessing = "processing" StateComplete = "complete" StateFailed = "failed" TypeZip = "zip" )
Functions ¶
Types ¶
type CompleteResult ¶
type CompletedEvent ¶
type CreateCommand ¶
Click to show internal directories.
Click to hide internal directories.