Versions in this module Expand all Collapse all v1 v1.5.2 Aug 14, 2017 Changes in this version + type Reporter interface + CurrentState func() State + WaitForStateChange func(context.Context, State) bool + type State int + const Connecting + const Idle + const Ready + const Shutdown + const TransientFailure + func (s State) String() string