remove filter query struct

This commit is contained in:
Daisuke Maki 2026-02-17 19:04:52 +09:00
parent 5fe676efb6
commit f3f29cf45d

View file

@ -409,8 +409,6 @@ type Query struct {
mutex sync.Mutex
}
type FilterQuery Query
// Source implements pipeline.Source, and is the buffer for the input
type Source struct {
pipeline.ChanOutput