Documentation
¶
Index ¶
- Variables
- type FS
- func (d *FS) Cleanup() error
- func (d *FS) ClearWork() error
- func (t *FS) FindPrefixRecursive(folder, prefix string) *string
- func (t *FS) FindRegexRecursive(folder, prefix string) *string
- func (d *FS) GetWork() (io.Reader, error)
- func (d *FS) HandleFailure() error
- func (d *FS) Init() error
- func (d *FS) LoadEnv(prefix string) error
- func (d *FS) LoadFlags() error
- type S3Op
- type S3Operation
Constants ¶
This section is empty.
Variables ¶
View Source
var ( S3OperationRM = S3Operation("rm") S3OperationMV = S3Operation("mv") )
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct { Folder string Key string KeyPrefix string KeyRegex string ClearOp *S3Op FailOp *S3Op }
func (*FS) FindPrefixRecursive ¶
func (*FS) FindRegexRecursive ¶
func (*FS) HandleFailure ¶
type S3Operation ¶
type S3Operation string
Click to show internal directories.
Click to hide internal directories.