Documentation ¶
Index ¶
Constants ¶
View Source
const SchemaID = "app:dynatrace.site.reliability.guardian:guardians"
View Source
const SchemaVersion = "1.3.2"
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(credentials *settings.Credentials) settings.CRUDService[*sitereliabilityguardian.Settings]
Types ¶
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.