github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/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  }