package
0.1.0
Repository: https://github.com/recode-sh/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewUserConfigLocalResolver constructs the UserConfigLocalResolver struct.

# Structs

No description provided by the author
UserConfigLocalResolver represents the default implementation of the UserConfigResolver interface, used by most AWS commands via the SDKConfigStaticBuilder.
No description provided by the author

# Interfaces

go:generate mockgen -destination=../mocks/aws_user_config_env_vars_resolver.go -package=mocks -mock_names UserConfigEnvVarsResolver=AWSUserConfigEnvVarsResolver github.com/recode-sh/cli/internal/aws UserConfigEnvVarsResolver.
go:generate mockgen -destination=../mocks/aws_user_config_files_resolver.go -package=mocks -mock_names UserConfigFilesResolver=AWSUserConfigFilesResolver github.com/recode-sh/cli/internal/aws UserConfigFilesResolver.