Versions in this module Expand all Collapse all v1 v1.7.0 Oct 16, 2023 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)