Event is a container runtime event served by Events API
| 458 | |
| 459 | // Event is a container runtime event served by Events API |
| 460 | type Event struct { |
| 461 | Timestamp time.Time |
| 462 | Service string |
| 463 | Container string |
| 464 | Status string |
| 465 | Attributes map[string]string |
| 466 | } |
| 467 | |
| 468 | // PortOptions group options of the Port API |
| 469 | type PortOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected