Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2026 Changes in this version + func Generate(composeFilePath, exampleFile string) (string, error) + func ParseServices(composeFilePath string) (map[string][]string, error) + func ParseServicesRich(composeFilePath string) (map[string][]Dependency, error) + type Dependency struct + Condition string + Service string + type HealthDefault struct + Host string + Port int + Type string + func DetectHealthDefault(image string) *HealthDefault