package
Version:
v0.0.17
Opens a new window with list of versions in this module.
Published: Feb 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppInfo struct {
AppName string `json:"AppName"`
AppDesc string `json:"AppDesc"`
Port int `json:"Port"`
FunctionList string `json:"FunctionList"`
}
type Function struct {
FunctionName string `json:"FunctionName"`
FunctionNameDesc string `json:"FunctionNameDesc"`
FunctionDesc string `json:"FunctionDesc"`
FunctionArgs []FunctionArg `json:"FunctionArgs"`
}
type FunctionArg struct {
ArgsName string `json:"ArgsName"`
ArgsType _const.ArgsType `json:"ArgsType"`
ArgsDesc string `json:"ArgsDesc"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.