Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OgImageRequest ¶
type OgImageRequest struct {
Data []byte
}
type OgImageResponse ¶
type OgImageResponse struct {
Data []byte
}
func OgImage ¶
func OgImage(req OgImageRequest) (OgImageResponse, error)
type ThumbnailRequest ¶
type ThumbnailRequest struct {
Data []byte
}
type ThumbnailResponse ¶
type ThumbnailResponse struct {
Data []byte
}
func Thumbnail ¶
func Thumbnail(req ThumbnailRequest) (ThumbnailResponse, error)
Click to show internal directories.
Click to hide internal directories.