Documentation ¶
Index ¶
Constants ¶
View Source
const Version = 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfYaml ¶
type ConfYaml struct { HTTP HTTPSection `yaml:"http"` RPC RPCSection `yaml:"rpc"` Cache cache.CacheSection `yaml:"cache"` Logger logger.LoggerSection `yaml:"logger"` Identity identity.IdentitySection `yaml:"identity"` Report report.ReportSection `yaml:"report"` }
var (
Config *ConfYaml
)
type HTTPSection ¶
type HTTPSection struct {
Enabled bool `yaml:"enabled"`
}
type RPCSection ¶
type RPCSection struct {
Enabled bool `yaml:"enabled"`
}
Click to show internal directories.
Click to hide internal directories.