Versions in this module Expand all Collapse all v0 v0.5.0 Dec 19, 2024 Changes in this version + type Store struct + Schema *types.APISchema + func (e *Store) ByID(apiOp *types.APIRequest, oldSchema *types.APISchema, id string) (types.APIObject, error) + func (e *Store) Create(apiOp *types.APIRequest, oldSchema *types.APISchema, data types.APIObject) (types.APIObject, error) + func (e *Store) Delete(apiOp *types.APIRequest, oldSchema *types.APISchema, id string) (types.APIObject, error) + func (e *Store) List(apiOp *types.APIRequest, oldSchema *types.APISchema) (types.APIObjectList, error) + func (e *Store) Update(apiOp *types.APIRequest, oldSchema *types.APISchema, data types.APIObject, ...) (types.APIObject, error) + func (e *Store) Watch(apiOp *types.APIRequest, oldSchema *types.APISchema, wr types.WatchRequest) (chan types.APIEvent, error)