MCPcopy Create free account
hub / github.com/goinaction/code / rssDocument

Struct rssDocument

chapter2/sample/matchers/rss.go:54–57  ·  view source on GitHub ↗

rssDocument defines the fields associated with the rss document.

Source from the content-addressed store, hash-verified

52
53 // rssDocument defines the fields associated with the rss document.
54 rssDocument struct {
55 XMLName xml.Name `xml:"rss"`
56 Channel channel `xml:"channel"`
57 }
58)
59
60// rssMatcher implements the Matcher interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected