helmfile/tmpl/context.go

7 lines
94 B
Go

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