Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ DataDir: "chatdata", Http: server.DefaultHTTPConfig, Backend: api.DefaultBackendConfig, }
Functions ¶
func LoadTomlConfig ¶
LoadTomlConfig is unstable, See https://github.com/celo-org/celo-blockchain/issues/1066
func MustHexToECDSA ¶
func MustHexToECDSA(hexkey string) *ecdsa.PrivateKey
Types ¶
type Config ¶
type Config struct { DataDir string Http server.HTTPConfig Backend api.BackendConfig }
func LoadINIConfig ¶
Click to show internal directories.
Click to hide internal directories.