mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
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:
parent
9e17a091be
commit
35efa97b7d
5 changed files with 35 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue