Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "xatu"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `yaml:"address"` Headers map[string]string `yaml:"headers"` TLS bool `yaml:"tls" default:"false"` DiscV4 bool `yaml:"discV4" default:"true"` DiscV5 bool `yaml:"discV5" default:"true"` Restart time.Duration `yaml:"restart" default:"2m"` NetworkIds []uint64 `yaml:"networkIds"` ForkIDHashes []string `yaml:"forkIdHashes"` }
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
func (*Coordinator) Type ¶
func (c *Coordinator) Type() string
Click to show internal directories.
Click to hide internal directories.