Versions in this module Expand all Collapse all v0 v0.14.0 Aug 11, 2025 Changes in this version type Config + TLSCertPath string v0.13.2 Jul 25, 2025 Changes in this version + func GetNetwork(s networktypes.Inspect, c networktypes.Inspect) networktypes.Inspect + func GetService(s dockerruntime.Service, c dockerruntime.Service) dockerruntime.Service + func GetServicesSorted(ctx context.Context, cli *client.Client, c *Config) []string + func GetVolume(s volumetypes.Volume, c volumetypes.Volume) volumetypes.Volume + func ImportDefaults(ctx context.Context, cli *client.Client, c *Config, service string, ...) bool + func Setup(ctx context.Context, cli *client.Client, c *Config) + func Unique(stringSlice []string) []string + type CompatibilityCheck struct + Message string + State bool + func DryRun(ctx context.Context, cli *client.Client, c *Config) ([]CompatibilityCheck, error) + type Config struct + Defaults bool + Domain string + JSONFormat bool + JSONStatus StatusJSON + Keys []Key + Networks map[string]networktypes.Inspect + Resolvers []resolv.Resolv + ResolversDisabled bool + Services map[string]dockerruntime.Service + SortedServices []string + Volumes map[string]volumetypes.Volume + type Key struct + Path string + type StatusJSON struct + Networks []string + PortAvailability []string + Resolvers []string + SSHMessages []string + Services map[string]StatusJSONStatus + URLValidations []StatusJSONURLValidation + Volumes []string + type StatusJSONStatus struct + Container string + ImageRef string + State bool + type StatusJSONURLValidation struct + Endpoint string + Success bool