Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diffs ¶
type HTMLContent ¶
type HTMLContent struct {
Links []Link `json:"links"`
Multimedia []string `json:"multimedia"`
Text string `json:"text"`
}
func ExtractHTMLContent ¶
func ExtractHTMLContent(r io.Reader) *HTMLContent
Click to show internal directories.
Click to hide internal directories.