Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParsedContent ¶
type ParsedContent struct {
Title string
MetaTags map[string]string
Links []string
ExternalLinks []string
InternalLinks []string
Emails []string
PhoneNumbers []string
SocialMedia map[string][]string
Technologies []string
Scripts []string
StyleSheets []string
Forms []string
Comments []string
}
func ParseHTMLContent ¶
func ParseHTMLContent(html string) (*ParsedContent, error)
Click to show internal directories.
Click to hide internal directories.