Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotInit = errors.New("not init")
Functions ¶
This section is empty.
Types ¶
type OptionFunc ¶
func NumOption ¶ added in v0.1.0
func NumOption(num int) OptionFunc
type Pool ¶
type Pool interface {
Get(...OptionFunc) ([]Image, error)
}
Click to show internal directories.
Click to hide internal directories.