Documentation ¶ Index ¶ func Login(r *ghttp.Request) func Menu(r *ghttp.Request) func UserInfo(r *ghttp.Request) type Controller func (c *Controller) Delete(r *ghttp.Request) func (c *Controller) Get(r *ghttp.Request) func (c *Controller) Post(r *ghttp.Request) func (c *Controller) Put(r *ghttp.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Login ¶ func Login(r *ghttp.Request) 用户登录接口 func Menu ¶ func Menu(r *ghttp.Request) func UserInfo ¶ func UserInfo(r *ghttp.Request) Types ¶ type Controller ¶ type Controller struct{} 用户API管理对象 func (*Controller) Delete ¶ func (c *Controller) Delete(r *ghttp.Request) RESTFul - DELETE func (*Controller) Get ¶ func (c *Controller) Get(r *ghttp.Request) RESTFul - GET func (*Controller) Post ¶ func (c *Controller) Post(r *ghttp.Request) RESTFul - POST func (*Controller) Put ¶ func (c *Controller) Put(r *ghttp.Request) RESTFul - Put Source Files ¶ View all Source files a_user.go Click to show internal directories. Click to hide internal directories.