Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config allows to take a remote server address and password from the configuration file. This enables not to specify these flags when running the CLI.
Example: ```yaml default:
address: "127.0.0.1:16260" password: "password"
```.
func ReadYamlConfig ¶
ReadYamlConfig reads config data from yaml file.
Click to show internal directories.
Click to hide internal directories.