membuntdb

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IdxEdge_Meta               = "idx_edge_meta"
	IdxEdge_Addr               = "idx_edge_addr"
	IdxEdge_CreateTime         = "idx_create_time"
	IdxEdgeRPC_RPC             = "idx_edgerpc_rpc"
	IdxEdgeRPC_EdgeID          = "idx_edgerpc_edge_id"
	IdxEdgeRPC_CreateTime      = "idx_edgerpc_create_time"
	IdxService_Service         = "idx_service_service"
	IdxService_Addr            = "idx_service_addr"
	IdxService_CreateTime      = "index_service_create_time"
	IdxServiceRPC_RPC          = "idx_servicerpc_rpc"
	IdxServiceRPC_ServiceID    = "idx_servicerpc_service_id"
	IdxServiceRPC_CreateTime   = "idx_servicerpc_create_time"
	IdxServiceTopic_Topic      = "idx_servicetopic_topic"
	IdxServiceTopic_ServiceID  = "idx_servicetopic_service_id"
	IdxServiceTopic_CreateTime = "idx_servicetopic_create_time"
)

Variables

View Source
var (
	ErrUnimplemented                      = errors.New("unimplemented")
	ErrUnsupportedForBuntDB               = errors.New("unsupported for buntdb")
	ErrUnsupportedMultipleFieldsForBuntDB = errors.New("unsupported multiple fields for buntdb")
)

Functions

func NewDao

func NewDao(config *config.Configuration) (*dao, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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