File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ func (m BranchMetadata) ToOrderedMap() *orderedmap.OrderedMap {
362362 return res
363363}
364364
365- // Branch represents a development branch
365+ // Branch represents a development branch.
366366type Branch struct {
367367 BranchKey
368368 Name string `json:"name" validate:"required" diff:"true" metaFile:"true"`
@@ -473,7 +473,7 @@ func (m ConfigMetadata) InstanceID() string {
473473 return m [instanceIDMetadataKey ]
474474}
475475
476- // Config represents a component configuration
476+ // Config represents a component configuration.
477477type Config struct {
478478 ConfigKey
479479 Name string `json:"name" validate:"required" diff:"true" metaFile:"true"`
@@ -528,7 +528,7 @@ func (c *ConfigWithRows) ToAPIObject(changeDescription string, changedFields Cha
528528 return out , append (changedFields .Slice (), "changeDescription" )
529529}
530530
531- // ConfigRow represents a configuration row
531+ // ConfigRow represents a configuration row.
532532type ConfigRow struct {
533533 ConfigRowKey
534534 Name string `json:"name" diff:"true" metaFile:"true"`
You can’t perform that action at this time.
0 commit comments