type Service interface {
// ServeFeed serves a feed based on the plugin and format ServeFeed(format string, plugin string) (string, error)
// ListFeeds lists all available feed plugins ListFeeds() []string
}
Service provides access to the functions by the public API