Files
docker-machine/libmachine/host/host_v2.go
Olivier Gambier d2ada6488c Lint
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-05 13:34:07 -08:00

12 lines
205 B
Go

package host
import "github.com/docker/machine/libmachine/drivers"
type V2 struct {
ConfigVersion int
Driver drivers.Driver
DriverName string
HostOptions *Options
Name string
}