Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalRenderer ¶
func (*LocalRenderer) Execute ¶
func (r *LocalRenderer) Execute( asset api.LocalAsset, meta api.ReleaseMetadata, templateContext map[string]interface{}, configGroups []libyaml.ConfigGroup, ) func(ctx context.Context) error
type Renderer ¶
type Renderer interface { Execute( asset api.LocalAsset, meta api.ReleaseMetadata, templateContext map[string]interface{}, configGroups []libyaml.ConfigGroup, ) func(ctx context.Context) error }
Click to show internal directories.
Click to hide internal directories.