Versions in this module Expand all Collapse all v1 v1.0.0 Jan 9, 2019 Changes in this version + type Config struct + CSRF string + Cookies []*http.Cookie + FaucetHost string + HomeDir string + Host string + Identity *identity.FullIdentity + RawJSON bool + ShowVersion bool + Verbose bool + Version string + WalletCert string + WalletHost string + func Load() (*Config, error) + func (cfg *Config) SaveCSRF(csrf string) error + func (cfg *Config) SaveCookies(cookies []*http.Cookie) error + func (cfg *Config) SaveIdentity(id *identity.FullIdentity) error