image_pool

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotInit = errors.New("not init")

Functions

This section is empty.

Types

type Image

type Image interface {
	Content() ([]byte, error)
}

type Option

type Option map[string]interface{}

type OptionFunc

type OptionFunc func(option Option) Option

func NumOption added in v0.1.0

func NumOption(num int) OptionFunc

type Pool

type Pool interface {
	Get(...OptionFunc) ([]Image, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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