Skip to content

Commit 31f2cc1

Browse files
committed
Add comments to new view messages
1 parent da3e372 commit 31f2cc1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

internal/command/views/init.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,12 @@ const (
284284

285285
//// Message codes below are ONLY used INTERNALLY (for now)
286286

287+
// InitializingProviderPluginFromConfigMessage indicates the beginning of installing of providers described in configuration
287288
InitializingProviderPluginFromConfigMessage InitMessageCode = "initializing_provider_plugin_from_config_message"
288-
InitializingProviderPluginFromStateMessage InitMessageCode = "initializing_provider_plugin_from_state_message"
289-
ReusingVersionIdentifiedFromConfig InitMessageCode = "reusing_version_during_state_provider_init"
289+
// InitializingProviderPluginFromStateMessage indicates the beginning of installing of providers described in state
290+
InitializingProviderPluginFromStateMessage InitMessageCode = "initializing_provider_plugin_from_state_message"
291+
// DependenciesLockPendingChangesInfo indicates when a provider installation step will reuse a provider from a previous installation step in the current operation
292+
ReusingVersionIdentifiedFromConfig InitMessageCode = "reusing_version_during_state_provider_init"
290293

291294
// InitConfigError indicates problems encountered during initialisation
292295
InitConfigError InitMessageCode = "init_config_error"

0 commit comments

Comments
 (0)