Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGlobalHeight ¶
func GetGlobalHeight() int64
GetGlobalHeight gets lastCommittedHeight safely.
func SetGlobalHeight ¶
func SetGlobalHeight(height int64)
SetGlobalHeight sets lastCommittedHeight safely.
Types ¶
type EmptyManager ¶
type EmptyManager struct{}
func (EmptyManager) GetSendEnabled ¶
func (e EmptyManager) GetSendEnabled() bool
func (EmptyManager) SetSendEnabled ¶
func (e EmptyManager) SetSendEnabled(enable bool)
type ModuleParamsManager ¶
var Manager ModuleParamsManager = EmptyManager{}
Manager sets module params to watchDB and avoids golang import cycle
Click to show internal directories.
Click to hide internal directories.