1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Files
kratos/selector/filter.go
T
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