mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
Now that this is a generic, we can define a struct type at the package
level, and remove the casting logic necessary when we had to use
interface{}.
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>