Documentation
¶
Index ¶
Constants ¶
View Source
const ( NOTIFY_ERR_REQ = "0001" NOTIFY_ERR_MSG = "0002" )
View Source
const (
ServiceName = "notify"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerImage ¶
type CustomerImageResp ¶
type CustomerImageResp struct {
MediaID string `json:"media_id"`
}
type CustomerMsg ¶
type CustomerMsg struct {
Endpoint string `json:"endpoint"`
Body interface{} `json:"body"`
}
type EnterpriseMsg ¶
type EnterpriseMsg struct {
Endpoint string `json:"endpoint"`
wechat.EnterpriseGroupMsg
}
type MPSubscribeMsg ¶
type MPSubscribeMsg struct {
Endpoint string `json:"endpoint"`
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ServiceName ¶
type TemplateMsg ¶
type TemplateMsg struct {
Endpoint string `json:"endpoint"`
wechat.MsgTemplate
}
Click to show internal directories.
Click to hide internal directories.