Add base site, needs clean-up
This commit is contained in:
@@ -56,3 +56,7 @@ func (l *localService) Get(ctx context.Context, id string) (*entities.Download,
|
||||
func (l *localService) GetAll(ctx context.Context, active bool) ([]*entities.Download, error) {
|
||||
return l.repository.Get(ctx, active)
|
||||
}
|
||||
|
||||
func (l *localService) GetDone(ctx context.Context) ([]*entities.Download, error) {
|
||||
return l.repository.GetDone(ctx)
|
||||
}
|
||||
|
Reference in New Issue
Block a user