mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 05:01:10 -05:00
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",
|
||||
}
|
||||
|
||||
func main() {
|
||||
func RenderTemplates() {
|
||||
fmt.Println("Getting relevant packages")
|
||||
paths, err := filepath.Glob("../../services/*/pkg/config/defaults/defaultconfig.go")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user