Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachClient ¶ added in v0.3.0
func AttachClient(client kclient.Client) router.Middleware
Types ¶
type ContextKey ¶ added in v0.3.0
type ContextKey string
type SilenceCreateResponse ¶
type SilenceCreateResponse struct {
SilenceID string `json:"silenceID"`
}
type SilenceResponse ¶
type SilenceResponse struct { v1.SilenceSpec `json:",inline"` ID string `json:"id"` Status v1.SilenceStatus `json:"status"` }
Click to show internal directories.
Click to hide internal directories.