Versions in this module Expand all Collapse all v0 v0.21.1 Apr 1, 2019 Changes in this version + const ErrInput + type Config struct + Interval uint64 + func NewConfig() *Config + type Monitor struct + func NewMonitor(interval uint64, db *reform.DB, logger log.Logger, pr *proc.Processor) (*Monitor, error) + func (m *Monitor) Run() error + func (m *Monitor) VerifyBillingLags() error + func (m *Monitor) VerifyChannelsForInactivity() error + func (m *Monitor) VerifySuspendedChannelsAndTryToTerminate() error + func (m *Monitor) VerifySuspendedChannelsAndTryToUnsuspend() error + func (m *Monitor) VerifyUnitsBasedChannels() error