github.com/nullne/docker@v1.13.0-rc1/api/types/versions/v1p24/types.go (about) 1 // Package v1p24 provides specific API types for the API version 1, patch 24. 2 package v1p24 3 4 import "github.com/docker/docker/api/types" 5 6 type Info struct { 7 *types.InfoBase 8 ExecutionDriver string 9 SecurityOptions []string 10 }