po

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 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 AppInfo added in v0.0.6

type AppInfo struct {
	AppName      string `json:"AppName"`
	AppDesc      string `json:"AppDesc"`
	Port         int    `json:"Port"`
	FunctionList string `json:"FunctionList"`
}

type Arg added in v0.0.5

type Arg struct {
	Type _const.ArgsType
	Name string
	Desc string
}

Arg 参数

func NewArg added in v0.0.5

func NewArg(t _const.ArgsType, n string, d string) Arg

type Function added in v0.0.6

type Function struct {
	FunctionName     string        `json:"FunctionName"`
	FunctionNameDesc string        `json:"FunctionNameDesc"`
	FunctionDesc     string        `json:"FunctionDesc"`
	FunctionArgs     []FunctionArg `json:"FunctionArgs"`
}

type FunctionArg added in v0.0.6

type FunctionArg struct {
	ArgsName string          `json:"ArgsName"`
	ArgsType _const.ArgsType `json:"ArgsType"`
	ArgsDesc string          `json:"ArgsDesc"`
}

Jump to

Keyboard shortcuts

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