demo

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DmReq

type DmReq struct {
	g.Meta `path:"/demo" tags:"Demo" method:"post" summary:"demo api"`
	Name   string `p:"name" v:"required#标签内容不能为空"`
}

type DmRes

type DmRes struct {
	g.Meta `mime:"text/html"`
	Name   string `json:"name"`
}

Jump to

Keyboard shortcuts

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