mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
Remove dead code
This commit is contained in:
parent
569f7bc76f
commit
8122b2552d
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue