Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONLD ¶
type JSONLD struct {
PotentialAction PotentialAction `json:"potentialAction"`
}
type PotentialAction ¶
type ScriptNode ¶
type ScriptNode struct { NodeTag string NodeType string // type="application/ld+json JSONLD JSONLD }
func NewScriptNode ¶
func NewScriptNode(tag string) ScriptNode
func (*ScriptNode) FeedURL ¶
func (s *ScriptNode) FeedURL() string
func (*ScriptNode) IsValidFeed ¶
func (s *ScriptNode) IsValidFeed() bool
func (*ScriptNode) ParseFields ¶
func (s *ScriptNode) ParseFields(z *html.Tokenizer)
Click to show internal directories.
Click to hide internal directories.