github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/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  }