podman/libpod/events
Paul Holzinger 4078a44056
libpod/events: remove duplicated Details ID field
The ID filed in the Event struct is duplicated for no reason, since the
Details struct is directly embedded in the Event the ID filed is
basically duplicate on the same level multiple times. Removing this one
should be be safe and make no change to the resulting json.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-02-22 13:37:27 +01:00
..
config.go libpod/events: remove duplicated Details ID field 2024-02-22 13:37:27 +01:00
events.go Man pages: tighter documenting of --format fields 2024-01-15 13:11:27 -07:00
events_freebsd.go events: Fix spelling of newNullEventer 2022-09-13 08:38:13 +01:00
events_linux.go event backend none: return an error when reading events 2022-09-12 18:05:17 +02:00
events_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
filters.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
journal_linux.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
journal_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
logfile.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
logfile_test.go events: no duplicates when streaming during a log rotation 2023-03-15 10:28:16 +01:00
memory.go Add podman machine events 2022-05-03 13:49:01 -07:00
nullout.go Fix typos. Improve language. 2023-02-09 21:56:27 +01:00