Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVExt ¶
type KVExt interface { metaModel.KV // Do applies a single Op on KV without a transaction. // Do is useful when adding intermidate layer to KV implement Do(ctx context.Context, op metaModel.Op) (metaModel.OpResponse, metaModel.Error) }
KVExt extends the KV interface with Do method to implement the intermediate
Click to show internal directories.
Click to hide internal directories.