Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CorpController ¶
type CorpController struct {
beego.Controller
}
func (*CorpController) Post ¶
func (c *CorpController) Post()
type EnrollController ¶
type EnrollController struct {
beego.Controller
}
func (*EnrollController) Get ¶
func (c *EnrollController) Get()
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (c *MainController) Get()
type PubController ¶
type PubController struct {
beego.Controller
}
func (*PubController) Post ¶
func (c *PubController) Post()
func (*PubController) PubSendBack ¶
func (this *PubController) PubSendBack(backMsg string, msgIn models.PubTextMsg) error