Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RPC map[string]RPCMetadata LogDir string LogLevel string }
Config is the configuration for this currency transaction proxy service.
func Load ¶
Load parses and validates the provided buffer b as a config file body and returns the Config.
type RPCMetadata ¶
type RPCMetadata struct {
Url, User, Pass string
}
Click to show internal directories.
Click to hide internal directories.