kratos/selector/filter.go

6 lines
121 B

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