feat: add since & until flags to events command

Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
Co-authored-by: Amin Ehterami <A.Ehterami@proton.me>
This commit is contained in:
MohammadHasan Akbari
2025-07-09 07:38:14 +00:00
committed by Nicolas De loof
parent 9e17a091be
commit 35efa97b7d
5 changed files with 35 additions and 5 deletions

View File

@@ -398,6 +398,8 @@ type AttachOptions struct {
type EventsOptions struct {
Services []string
Consumer func(event Event) error
Since string
Until string
}
// Event is a container runtime event served by Events API