Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeishuNotification ¶
type FeishuNotification struct { Name string `json:"name" mapstructure:"name"` Enable bool `json:"enable" mapstructure:"enable"` Webhook string `json:"webhook" mapstructure:"webhook"` }
func (*FeishuNotification) Send ¶
func (f *FeishuNotification) Send(msg string) error
type Notification ¶
Click to show internal directories.
Click to hide internal directories.