6cf6f95f58
CodeQL / Analyze (push) Has been cancelled
Sync to Gitee / Run (push) Has been cancelled
Go / build & test (1.25.x) (push) Has been cancelled
Go / build & test (1.26.x) (push) Has been cancelled
Lint / resolve module (push) Has been cancelled
Lint / lint module (push) Has been cancelled
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
|