package
0.1.0
Repository: https://github.com/kucjac/cleango.git
Documentation: pkg.go.dev

# Packages

Package mockblob is a generated GoMock package.

# Functions

Wrap the input blob to implement Bucket interface.

# Interfaces

Bucket is the wrapped interface with small extension that returns Reader and Writer interfaces instead of specific implementations.
Reader is the interface implementation of the gocloud.dev/blob.Reader Using an interface allows to mock up the reader.
No description provided by the author