mirror of
https://github.com/moby/moby.git
synced 2026-07-10 00:28:51 +00:00
Move api/types.IDResponse to a "common" package (to prevent cyclic import issues), and introduce a container.CommitResponse type as alias. This allows consumers to use ContainerCommit without having to import the "types" package, and allows us to differentiate the response for container commit separate from other endpoints currently using IDResponse. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>