Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Superviser ¶
type Superviser struct {
*nodemanager.Superviser
// contains filtered or unexported fields
}
func NewSuperviser ¶
func NewSuperviser( binary string, arguments []string, headBlockUpdateFunc nodeManager.HeadBlockUpdater, appLogger *zap.Logger, nodeLogger *zap.Logger, ) (*Superviser, error)
func (*Superviser) GetCommand ¶
func (s *Superviser) GetCommand() string
func (*Superviser) GetName ¶
func (s *Superviser) GetName() string
func (*Superviser) LastSeenBlockNum ¶
func (s *Superviser) LastSeenBlockNum() uint64
func (*Superviser) ServerID ¶
func (s *Superviser) ServerID() (string, error)
Click to show internal directories.
Click to hide internal directories.