mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-12 02:28:05 +02:00
11cd43e3c3
* unify selector Co-authored-by: caoguoliang01 <caoguoliang01@bilibili.com> Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
7 lines
121 B
Go
7 lines
121 B
Go
package selector
|
|
|
|
import "context"
|
|
|
|
// NodeFilter is select filter.
|
|
type NodeFilter func(context.Context, []Node) []Node
|