Versions in this module Expand all Collapse all v0 v0.3.0 Apr 10, 2026 Changes in this version + type LarkWebhookService struct + func NewLarkWebhookService(webhookURL, secret string) *LarkWebhookService + func (s *LarkWebhookService) Send(_ context.Context, subject, message string) error + type Notifier struct + func NewNotifier() Notifier + func (n *Notifier) InitService(config *configs.NotifyConfig) error + func (n *Notifier) Send(eventType, op, message string)