Skip to content

Commit

Permalink
[WIP] feat: filter manager for CLI [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Nov 16, 2024
1 parent 259501e commit 65ab5ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/cli/filtermanager/types.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package filtermanager

import "github.com/flomesh-io/fsm/pkg/cli/common"

type FilterManager struct {
Fetcher common.GroupKindFetcher
}

0 comments on commit 65ab5ca

Please sign in to comment.