mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Use Feed model
This commit is contained in:
@@ -25,7 +25,7 @@ const (
|
||||
type feedService interface {
|
||||
CreateFeed(req *api.CreateFeedRequest, identity *api.Identity) (string, error)
|
||||
GetFeed(hashId string) (*itunes.Podcast, error)
|
||||
GetMetadata(hashId string) (*api.Feed, error)
|
||||
GetMetadata(hashId string) (*api.Metadata, error)
|
||||
}
|
||||
|
||||
type patreonService interface {
|
||||
|
||||
Reference in New Issue
Block a user