Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MvcResult ¶
func NewMvcResult ¶
func NewMvcResult(result *interface{}) MvcResult
type SmsController ¶
type SmsController struct { Ctx iris.Context Service services.SmsService Result MvcResult }
SmsController struct
func (*SmsController) BeforeActivation ¶
func (c *SmsController) BeforeActivation(b mvc.BeforeActivation)
BeforeActivation fuc
func (*SmsController) PostLogin ¶
func (c *SmsController) PostLogin() MvcResult
PostLogin func for vendor login
Click to show internal directories.
Click to hide internal directories.