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.
| 533 | // mapping rules between atom.Feed -> Feed |
| 534 | // for each of the fields in Feed. |
| 535 | type DefaultAtomTranslator struct{} |
| 536 | |
| 537 | // Translate converts an Atom feed into the universal |
| 538 | // feed type. |
nothing calls this directly
no outgoing calls
no test coverage detected