Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DefaultPageProcessor ¶
type DefaultPageProcessor struct { }
type Page ¶
type PageProcessor ¶
func NewPageProcessor ¶
func NewPageProcessor() PageProcessor
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func NewPool ¶
func NewPool(processors []PageProcessor) *Pool
func (*Pool) Get ¶
func (p *Pool) Get() PageProcessor
func (*Pool) Release ¶
func (p *Pool) Release(processor PageProcessor)
Click to show internal directories.
Click to hide internal directories.