package
Version:
v3.15.0+incompatible
Opens a new window with list of versions in this module.
Published: Jan 25, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FunConfig struct {
FuncationName string `json:"function_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.