Documentation ¶
Index ¶
Constants ¶
View Source
const SchemaID = "builtin:davis.anomaly-detectors"
View Source
const SchemaVersion = "1.0.1"
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(credentials *settings.Credentials) settings.CRUDService[*anomalydetectors.Settings]
Types ¶
type LoggingRoundTripper ¶
type LoggingRoundTripper struct {
RoundTripper http.RoundTripper
}
type SettingsObject ¶
type SettingsObject struct { SchemaVersion string `json:"schemaVersion"` SchemaID string `json:"schemaId"` Scope string `json:"scope"` Value json.RawMessage `json:"value"` }
Click to show internal directories.
Click to hide internal directories.