MCPcopy
hub / github.com/keploy/keploy / ModifyComposeForAgent

Method ModifyComposeForAgent

pkg/platform/docker/service.go:24–24  ·  view source on GitHub ↗

Function for generating keploy-agent service configuration

(compose *Compose, opts models.SetupOptions, appContainerName string)

Source from the content-addressed store, hash-verified

22
23 // Function for generating keploy-agent service configuration
24 ModifyComposeForAgent(compose *Compose, opts models.SetupOptions, appContainerName string) error
25
26 // FindContainerInCompose searches for a container within an already-parsed Compose
27 // structure (used when compose content is held in memory rather than on disk).

Callers 2

SetupComposeMethod · 0.65
setupComposeInMemoryMethod · 0.65

Implementers 1

Implpkg/platform/docker/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected