open-consul/consul/operator_endpoint.go
2017-03-30 12:35:50 -07:00

7 lines
131 B
Go

package consul
// Operator endpoint is used to perform low-level operator tasks for Consul.
type Operator struct {
srv *Server
}