Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LarkWebhookService ¶
type LarkWebhookService struct {
// contains filtered or unexported fields
}
LarkWebhookService implements notify.Notifier with optional signature verification.
func NewLarkWebhookService ¶
func NewLarkWebhookService(webhookURL, secret string) *LarkWebhookService
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func NewNotifier ¶
func NewNotifier() Notifier
func (*Notifier) InitService ¶
func (n *Notifier) InitService(config *configs.NotifyConfig) error
Click to show internal directories.
Click to hide internal directories.