mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
This changeset moves common checks from driver implementations into base package. The Base type can be embedded in a driver implementation, ensuring that incoming arguments are checked for validity. Signed-off-by: Stephen J Day <stephen.day@docker.com>