package
1.0.1
Repository: https://github.com/cognusion/imageserver.git
Documentation: pkg.go.dev

# Packages

Package file provides a imageserver.Server implementation that get the Image from a file.
Package http provides a imageserver.Server implementation that gets the Image from an HTTP URL.
Package s3 provides a imageserver.Server implementation that gets the Image from an S3 URL.

# Constants

Param is the source param name.

# Structs

Server is a imageserver.Server implementation that forwards calls to the underlying Server with only the "source" param.