Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FuncMap = template.FuncMap{
"convertType": convertType,
"convertArg": convertArg,
"convertToString": convertToString,
"camelCase": camelCase,
"getInputName": getInputName,
"convertMapFieldKey": convertMapFieldKey,
}
)
Functions ¶
This section is empty.
Types ¶
type GetSupportedAPIListResponse ¶
type GetSupportedAPIListResponse struct { Apilist struct { Interfaces []Interface `json:"interfaces"` } `json:"apilist"` }
func GetSupportedAPIList ¶
func GetSupportedAPIList(key string) (*GetSupportedAPIListResponse, error)
type TemplateInjection ¶
Click to show internal directories.
Click to hide internal directories.