mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-26 16:12:20 +00:00
fix typo
Signed-off-by: Diogo Nicoleti <diogo.nicoleti@gmail.com>
This commit is contained in:
parent
77d073167d
commit
c2ff8bd285
@ -699,7 +699,7 @@ func (n *Hipchat) retry(statusCode int) (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
// Wechat implements a Notfier for wechat notifications
|
||||
// Wechat implements a Notifier for wechat notifications
|
||||
type Wechat struct {
|
||||
conf *config.WechatConfig
|
||||
tmpl *template.Template
|
||||
@ -709,7 +709,7 @@ type Wechat struct {
|
||||
accessTokenAt time.Time
|
||||
}
|
||||
|
||||
// Wechat AccessToken with corpid and corpsecret.
|
||||
// WechatToken is the AccessToken with corpid and corpsecret.
|
||||
type WechatToken struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user