EventsOptions group options of the Events API
| 450 | |
| 451 | // EventsOptions group options of the Events API |
| 452 | type EventsOptions struct { |
| 453 | Services []string |
| 454 | Consumer func(event Event) error |
| 455 | Since string |
| 456 | Until string |
| 457 | } |
| 458 | |
| 459 | // Event is a container runtime event served by Events API |
| 460 | type Event struct { |
nothing calls this directly
no outgoing calls
no test coverage detected