Documentation ¶ Index ¶ func New(store types.Store) types.Store type Store func (p *Store) Create(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(store types.Store) types.Store Types ¶ type Store ¶ type Store struct { types.Store } func (*Store) Create ¶ func (p *Store) Create(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}) (map[string]interface{}, error) Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.