Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Addr string `json:"addr" toml:"addr"` Socket string `json:"socket" toml:"socket"` SkipAuth bool `json:"skip_auth" toml:"skip_auth"` }
Config contains configuration options.
Click to show internal directories.
Click to hide internal directories.