Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func NewAgent ¶
func NewAgent(explorerClient synchronization.ExplorerClient) *Agent
NewAgent returns a Agent which is just a thin wrapper over the explorerClient for now
type MonitoringEndpoint ¶
type MonitoringEndpoint interface {
SendLog(log []byte)
}
MonitoringEndpoint is where the OCR protocol sends monitoring output
Click to show internal directories.
Click to hide internal directories.