mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-05-13 10:33:41 +00:00
Fixup gofmt errors
This commit is contained in:
@@ -229,9 +229,9 @@ func (page *BasePage) GetConfiguredValue() string {
|
||||
|
||||
// GetConfigDefinition is a stub implementation
|
||||
// the real implementation must check with the model and return:
|
||||
// + ConfigDefinedByUser: if the configuration was interactively defined by the user
|
||||
// + ConfigDefinedByConfig: if the configuration was provided by a config file
|
||||
// + ConfigNotDefined: if none of the above apply
|
||||
// - ConfigDefinedByUser: if the configuration was interactively defined by the user
|
||||
// - ConfigDefinedByConfig: if the configuration was provided by a config file
|
||||
// - ConfigNotDefined: if none of the above apply
|
||||
func (page *BasePage) GetConfigDefinition() int {
|
||||
return ConfigNotDefined
|
||||
}
|
||||
|
||||
@@ -94,9 +94,9 @@ func (page *NetworkValidatePage) DeActivate() {}
|
||||
|
||||
// GetConfigDefinition is a stub implementation
|
||||
// the real implementation must check with the model and return:
|
||||
// + ConfigDefinedByUser: if the configuration was interactively defined by the user
|
||||
// + ConfigDefinedByConfig: if the configuration was provided by a config file
|
||||
// + ConfigNotDefined: if none of the above apply
|
||||
// - ConfigDefinedByUser: if the configuration was interactively defined by the user
|
||||
// - ConfigDefinedByConfig: if the configuration was provided by a config file
|
||||
// - ConfigNotDefined: if none of the above apply
|
||||
func (page *NetworkValidatePage) GetConfigDefinition() int {
|
||||
return ConfigDefinedByUser
|
||||
}
|
||||
|
||||
@@ -105,9 +105,9 @@ func (page *SaveConfigPage) DeActivate() {}
|
||||
|
||||
// GetConfigDefinition is a stub implementation
|
||||
// the real implementation must check with the model and return:
|
||||
// + ConfigDefinedByUser: if the configuration was interactively defined by the user
|
||||
// + ConfigDefinedByConfig: if the configuration was provided by a config file
|
||||
// + ConfigNotDefined: if none of the above apply
|
||||
// - ConfigDefinedByUser: if the configuration was interactively defined by the user
|
||||
// - ConfigDefinedByConfig: if the configuration was provided by a config file
|
||||
// - ConfigNotDefined: if none of the above apply
|
||||
func (page *SaveConfigPage) GetConfigDefinition() int {
|
||||
return ConfigDefinedByUser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user