Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultMountInfo = map[string]interface{}{ "level": map[string]interface{}{ "path": "kv", "prefix": "/", }, "flatfs": map[string]interface{}{ "path": "blocks", "prefix": "blocks", "shardFunc": "/repo/flatfs/shard/v1/next-to-last/2", "sync": true, }, }
Functions ¶
func IsInitialized ¶
Types ¶
type ActiveRepo ¶
type ActiveRepo struct { Active *fsRepo RefCnt int }
Click to show internal directories.
Click to hide internal directories.