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

Struct Document

chapter9/listing12/listing12_test.go:113–117  ·  view source on GitHub ↗

Document defines the fields associated with the buoy RSS document.

Source from the content-addressed store, hash-verified

111
112// Document defines the fields associated with the buoy RSS document.
113type Document struct {
114 XMLName xml.Name `xml:"rss"`
115 Channel Channel `xml:"channel"`
116 URI string
117}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected