ImageSummary holds container image description
| 601 | |
| 602 | // ImageSummary holds container image description |
| 603 | type ImageSummary struct { |
| 604 | ID string |
| 605 | Repository string |
| 606 | Tag string |
| 607 | Platform platforms.Platform |
| 608 | Size int64 |
| 609 | Created *time.Time |
| 610 | LastTagTime time.Time |
| 611 | } |
| 612 | |
| 613 | // ServiceStatus hold status about a service |
| 614 | type ServiceStatus struct { |
nothing calls this directly
no outgoing calls
no test coverage detected