helmfile/tmpl/context.go

6 lines
77 B
Go

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