Documentation ¶
Overview ¶
Package transformer provides transformer factory
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryImpl ¶
type FactoryImpl struct{}
FactoryImpl makes patch transformer and name hash transformer
func NewFactoryImpl ¶
func NewFactoryImpl() *FactoryImpl
NewFactoryImpl makes a new factoryImpl instance
func (*FactoryImpl) MakeHashTransformer ¶
func (p *FactoryImpl) MakeHashTransformer() transformers.Transformer
MakeHashTransformer makes a new name hash transformer
func (*FactoryImpl) MakePatchTransformer ¶
func (p *FactoryImpl) MakePatchTransformer(slice []*resource.Resource, rf *resource.Factory) (transformers.Transformer, error)
MakePatchTransformer makes a new patch transformer
Click to show internal directories.
Click to hide internal directories.