Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrImageNotFound = fmt.Errorf("image not found")
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { ID string Name string Size int64 SizeText string NameDetails NameDetails VCS *VCS Unknown bool Languages []*Language Frameworks []*depexplorer.Framework DepFiles map[depexplorer.DependencyManager]*depexplorer.File CreatedAt time.Time }
type NameDetails ¶
type NameDetails struct { Name string Version string RegistryURL string RegistryIsDockerHub bool Vendor string }
func (*NameDetails) IsLatest ¶
func (d *NameDetails) IsLatest() bool
type Service ¶
type Service struct { Name string WebURL string Status string VCS *VCS ContainerID string Self bool MemoryHistory *shared.MeasurementMetricBuffer CPUHistory *shared.MeasurementMetricBuffer Image NameDetails }
func NewService ¶
type ServiceStatus ¶
type ServiceStatus struct { Name string WebURL string Status string VCS *VCS ContainerID string Self bool Memory *shared.MeasurementMetric CPU *shared.MeasurementMetric Image NameDetails }
Click to show internal directories.
Click to hide internal directories.