Documentation ¶
Index ¶
- Variables
- type ConfigKey
- func (k ConfigKey) Enabled(tx kv.Tx) (bool, error)
- func (k ConfigKey) EnsureNotChanged(tx kv.RwTx, value bool) (ok, enabled bool, err error)
- func (k ConfigKey) ForceWrite(tx kv.RwTx, enabled bool) error
- func (k ConfigKey) FromDB(db kv.RoDB) (enabled bool)
- func (k ConfigKey) WriteOnce(tx kv.RwTx, v bool) (bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HistoryV3 = ConfigKey("history.v3")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.