FindContainerInCompose searches for a container within an already-parsed Compose structure (used when compose content is held in memory rather than on disk).
(compose *Compose, containerName string)
| 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). |
| 28 | FindContainerInCompose(compose *Compose, containerName string) (*ComposeServiceInfo, error) |
| 29 | |
| 30 | // MarshalCompose serialises a Compose structure to YAML bytes without touching disk. |
| 31 | MarshalCompose(compose *Compose) ([]byte, error) |
no outgoing calls
no test coverage detected