Versions in this module Expand all Collapse all v0 v0.3.4 Aug 18, 2026 Changes in this version + func Builds(services types.Services, cfg *c2qtypes.Config) []c2qtypes.QuadletUnit + func Container(svc types.ServiceConfig, cfg *c2qtypes.Config) []c2qtypes.Directive + func Healthcheck(svc types.ServiceConfig, cfg *c2qtypes.Config) []c2qtypes.Directive + func Images(services types.Services, cfg *c2qtypes.Config) []c2qtypes.QuadletUnit + func Networks(networks types.Networks, cfg *c2qtypes.Config) []c2qtypes.QuadletUnit + func PatchDockerfileFROM(r io.Reader) ([]byte, error) + func PremapSecrets(svc *types.ServiceConfig, secrets types.Secrets, configs types.Configs, ...) []c2qtypes.Directive + func SecurityOpts(opts []string, serviceName string, cfg *c2qtypes.Config) []c2qtypes.Directive + func Service(svc types.ServiceConfig, cfg *c2qtypes.Config) []c2qtypes.Directive + func Unit(svc types.ServiceConfig) []c2qtypes.Directive + func UnitService(svc types.ServiceConfig, cfg *c2qtypes.Config) []c2qtypes.Directive + func Volumes(volumes types.Volumes, cfg *c2qtypes.Config) []c2qtypes.QuadletUnit