# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetSecret retrieves a secret using secret client and returns it as a generic type, returning an error if the retrieval or unmarshalling fails.
NewMockClient creates a new mock instance.
SaveSecret saves a secret value using secret client, marshalling it to JSON first.
# Structs
ErrInvalid represents error when resource inputs are invalid.
ErrNotFound represents error when resource is missing.
MockClient is a mock of Client interface.
MockClientDeleteCall wrap *gomock.Call.
MockClientGetCall wrap *gomock.Call.
MockClientMockRecorder is the mock recorder for MockClient.
MockClientSaveCall wrap *gomock.Call.
# Interfaces
Client is an interface to implement secret operations.