Documentation ¶
Index ¶
- Variables
- func Create(ctx context.Context, collection string, payload any) (resp *pbcmdb.Response, err error)
- func Read(ctx context.Context, key, collection string) (resp *pbcmdb.Response, err error)
- func Remove(ctx context.Context, key, collection string) (resp *pbcmdb.Response, err error)
- func Update(ctx context.Context, key, collection string, payload any) (resp *pbcmdb.Response, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyPayload = errors.New("empty payload")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.