package
Version:
v1.13.0
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Matcher struct {
IsEqual bool `json:"isEqual"`
IsRegex bool `json:"isRegex"`
Name string `json:"name"`
Value string `json:"value"`
}
type Silence struct {
ID string `json:"id"`
CreatedBy string `json:"createdBy"`
EndsAt string `json:"endsAt"`
Matchers []Matcher `json:"matchers"`
StartsAt string `json:"startsAt"`
Status Status `json:"status"`
}
type Status struct {
State string `json:"state"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.