client

package
v1.1.1-0...-5440bb4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageResizerClient

type ImageResizerClient interface {
	DecryptImage(imageHex string) (string, error)
	GetOriginImage(url string) ([]byte, error)
	ResizeImage(image []byte, width, height int) ([]byte, error)
}

func NewImageResizerClient

func NewImageResizerClient(rawIV string, rawKey string) ImageResizerClient

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL