Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get_homedir ¶
func Get_homedir() string
func Get_username ¶
func Get_username() string
Types ¶
type Config ¶
type Config struct { Connections []IRCConnection `json:"connections"` Http struct { Tls bool `json:"tls"` Cert string `json:"cert,omitempty"` Key string `json:"key,omitempty"` Cacert string `json:"ca_cert,omitempty"` Port uint16 `json:"port"` Enable_webui bool `json:"enable_webui"` } `json:"http"` // contains filtered or unexported fields }
func (*Config) Parse_command_line ¶
func (c *Config) Parse_command_line()
func (*Config) Parse_config_file ¶
func (*Config) Write_config_file ¶
Click to show internal directories.
Click to hide internal directories.