func typeChanged()

in breakingchange.go [210:213]


func typeChanged(i interface{}) bool {
	c := i.(Change)
	return c.Type == "update" && c.Attribute != nil && (*c.Attribute == "Type" && !isStringNilOrEmpty(c.To))
}