Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnSupportedPriorityCode = errors.New("Unsupported Priority Code")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Version string `json:"version"` SupportedCurrencies []string `json:"supportedCurrencies"` AuthorizedAddresses []string `json:"authorizedAddresses"` Watchdog string `json:"watchdogURL"` // contains filtered or unexported fields }
func LoadConfig ¶
func (*Config) GetAuthorizedAddresses ¶
func (*Config) GetSupportedCurrencies ¶
func (*Config) GetVersion ¶
func (*Config) StoreLocation ¶
func (*Config) WatchdogURL ¶
Click to show internal directories.
Click to hide internal directories.