1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00
kratos/selector/filter.go
2021-11-29 10:55:11 +08:00

7 lines
113 B
Go

package selector
import "context"
// Filter is select filter.
type Filter func(context.Context, []Node) []Node