Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option struct { Address string `json:"address"` DB int `json:"db"` Username string `json:"username"` Password string `json:"password"` Port int `json:"port"` Network string `json:"network"` // Maximum number of retries before giving up. // Default is 3 retries; -1 (not 0) disables retries. MaxRetries int `json:"max_retries"` }
Click to show internal directories.
Click to hide internal directories.