package
0.0.4
Repository: https://github.com/eleven-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 go run github.com/golang/mock/mockgen -destination=../../mocks/aws_user_config_env_vars_resolver.go -package=mocks -mock_names UserConfigEnvVarsResolver=AWSUserConfigEnvVarsResolver github.com/eleven-sh/cli/internal/cloudproviders/aws UserConfigEnvVarsResolver.
go:generate go run github.com/golang/mock/mockgen -destination=../../mocks/aws_user_config_files_resolver.go -package=mocks -mock_names UserConfigFilesResolver=AWSUserConfigFilesResolver github.com/eleven-sh/cli/internal/cloudproviders/aws UserConfigFilesResolver.