Add page layout definitons to envoy

This commit is contained in:
Tomaž Jerman
2023-04-07 12:39:27 +02:00
committed by Jože Fortun
parent 7bf2234daf
commit 9ec7139c84
14 changed files with 1032 additions and 19 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ import (
[
for cmp in app.corteza.components {
template: "gocode/envoy/rbac_references_$component.go.tpl"
output: "pkg/envoy/resource/rbac_references_\(cmp.ident).gen.go"
output: "pkg/envoyx/rbac_references_\(cmp.ident).gen.go"
payload: {
package: "resource"
package: "envoyx"
imports: [
"\"github.com/cortezaproject/corteza/server/\(cmp.ident)/types\"",
]