Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeatureBuilder ¶
type FeatureBuilder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder(name string) *FeatureBuilder
func (*FeatureBuilder) Build ¶
func (b *FeatureBuilder) Build() types.Feature
Build the feature for the given environment.
func (*FeatureBuilder) WithDescription ¶
func (b *FeatureBuilder) WithDescription(desc string) *FeatureBuilder
func (*FeatureBuilder) WithStep ¶
func (b *FeatureBuilder) WithStep(step types.Step) *FeatureBuilder
Click to show internal directories.
Click to hide internal directories.