Skip to content
Snippets Groups Projects
Commit 29feb092 authored by ko_oler's avatar ko_oler
Browse files

fix Filter

parent 8831266b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ package log
import (
"context"
"git.perx.ru/perxis/perxis-go/pkg/filter"
"git.perx.ru/perxis/perxis-go/pkg/options"
)
......@@ -32,7 +31,7 @@ type FindRequest struct {
type FindResult struct {
Entries []*Entry
Filter *filter.Filter
Filter *Filter
Options *options.FindOptions
Total uint32
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment