package
Version:
v1.1.1-0...-b92a7c3
Opens a new window with list of versions in this module.
Published: Jun 24, 2020
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Agent struct {
Name string
}
func (a *Agent) Start(stop <-chan struct{}) <-chan struct{}
type Command struct {
Command string `json:"command"`
Params map[string]interface{} `json:"params"`
}
type Message struct {
Type string `json:"type"`
Timestamp int64 `json:"timestamp"`
Payload interface{} `json:"payload"`
}
type StartLoadCommand struct {
Type string `mapstructure:"type"`
ChainIDs []string `mapstructure:"chainIds"`
EsAddress string `mapstructure:"esAddress"`
EntrySizeRange common.IntRange `mapstructure:"entrySizeRange"`
Params map[string]interface{} `mapstructure:"params"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.