Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Flag for EnvOpen indicating selection of block storage directory rather than local storage. Block uint = 1 << 31 )
Variables ¶
View Source
var ( DefaultCtxKeyMeta = `module_lmdb_meta` DefaultCtxKeyTenantID = `tenant_id` DefaultCtxKeyLocalDir = `tenant_local_dir` DefaultCtxKeyBlockDir = `tenant_block_dir` )
Functions ¶
Types ¶
type Option ¶
type Option func(*module)
func WithCtxKeyBlockDir ¶
func WithCtxKeyLocalDir ¶
func WithCtxKeyMeta ¶
func WithCtxKeyTenantID ¶
Click to show internal directories.
Click to hide internal directories.