package
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 26, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
MessageTypeARN = "ARN"
MessageTypeOTP = "OTP"
)
type Message struct {
Phone string `json:"phone,omitempty" valid:"required"`
Content string `json:"content,omitempty" valid:"required"`
Type string `json:"type,omitempty" valid:"in(ARN|OTP)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.