Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessFile ¶
ProcessFile parses the supplied filename and compiles its template using the given variables.
func ProcessString ¶
ProcessString parses the supplied string and compiles it using the given variables.
Types ¶
type ImageInfo ¶
type ImageInfo struct { Depth uint `json:"depth"` Height int32 `json:"height"` Width int32 `json:"width"` Size int32 `json:"size"` X float64 `json:"x"` Y float64 `json:"y"` Document string `json:"document"` Context string `json:"context"` Product string `json:"product"` Page string `json:"page"` InfoJsonKey string `json:"infojsonkey"` }
Click to show internal directories.
Click to hide internal directories.