MCPcopy
hub / github.com/keploy/keploy / ServiceFactory

Interface ServiceFactory

cli/service.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type ServiceFactory interface {
10 GetService(ctx context.Context, cmd string) (interface{}, error)
11}
12
13type CmdConfigurator interface {
14 AddFlags(cmd *cobra.Command) error

Callers 8

GenerateFunction · 0.65
DownloadFunction · 0.65
ValidateFunction · 0.65
RecordFunction · 0.65
ExportFunction · 0.65
DiffFunction · 0.65
UpdateFunction · 0.65
ImportFunction · 0.65

Implementers 1

ServiceProvidercli/provider/service.go

Calls

no outgoing calls

Tested by

no test coverage detected