github.1git.de/docker/cli@v26.1.3+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 }