Documentation
¶
Index ¶
- Variables
- func GenValidateCode(len int) string
- func Send(msg *RobotMsg) error
- func SendWithCourier()
- func SendWithTextMagic()
- func SendWithTwilio(accountSid, authToken, from, to, message string) (map[string]interface{}, error)
- func StartSend()
- type ActionCard
- type Btn
- type Content
- type Link
- type Markdown
- type RobotMsg
- type SMSContent
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SmsClient = &smsClient{}
)
Functions ¶
func GenValidateCode ¶ added in v0.1.9
GenValidateCode 生成随机数验证码
func SendWithCourier ¶
func SendWithCourier()
func SendWithTextMagic ¶
func SendWithTextMagic()
func SendWithTwilio ¶
Types ¶
type ActionCard ¶ added in v0.1.9
Click to show internal directories.
Click to hide internal directories.