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

Struct DefaultJSONTranslator

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

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

Source from the content-addressed store, hash-verified

861// mapping rules between json.Feed -> Feed
862// for each of the fields in Feed.
863type DefaultJSONTranslator struct{}
864
865// Translate converts an JSON feed into the universal
866// feed type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected