Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PlatformYunPian 云片通知平台
PlatformYunPian = "yunpian"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YunPian ¶
type YunPian struct {
// contains filtered or unexported fields
}
YunPian 云片通知服务
func MustNewYunPian ¶
func MustNewYunPian(c Config, opts ...notifytypes.Option) *YunPian
MustNewYunPian 新建云片通知服务
func NewYunPian ¶
func NewYunPian(c Config, opts ...notifytypes.Option) (*YunPian, error)
NewYunPian 新建云片通知服务
Click to show internal directories.
Click to hide internal directories.