restructure configextractor
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
committed by
mmattel
parent
58f5c02d3a
commit
9c7cdaf3aa
@@ -17,7 +17,7 @@ var targets = map[string]string{
|
|||||||
"environment-variable-docs-generator.go.tmpl": "output/env/environment-variable-docs-generator.go",
|
"environment-variable-docs-generator.go.tmpl": "output/env/environment-variable-docs-generator.go",
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func RenderTemplates() {
|
||||||
fmt.Println("Getting relevant packages")
|
fmt.Println("Getting relevant packages")
|
||||||
paths, err := filepath.Glob("../../services/*/pkg/config/defaults/defaultconfig.go")
|
paths, err := filepath.Glob("../../services/*/pkg/config/defaults/defaultconfig.go")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user