# Functions
NewEnvironmentLoader creates a new environmentLoader instance with the given ARM Client Options.
NewMockConfigurationLoader creates a new mock instance.
NewMockSecretsLoader creates a new mock instance.
NewSecretStoreLoader creates a new SecretsLoader instance with the given ARM Client Options.
# Variables
No description provided by the author
# Structs
MockConfigurationLoader is a mock of ConfigurationLoader interface.
MockConfigurationLoaderLoadConfigurationCall wrap *gomock.Call.
MockConfigurationLoaderLoadRecipeCall wrap *gomock.Call.
MockConfigurationLoaderMockRecorder is the mock recorder for MockConfigurationLoader.
MockSecretsLoader is a mock of SecretsLoader interface.
MockSecretsLoaderLoadSecretsCall wrap *gomock.Call.
MockSecretsLoaderMockRecorder is the mock recorder for MockSecretsLoader.
# Interfaces
No description provided by the author
go:generate mockgen -typed -destination=./mock_secret_loader.go -package=configloader -self_package github.com/radius-project/radius/pkg/recipes/configloader github.com/radius-project/radius/pkg/recipes/configloader SecretsLoader.