Documentation
¶
Overview ¶
Package config provides the configuration for Admin server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.2.14
type Config struct { // Auths is the map of the address and the token. Auths map[string]Auth `json:"auths"` // RPCAddr is the address of the rpc server RPCAddr string `json:"rpcAddr"` }
Config is the configuration of CLI.
Click to show internal directories.
Click to hide internal directories.