Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRecordNotFound = errors.New("record not found")
)
Functions ¶
This section is empty.
Types ¶
type OperationRepository ¶
type ResourceRepository ¶
type Store ¶
type Store interface { Resource() ResourceRepository Operation() OperationRepository }
Click to show internal directories.
Click to hide internal directories.