# Packages

Package mocks is a generated GoMock package.

# Functions

NewClient is a factory for Client.
With is a wrapper for testing.

# Structs

Client is an entrypoint to controllers.

# Interfaces

nolint:lll // go generate is ugly.go:generate mockgen -destination=mocks/client_mock.go -package=mocks github.com/omegion/s3-secrets-manager/internal/client Interface Interface is an interface entrypoint for the application.
S3Interface is an interface for S3 Client.