github.imxd.top/hashicorp/consul@v1.4.5/agent/consul/operator_endpoint.go (about) 1 package consul 2 3 // Operator endpoint is used to perform low-level operator tasks for Consul. 4 type Operator struct { 5 srv *Server 6 }