Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Managers ¶
type Managers struct {
Tx *transaction.Manager
SearchTx *transaction.Manager
Tenant *metadata.TenantManager
KVDB kv.TxStore
KVSearch kv.TxStore
MetaStore *metadata.Dictionary
}
var Mgr Managers
type TableData ¶
type TableData struct {
Table string `json:"table"`
Key kv.Key `json:"key,omitempty"`
Ver int32 `json:"ver,omitempty"`
Encoding int32 `json:"encoding,omitempty"`
CreatedAt time.Time `json:",omitempty"`
UpdatedAt time.Time `json:",omitempty"`
RawData json.RawMessage `json:"raw_data"`
TotalChunks *int32 `json:"total_chunks,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.