MCPcopy
hub / github.com/mmcdole/gofeed / DefaultAtomTranslator

Struct DefaultAtomTranslator

translator.go:535–535  ·  view source on GitHub ↗

DefaultAtomTranslator converts an atom.Feed struct into the generic Feed struct. This default implementation defines a set of mapping rules between atom.Feed -> Feed for each of the fields in Feed.

Source from the content-addressed store, hash-verified

533// mapping rules between atom.Feed -> Feed
534// for each of the fields in Feed.
535type DefaultAtomTranslator struct{}
536
537// Translate converts an Atom feed into the universal
538// feed type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected