Documentation ¶ Index ¶ type Page func (p *Page) Export(filename string, params map[string]stick.Value) (*exporter.ExportedPage, error) type Pager func NewPager(renderer *template.Renderer) *Pager func (p *Pager) Of(tmplName string) *Page Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Page ¶ type Page struct { // contains filtered or unexported fields } func (*Page) Export ¶ func (p *Page) Export(filename string, params map[string]stick.Value) (*exporter.ExportedPage, error) type Pager ¶ type Pager struct { // contains filtered or unexported fields } func NewPager ¶ func NewPager(renderer *template.Renderer) *Pager func (*Pager) Of ¶ func (p *Pager) Of(tmplName string) *Page Source Files ¶ View all Source files pager.go Click to show internal directories. Click to hide internal directories.