Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + func MockStandbyWait(d time.Duration) (restore func()) + type Opinionator interface + CanStandby func() bool + type StandbyOpinions struct + func New(st *state.State) *StandbyOpinions + func (m *StandbyOpinions) AddOpinion(opi Opinionator) + func (m *StandbyOpinions) CanStandby() bool + func (m *StandbyOpinions) Start() + func (m *StandbyOpinions) Stop()