MCPcopy Index your code
hub / github.com/keploy/keploy / Impl

Struct Impl

pkg/platform/docker/docker.go:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45var ComposeServiceHook func(serviceNode *yaml.Node)
46
47type Impl struct {
48 nativeDockerClient.APIClient
49 timeoutForDockerQuery time.Duration
50 logger *zap.Logger
51 conf *config.Config
52}
53
54func New(logger *zap.Logger, c *config.Config) (Client, error) {
55 dockerClient, err := nativeDockerClient.NewClientWithOpts(nativeDockerClient.FromEnv,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected