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

Method Search

service/universally/get.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, keyword string, condition map[string]interface{}, sortRule ...string)

Source from the content-addressed store, hash-verified

20 List(ctx context.Context, uuids ...string) ([]*T, error)
21
22 Search(ctx context.Context, keyword string, condition map[string]interface{}, sortRule ...string) ([]*T, error)
23 Count(ctx context.Context, keyword string, condition map[string]interface{}) (int64, error)
24 //CountByGroup(ctx context.Context, keyword string, condition map[string]interface{}, groupBy string) (map[string]int64, error)
25 SearchByPage(ctx context.Context, keyword string, condition map[string]interface{}, page int, pageSize int, sortRule ...string) ([]*T, int64, error)

Callers 5

SearchAllByDriverMethod · 0.65
SearchPublicServicesMethod · 0.65
ExistMethod · 0.65
SearchMethod · 0.65
SearchMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected