context_map

package
v1.2.14 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ModuleList []*ModuleInfo
)

Functions

func AddModule added in v0.5.7

func AddModule(arg *ModuleInfo)

Types

type FuncInfo

type FuncInfo struct {
	Name     string         `json:"name"`
	Comment  string         `json:"comment"`
	Params   []*FuncVarInfo `json:"params"`
	Return   *FuncVarInfo   `json:"return"`
	HasError bool           `json:"hasError"`
	Func     interface{}    `json:"-"`
}

type FuncVarInfo

type FuncVarInfo struct {
	Name    string `json:"name"`
	Comment string `json:"comment"`
	Type    string `json:"type"`
}

type ModuleInfo added in v0.5.7

type ModuleInfo struct {
	Name     string       `json:"name"`
	Comment  string       `json:"comment"`
	FuncList []*FuncInfo  `json:"funcList"`
	Service  *ServiceInfo `json:"service"`
}

type ServiceInfo added in v0.5.7

type ServiceInfo struct {
	Name     string      `json:"name"`
	Comment  string      `json:"comment"`
	Module   string      `json:"module"`
	FuncList []*FuncInfo `json:"funcList"`
}

Jump to

Keyboard shortcuts

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