Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
ServiceFactory
interface
{
10
GetService(ctx context.Context, cmd string) (
interface
{}, error)
11
}
12
13
type
CmdConfigurator
interface
{
14
AddFlags(cmd *cobra.Command) error
Callers
8
Generate
Function · 0.65
Download
Function · 0.65
Validate
Function · 0.65
Record
Function · 0.65
Export
Function · 0.65
Diff
Function · 0.65
Update
Function · 0.65
Import
Function · 0.65
Implementers
1
ServiceProvider
cli/provider/service.go
Calls
no outgoing calls
Tested by
no test coverage detected