helmfile/tmpl/context.go

8 lines
112 B
Go

package tmpl
type Context struct {
preRender bool
basePath string
readFile func(string) ([]byte, error)
}