Function for generating keploy-agent service configuration
(compose *Compose, opts models.SetupOptions, appContainerName string)
| 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). |
no outgoing calls
no test coverage detected