package
1.0.1
Repository: https://github.com/moemoe89/go-helpers.git
Documentation: pkg.go.dev

# README

imagecompressor

A Go library for image compression using a client interface. The library abstracts the underlying image compressor service and provides a simple way to upload and retrieve the compressed file.

Here are some clients we have for some Compressor Services:

# Packages

No description provided by the author

# Functions

NewGoMockClient creates a new mock instance.

# Structs

CompressedFile is a data structure for compressed file in the image compression service.
GoMockClient is a mock of Client interface.
GoMockClientMockRecorder is the mock recorder for GoMockClient.

# Interfaces

Client is an interface for Image Compressor service.