Add base site, needs clean-up
This commit is contained in:
@@ -9,4 +9,5 @@ type Service interface {
|
||||
Schedule(ctx context.Context, link string) (*entities.Download, error)
|
||||
Get(ctx context.Context, id string) (*entities.Download, error)
|
||||
GetAll(ctx context.Context, active bool) ([]*entities.Download, error)
|
||||
GetDone(ctx context.Context) ([]*entities.Download, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user