cmd

package
v1.0.0-beta.122 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL