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

Method List

service/universally/get.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, uuids ...string)

Source from the content-addressed store, hash-verified

18type IServiceGet[T any] interface {
19 Get(ctx context.Context, uuid string) (*T, error)
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)

Callers 7

ListByPartitionMethod · 0.65
SaveDefineMethod · 0.65
DefinesMethod · 0.65
OptionsMethod · 0.65
ListClusterMethod · 0.65
MapMethod · 0.65
GetPublishStatusMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected