Documentation ¶
Index ¶
Constants ¶
View Source
const SchemaID = "app:dynatrace.slack:connection"
View Source
const SchemaVersion = "0.0.12"
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(credentials *settings.Credentials) settings.CRUDService[*slackconnection.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.