Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Debug bool `json:"debug" yaml:"debug"`
Sock string `json:"sock" yaml:"sock"`
Host string `json:"host" yaml:"host"`
Port int `json:"port" yaml:"port"`
Name string `json:"name" yaml:"name"`
User string `json:"user" yaml:"user"`
Pass string `json:"pass" yaml:"pass"`
Charset string `json:"charset" yaml:"charset"`
Conn ConnConfig `json:"conn" yaml:"conn"`
}
type ConnConfig ¶
Click to show internal directories.
Click to hide internal directories.