Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store holds provider's API state.
func (*Store) ByID ¶
func (p *Store) ByID(_ *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error)
ByID returns provider by ID.
func (*Store) List ¶
func (p *Store) List(_ *types.APIRequest, schema *types.APISchema) (types.APIObjectList, error)
List returns providers as list.
Click to show internal directories.
Click to hide internal directories.