Versions in this module Expand all Collapse all v0 v0.1.0 Aug 16, 2022 v0.0.1 Aug 4, 2022 Changes in this version + type Superviser struct + func NewSuperviser(binary string, arguments []string, dataDir string, debugDeepMind bool, ...) *Superviser + func (s *Superviser) GetCommand() string + func (s *Superviser) GetName() string + func (s *Superviser) IsRunning() bool + func (s *Superviser) LastSeenBlockNum() uint64 + func (s *Superviser) MarshalLogObject(enc zapcore.ObjectEncoder) error + func (s *Superviser) ServerID() (string, error) + func (s *Superviser) SetLastBlockSeen(blockNum uint64) + func (s *Superviser) Start(options ...nodeManager.StartOption) error