Providers are now required to state their name/package
This commit is contained in:
@@ -11,6 +11,11 @@ type Provider struct {
|
||||
|
||||
}
|
||||
|
||||
// Package fulfills the step.Provider interface.
|
||||
func (this *Provider) Package () string {
|
||||
return "sprig"
|
||||
}
|
||||
|
||||
// FuncMap fulfills the step.FuncProvider interface.
|
||||
func (this *Provider) FuncMap () template.FuncMap {
|
||||
return sprig.FuncMap()
|
||||
|
||||
Reference in New Issue
Block a user