wechattmdelivery

package
v0.0.0-...-c7c8722 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2021 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContentNameData = "data"
View Source
var ContentNameMiniProgram = "miniprogram"
View Source
var ContentNamePagePath = "pagepath"
View Source
var ContentNameTemplateID = "template_id"
View Source
var ContentNameToUser = "touser"
View Source
var ContentNameURL = "url"
View Source
var DeliveryType = "wechattm"
View Source
var Factory = func(loader func(interface{}) error) (notificationdelivery.DeliveryDriver, error) {
	c := &Config{}
	err := loader(c)
	if err != nil {
		return nil, err
	}
	d := &Delivery{
		App: c.App,
	}
	return d, nil
}
View Source
var Fields = []*notificationdelivery.Field{
	{
		Name:    ContentNameToUser,
		Example: "TOUSER",
		Escape:  "",
	},
	{
		Name:    ContentNameTemplateID,
		Example: "TEMPLATE_ID",
		Escape:  "",
	},
	{
		Name:    ContentNameURL,
		Example: "https://URL",
		Escape:  "",
	},
	{
		Name:    ContentNameMiniProgram,
		Example: `APPID`,
		Escape:  "",
	},
	{
		Name:    ContentNamePagePath,
		Example: `PAGE`,
		Escape:  "",
	},
	{
		Name:    ContentNameData,
		Example: `{\"first\": {\"value\":\"VALUE\",\"color\":\"#173177\"}}`,
		Escape:  "jsonecape",
	},
}

Functions

This section is empty.

Types

type Config

type Config struct {
	wechatmp.App
}

type Delivery

type Delivery struct {
	App wechatmp.App
}

func (*Delivery) CheckInvalidContent

func (d *Delivery) CheckInvalidContent(c notification.Content) ([]string, error)

CheckInvalidContent check if given content invalid Return invalid fields and any error raised

func (*Delivery) ContentFields

func (d *Delivery) ContentFields() []*notificationdelivery.Field

ContentFields return content fields Return invalid fields and any error raised

func (*Delivery) DeliveryType

func (d *Delivery) DeliveryType() string

func (*Delivery) MustEscape

func (d *Delivery) MustEscape(unescaped string) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL