package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Dec 10, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ImageResponse struct {
Image string `json:"image"`
Cached bool `json:"cached"`
Took int `json:"took"`
GeneratedAt string `json:"generated_at"`
}
type PDFResponse struct {
PDF string `json:"pdf"`
Cached bool `json:"cached"`
Took int `json:"took"`
GeneratedAt string `json:"generated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.