Skip to content

Commit

Permalink
don't generate cel functions for aws, gcp, and few others
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jul 13, 2023
1 parent f0f47e3 commit 5b577c3
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 811 deletions.
19 changes: 19 additions & 0 deletions cmd/gencel_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package main

import (
"os"
"testing"

"github.com/flanksource/commons/logger"
"github.com/flanksource/gomplate/v3/gencel"
)

func TestGencel(t *testing.T) {
wd, _ := os.Getwd()
logger.Infof("WD: %s", wd)

args := []string{"../funcs"}
g := gencel.Generator{}
g.ParsePkg(args...)
g.Generate()
}
199 changes: 0 additions & 199 deletions funcs/aws_gen.go

This file was deleted.

67 changes: 0 additions & 67 deletions funcs/base64_gen.go

This file was deleted.

36 changes: 0 additions & 36 deletions funcs/cel_gen_exports.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 0 additions & 42 deletions funcs/env_gen.go

This file was deleted.

Loading

0 comments on commit 5b577c3

Please sign in to comment.