mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Code cleanup
This commit is contained in:
@@ -28,11 +28,8 @@ type feedService interface {
|
||||
GetMetadata(hashId string) (*api.Feed, error)
|
||||
}
|
||||
|
||||
// HACK: mockgen fails to import patreon.Pledge type
|
||||
type P *patreon.Pledge
|
||||
|
||||
type patreonService interface {
|
||||
Hook(pledge P, event string) error
|
||||
Hook(pledge *patreon.Pledge, event string) error
|
||||
GetFeatureLevel(patronID string) int
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user