Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(credentials *settings.Credentials) settings.CRUDService[*extension_config.Settings]
Types ¶
type CreateMonitoringConfigResponse ¶
type CreateMonitoringConfigResponse struct {
ObjectID string `json:"objectId"`
}
type ExtensionsList ¶
type GetMonitoringConfigurationResponse ¶
type GetMonitoringConfigurationResponse struct { ObjectID string `json:"objectId"` Scope string `json:"scope"` Value json.RawMessage `json:"value"` }
type MonitoringConfigCreateDto ¶
type MonitoringConfigCreateDto struct { Scope string `json:"scope,omitempty"` Value json.RawMessage `json:"value"` }
Click to show internal directories.
Click to hide internal directories.