From f3f29cf45d9b16f4743b9b63fc0587777a450dfd Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Tue, 17 Feb 2026 19:04:52 +0900 Subject: [PATCH] remove filter query struct --- interface.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface.go b/interface.go index 2bd9aac..a4ca57a 100644 --- a/interface.go +++ b/interface.go @@ -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