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"` TokenLimit int `json:"token-limit" toml:"token-limit"` }
Config contains configuration options.
Click to show internal directories.
Click to hide internal directories.