params

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelloParam

type HelloParam struct {
	Name    string `json:"name" validate:"required" label:"名称"`
	Version string `json:"version" validate:"optional" label:"版本号"`
}

HelloParam parameter

type HelloResponse

type HelloResponse struct {
	Name  string `json:"name" validate:"required" label:"名称"`
	Title string `json:"title" validate:"required" label:"标题"`
}

HelloResponse response parameter

Jump to

Keyboard shortcuts

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