package
0.1.4
Repository: https://github.com/uber/kraken.git
Documentation: pkg.go.dev

# Functions

MatchTask returns a new TaskMatcher.
NewExecutor creates a new Executor.
NewNameQuery returns a new NameQuery.
NewStore creates a new Store.
NewTask creates a new Task.
TaskFixture returns a randomly generated Task for testing purposes.

# Structs

Executor executes write back tasks.
NameQuery queries writeback tasks which match a name.
Store stores writeback tasks.
Task contains information to write back a blob to remote storage.
TaskMatcher is a gomock Matcher which matches two tasks.

# Interfaces

FileStore defines store operations required for write-back.