MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / AllByDriver

Method AllByDriver

service/strategy/service.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, driver string, scope int, target string)

Source from the content-addressed store, hash-verified

16 universally.IServiceEdit[Edit]
17 All(ctx context.Context, scope int, target string) ([]*Strategy, error)
18 AllByDriver(ctx context.Context, driver string, scope int, target string) ([]*Strategy, error)
19 SearchByDriver(ctx context.Context, keyword string, driver string, scope int, target string, page int, pageSize int, filters []string, order ...string) ([]*Strategy, int64, error)
20 SearchAllByDriver(ctx context.Context, keyword string, driver string, scope int, target string) ([]*Strategy, error)
21 Get(ctx context.Context, id string) (*Strategy, error)

Callers 1

PublishMethod · 0.65

Implementers 1

imlStrategyServiceservice/strategy/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected