github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+incompatible/cli/context/endpoint.go (about)

     1  package context
     2  
     3  // EndpointMetaBase contains fields we expect to be common for most context endpoints
     4  type EndpointMetaBase struct {
     5  	Host          string `json:",omitempty"`
     6  	SkipTLSVerify bool
     7  }