Documentation ¶
Overview ¶
Package repository provides primitives for putting tasks into a persistence layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions interface { Create(id string, val Record) error Get(id string) (Record, error) Update(id string, val Record) error Delete(id string) error }
Actions interface for interacting with the persistence layer.
type Error ¶
Error for all bmc actions.
func (*Error) StructuredError ¶
StructuredError returns the error struct for convenience.
Click to show internal directories.
Click to hide internal directories.