MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Titles

Method Titles

strategy-filter/filter.go:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77type IRemoteFilter interface {
78 IFilter
79 Titles() []OptionTitle
80 Key() string
81 Target() string
82 RemoteList(ctx context.Context, keyword string, condition map[string]interface{}, page int, pageSize int) ([]any, int64, error)

Callers 2

FilterGlobalRemoteMethod · 0.65
FilterServiceRemoteMethod · 0.65

Implementers 2

imlAppFiltermodule/service/filter.go
imlRouterFiltermodule/router/filter.go

Calls

no outgoing calls

Tested by

no test coverage detected