Documentation ¶
Index ¶
- type RegistrationTokenStore
- type Store
- func (r *Store) ByID(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)
- func (r *Store) Create(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error)
- func (r *Store) Update(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistrationTokenStore ¶
func (*RegistrationTokenStore) Create ¶
func (r *RegistrationTokenStore) Create(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}) (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.