Documentation ¶
Index ¶
Constants ¶
View Source
const ( Orientation_Landscape = "landscape" Orientation_Portrait = "portrait" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintOptions ¶
type PrintOptions struct { PageHeight float64 `json:"page_height"` PageWidth float64 `json:"page_width"` Orientation PrintOrientation `json:"orientation"` }
type PrintOrientation ¶
type PrintOrientation string
type TemplateContext ¶
type TemplateContext struct {
Values interface{}
}
func (*TemplateContext) Sequence ¶
func (ctx *TemplateContext) Sequence(size int) []int
Click to show internal directories.
Click to hide internal directories.