Versions in this module Expand all Collapse all v0 v0.6.1 Dec 14, 2024 v0.6.0 Dec 14, 2024 Changes in this version + var ErrImageNotFound = fmt.Errorf("image not found") + type Image struct + CreatedAt time.Time + DepFiles map[depexplorer.DependencyManager]*depexplorer.File + Frameworks []*depexplorer.Framework + ID string + Languages []*Language + Name string + NameDetails NameDetails + Size int64 + SizeText string + Unknown bool + VCS *VCS + type Language struct + Name string + Version string + type NameDetails struct + Name string + RegistryIsDockerHub bool + RegistryURL string + Vendor string + Version string + func (d *NameDetails) IsLatest() bool + type Service struct + CPUHistory *shared.MeasurementMetricBuffer + ContainerID string + Image NameDetails + MemoryHistory *shared.MeasurementMetricBuffer + Name string + Self bool + Status string + VCS *VCS + WebURL string + func NewService(metricDepth int, metricUnique bool) *Service + type ServiceStatus struct + CPU *shared.MeasurementMetric + ContainerID string + Image NameDetails + Memory *shared.MeasurementMetric + Name string + Self bool + Status string + VCS *VCS + WebURL string + type VCS struct + Host string + Type string + URL string + type Volume struct + CreatedAt string + Driver string + Name string + Size *int64