Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ Period: 1 * time.Second, }
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Code string `config:"code"` Connection struct { URL string `config:"url"` Username string `config:"username"` Password string `config:"password"` UserAgent string `config:"user_agent"` UserAgentPassword string `config:"user_agent_password"` RetsVersion string `config:"rets_version"` } `config:"connection"` Status []string `config:"status"` Type []string `config:"type"` Custom []Custom `config:"custom"` }
Click to show internal directories.
Click to hide internal directories.