Documentation ¶
Index ¶
- type Store
- func (a *Store) ByID(_ *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error)
- func (a *Store) Create(apiOp *types.APIRequest, schema *types.APISchema, data types.APIObject) (types.APIObject, error)
- func (a *Store) Delete(_ *types.APIRequest, _ *types.APISchema, id string) (types.APIObject, error)
- func (a *Store) List(_ *types.APIRequest, schema *types.APISchema) (types.APIObjectList, error)
- func (a *Store) Update(apiOp *types.APIRequest, schema *types.APISchema, data types.APIObject, ...) (types.APIObject, error)
- func (a *Store) Watch(apiOp *types.APIRequest, schema *types.APISchema, _ types.WatchRequest) (chan types.APIEvent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.