controller

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2020 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 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)

Jump to

Keyboard shortcuts

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