MCPcopy
hub / github.com/keploy/keploy / GetService

Method GetService

cli/service.go:10–10  ·  view source on GitHub ↗
(ctx context.Context, cmd string)

Source from the content-addressed store, hash-verified

8
9type ServiceFactory interface {
10 GetService(ctx context.Context, cmd string) (interface{}, error)
11}
12
13type CmdConfigurator interface {

Callers 15

GenerateFunction · 0.65
DownloadFunction · 0.65
ValidateFunction · 0.65
RecordFunction · 0.65
ExportFunction · 0.65
DiffFunction · 0.65
UpdateFunction · 0.65
ImportFunction · 0.65
TestFunction · 0.65
NormalizeFunction · 0.65
TemplatizeFunction · 0.65
ConfigFunction · 0.65

Implementers 1

ServiceProvidercli/provider/service.go

Calls

no outgoing calls

Tested by 1

TestFunction · 0.52