Remove dead code

This commit is contained in:
David Stotijn 2021-05-13 13:35:11 +02:00
parent 569f7bc76f
commit 8122b2552d

View file

@ -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)