Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed May 13, 2021
1 parent 569f7bc commit 8122b25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/reqlog/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import (
"github.com/dstotijn/hetty/pkg/scope"
)

type RepositoryProvider interface {
Repository() Repository
}

type Repository interface {
FindRequestLogs(ctx context.Context, filter FindRequestsFilter, scope *scope.Scope) ([]Request, error)
FindRequestLogByID(ctx context.Context, id int64) (Request, error)
Expand Down

0 comments on commit 8122b25

Please sign in to comment.