Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderTransformer ¶
type BuilderTransformer interface {
Apply(bldr ObjectBuilder) OptionalObject
}
func NewBuilderTransformer ¶
func NewBuilderTransformer(transformations transformations.Transformations) BuilderTransformer
type ObjectBuilder ¶
type ObjectBuilder interface { Build() OptionalObject ComponentName() string IsNamespaced() bool }
Click to show internal directories.
Click to hide internal directories.