v1

package
v0.0.0-...-bf4de7e Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetInfoReq

type GetInfoReq struct {
	g.Meta `path:"/" tags:"Index" method:"get" summary:"获得项目信息"`
}

type GetInfoRes

type GetInfoRes struct {
	Name      string      `json:"name" dc:"项目名称"`
	Version   string      `json:"version" dc:"版本号"`
	Donate    string      `json:"donate" dc:"捐赠信息"`
	Website   string      `json:"website" dc:"项目网站"`
	Feedback  g.MapStrStr `json:"feedback" dc:"反馈方式"`
	Copyright string      `json:"copyright" dc:"版权声明"`
}

Jump to

Keyboard shortcuts

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