Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultBarkServer is the default bark server domain // more info: https://day.app/2018/06/bark-server-document/ DefaultBarkServer = "api.day.app" )
Variables ¶
View Source
var ( ErrSendNotification = errors.New("send notification") ErrNoProvider = errors.New("no provider, please check your config") )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(p *Notifier)
func WithDingTalk ¶
func WithFeishu ¶
func WithServerChan ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.