Documentation ¶
Index ¶
Constants ¶
View Source
const ( NOTIFY_NEVER = iota NOTIFY_CHANGE NOTIFY_ALWAYS )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsConfig ¶
type OpsConfig struct { Username string `json:"username"` Password string `json:"password"` Url string `json:"url"` Insecure bool `json:"insecure"` CdnName string `json:"cdnName"` HttpListener string `json:"httpListener"` HttpsListener string `json:"httpsListener"` CertFile string `json:"certFile"` KeyFile string `json:"keyFile"` UsingDummyTO bool `json:"usingDummyTO"` // only used in the TM UI to indicate if TM started up with on-disk backup snapshots }
Click to show internal directories.
Click to hide internal directories.