Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { ListUnhandledCommands(ctx context.Context, pipedID string) ([]*model.Command, error) AddCommand(ctx context.Context, command *model.Command) error GetCommand(ctx context.Context, id string) (*model.Command, error) UpdateCommandHandled(ctx context.Context, id string, status model.CommandStatus, metadata map[string]string, unhandledAt int64) error }
Click to show internal directories.
Click to hide internal directories.