Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Superviser ¶
type Superviser struct { *superviser.Superviser Logger *zap.Logger // contains filtered or unexported fields }
func NewSuperviser ¶
func NewSuperviser( binary string, arguments []string, dataDir string, headBlockUpdateFunc nodeManager.HeadBlockUpdater, debugFirehose bool, logToZap bool, appLogger *zap.Logger, nodelogger *zap.Logger, ) *Superviser
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) MarshalLogObject ¶
func (s *Superviser) MarshalLogObject(enc zapcore.ObjectEncoder) error
func (*Superviser) ServerID ¶
func (s *Superviser) ServerID() (string, error)
Click to show internal directories.
Click to hide internal directories.