Documentation
¶
Overview ¶
Package smsav8d provides a driver to send SMS using https://www.teamplus.tech/product/every8d-value/
Index ¶
Constants ¶
View Source
const SMSAV8D = "SMSAV8D"
SMSAV8D is the type of the driver
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
// required
Content string `json:"content"` // MSG field
// optional
Subject string `json:"subject"` // SB field
Time string `json:"time"` // ST field
Retry int `json:"retry"` // RETRYTIME field
}
Message defines payload structure
Refer to every8d's API doc for further information
Click to show internal directories.
Click to hide internal directories.