Documentation ¶
Index ¶
Constants ¶
View Source
const (
PrefixKey = "__host"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterAmqp ¶
type AdapterMail ¶
type AdapterSms ¶
type AdapterThirdParty ¶ added in v1.3.13
type AdapterThirdParty interface { String() string GetToken(merchant, platform string) string GetConnectUrl(state, scope, redirectUrl string, popUp bool) (string, error) GetAccessToken(force bool) (string, error) GetUserAccessToken(code, state string) (string, error) GetUserInfo(accessToken, openId string) (string, error) SendTemplateMessage(openId, templateId, url string, data []byte) (string, error) }
type AmqpConsumerFunc ¶
Click to show internal directories.
Click to hide internal directories.