Categorygithub.com/omegion/go-aws-v2-interface
modulepackage
0.3.0
Repository: https://github.com/omegion/go-aws-v2-interface.git
Documentation: pkg.go.dev

# README

go-aws-v2-interface

Go AWS SDK v2 Interfaces with Mocks.

# Packages

Package mocks is a generated GoMock package.

# Functions

NewS3API inits new S3API.

# Structs

S3API is main struct of S3.

# Interfaces

nolint:lll // go generate is ugly.go:generate mockgen -destination=mocks/s3_mock.go -package=mocks github.com/omegion/go-aws-v2-interface S3Interface S3Interface is an interface for S3API.