docker / cli

The Docker CLI
Apache License 2.0
4.74k stars 1.88k forks source link

cli/command: remove deprecated EventHandler, InitEventHandler #5148

Closed thaJeztah closed 3 weeks ago

thaJeztah commented 3 weeks ago

These were deprecated in 46afd26c45771a954871ea5960b7c580d525424b in v26.0, and have no known users.

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.74%. Comparing base (ed2d365) to head (f80d718).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5148 +/- ## ========================================== + Coverage 61.72% 61.74% +0.02% ========================================== Files 298 294 -4 Lines 20776 20756 -20 ========================================== - Hits 12823 12816 -7 + Misses 7036 7022 -14 - Partials 917 918 +1 ```