test_routers

package
v0.0.0-...-61829c1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Router = courier.NewRouter()

Functions

This section is empty.

Types

type FindUser

type FindUser struct {
	httpx.MethodGet
	// 用户ID
	UserID uint64 `name:"userId,string" in:"path"`
}

查找用户

func (FindUser) CronSpec

func (req FindUser) CronSpec() string

func (FindUser) Output

func (req FindUser) Output(ctx context.Context) (result interface{}, err error)

func (FindUser) Path

func (req FindUser) Path() string

Jump to

Keyboard shortcuts

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