Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Name string `json:"name"` Enabled bool `json:"enabled"` Addr string `json:"addr"` AuthEnabled bool `json:"authEnabled"` Host string `json:"host"` Username string `json:"username"` Password string `json:"password"` WebhookEnabled bool `json:"webhookEnabled"` WebhookPluginName string `json:"webhookPluginName"` }
func LoadFromJSON ¶
Click to show internal directories.
Click to hide internal directories.