package
Version:
v0.0.0-...-521817c
Opens a new window with list of versions in this module.
Published: Jan 22, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SMS struct {
Phone string `json:"phone" binding:"required"`
Message string `json:"message" binding:"required"`
}
SMS ...
type SMSResult struct {
ID string
Credit int
}
SMSResult ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.