Documentation
¶
Index ¶
Constants ¶
View Source
const ( BreakingChangeAddedConfigurablePropertyWithoutDefault = "added configurable property without default" BreakingChangedConfigurablePropertyToNotBeConfigurable = "changed configurable property to not be configurable" BreakingChangedConfigurablePropertyType = "changed configurable property type" BreakingRemovedOrRenamedConfigurableProperty = "removed or renamed configurable property" BreakingRemovedRemovedConfigurablePropertyDefault = "removed configurable property default" )
Variables ¶
This section is empty.
Functions ¶
func ListBreakingChanges ¶
func ListBreakingChanges(stable, candidate proofing.ProductTemplate) []error
Types ¶
type PropertyBlueprintBreakingChange ¶
type PropertyBlueprintBreakingChange struct {
Type, Detail,
PropertyName string
}
func (PropertyBlueprintBreakingChange) Error ¶
func (bc PropertyBlueprintBreakingChange) Error() string
Click to show internal directories.
Click to hide internal directories.