Versions in this module Expand all Collapse all v1 v1.7.3 Jul 30, 2024 v1.7.2 Jul 30, 2024 Changes in this version + const DefaultPoolDir + var DefaultPool = func() *Pool { ... }() + var ErrEmptyType = errors.New("empty type") + var ErrNilFolder = errors.New("nil folder") + var ErrNoSuchType = errors.New("no such type") + type Pool struct + func NewPool(folder string, rolimg func(string) (string, error), ...) (*Pool, error) + func (p *Pool) Roll(typ string) (string, error) + func (p *Pool) RollLocal(typ string) (string, error)