package
Version:
v0.0.0-...-6a222b8
Opens a new window with list of versions in this module.
Published: Jun 18, 2020
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 Image struct {
Src string `json:"src"`
Alt *string `json:"alt"`
}
type Link struct {
Src string `json:"src"`
Text string `json:"text"`
}
type Page struct {
ID string `json:"id"`
Src string `json:"src"`
Links []*Link `json:"links"`
Images []*Image `json:"images"`
Videos []*Video `json:"videos"`
}
type Video struct {
Src string `json:"src"`
Thumbnail *Image `json:"thumbnail"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.