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

Struct image

chapter2/sample/matchers/rss.go:29–34  ·  view source on GitHub ↗

image defines the fields associated with the image tag in the rss document.

Source from the content-addressed store, hash-verified

27 // image defines the fields associated with the image tag
28 // in the rss document.
29 image struct {
30 XMLName xml.Name `xml:"image"`
31 URL string `xml:"url"`
32 Title string `xml:"title"`
33 Link string `xml:"link"`
34 }
35
36 // channel defines the fields associated with the channel tag
37 // in the rss document.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected