Documentation
¶
Index ¶
- func Generate(model configs.AndiModel)
- func GetDistinctElementInConf(getKey string, searchKey string) (exist map[interface{}]interface{})
- func IsKeyInConfFile(getKey string, searchKey string, searchValue string) (exist []map[interface{}]interface{}, entries []map[interface{}]interface{})
- type TemplateData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDistinctElementInConf ¶
GetElementInConf get an element identified by searchKey in config file
func IsKeyInConfFile ¶
func IsKeyInConfFile(getKey string, searchKey string, searchValue string) (exist []map[interface{}]interface{}, entries []map[interface{}]interface{})
IsKeyInConfFile search an element identified by searchKey=searchValue in config file
Types ¶
type TemplateData ¶
type TemplateData struct { First map[interface{}]interface{} Data []map[interface{}]interface{} }
Click to show internal directories.
Click to hide internal directories.