(containerName string)
| 15 | ReadComposeFile(filePath string) (*Compose, error) |
| 16 | WriteComposeFile(compose *Compose, path string) error |
| 17 | IsContainerRunning(containerName string) (bool, error) |
| 18 | CreateVolume(ctx context.Context, volumeName string, recreate bool, driverOpts map[string]string) error |
| 19 | |
| 20 | // New functions for finding containers in compose files |
no outgoing calls
no test coverage detected