Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertmanagerSilenceResponse ¶
type AlertmanagerSilenceResponse struct {
Status string `json:"status"`
Data struct {
SilenceId string `json:"silenceId"`
} `json:"data"`
}
AlertmanagerSilenceResponse 表示告警管理器静默响应结构体
type RobotTenantAccessTokenReq ¶
type RobotTenantAccessTokenReq struct {
AppID string `json:"app_id"` // 应用 ID
AppSecret string `json:"app_secret"` // 应用密钥
}
RobotTenantAccessTokenReq 表示获取租户访问令牌的请求结构体
Click to show internal directories.
Click to hide internal directories.