controllers

package
v0.0.0-...-2c85299 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MvcResult

type MvcResult interface {
	GenerateResult(int, string, interface{}) (result *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

func (*SmsController) PostSend

func (c *SmsController) PostSend() MvcResult

PostSend func

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL