Documentation ¶
Index ¶
Constants ¶
View Source
const (
Bitrot = "bitrotscan"
)
Compression environment variables
Variables ¶
View Source
var ( // DefaultKVS - default KV config for heal settings DefaultKVS = config.KVS{ config.KV{ Key: Bitrot, Value: config.EnableOff, }, } // Help provides help for config values Help = config.HelpKVS{ config.HelpKV{ Key: Bitrot, Description: `perform bitrot scan on disks when checking objects during crawl`, Optional: true, Type: "on|off", }, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.