Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Gofer dataproviderConfig.Config `hcl:"gofernext,block"`
Ethereum *ethereumConfig.Config `hcl:"ethereum,block,optional"`
Logger *loggerConfig.Config `hcl:"logger,block,optional"`
// HCL fields:
Remain hcl.Body `hcl:",remain"` // To ignore unknown blocks.
Content hcl.BodyContent `hcl:",content"`
}
Config is the configuration for Gofer.
Click to show internal directories.
Click to hide internal directories.