mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 07:44:50 +00:00
7 lines
131 B
Go
7 lines
131 B
Go
package consul
|
|
|
|
// Operator endpoint is used to perform low-level operator tasks for Consul.
|
|
type Operator struct {
|
|
srv *Server
|
|
}
|