package
Version:
v3.14.0+incompatible
Opens a new window with list of versions in this module.
Published: Dec 21, 2017
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type FunConfig struct {
FuncationName string `json:"funcation_name"`
FilePath string `json:"file_path"`
Params []string `json:"params"`
Description string `json:"description"`
Codes string `json:"-"`
}
type Gconfig struct {
Funcations []FunConfig
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.