Documentation ¶
Index ¶
- type UserController
- func (c *UserController) Create(at struct{ ... }) (model.Response, error)
- func (c *UserController) Create1(at struct{ ... }) (model.Response, error)
- func (c *UserController) Publish(at struct{ ... }) (model.Response, error)
- func (c *UserController) Push(at struct{ ... }) (model.Response, error)
- func (c *UserController) Receive(at struct{ ... }) (model.Response, error)
- func (c *UserController) Receive1(at struct{ ... }) (model.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct { at.RestController at.RequestMapping `value:"/user"` // contains filtered or unexported fields }
hi: RestController
func (*UserController) Create ¶ added in v1.3.0
func (c *UserController) Create(at struct { at.PostMapping `value:"/create"` }) (model.Response, error)
func (*UserController) Create1 ¶ added in v1.3.0
func (c *UserController) Create1(at struct { at.PostMapping `value:"/create1"` }) (model.Response, error)
func (*UserController) Publish ¶ added in v1.3.0
func (c *UserController) Publish(at struct { at.PostMapping `value:"/publish"` }) (model.Response, error)
Post /user
func (*UserController) Push ¶ added in v1.3.0
func (c *UserController) Push(at struct { at.PostMapping `value:"/push"` }) (model.Response, error)
func (*UserController) Receive ¶ added in v1.3.0
func (c *UserController) Receive(at struct { at.PostMapping `value:"/receive"` }) (model.Response, error)
func (*UserController) Receive1 ¶ added in v1.3.0
func (c *UserController) Receive1(at struct { at.PostMapping `value:"/receive1"` }) (model.Response, error)
Click to show internal directories.
Click to hide internal directories.