Browse Source

Remove operator_area note from godoc overview (#4603)

pull/4604/head
Freddy 6 years ago committed by GitHub
parent
commit
4c5758d891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      api/operator_area.go

3
api/operator_area.go

@ -1,9 +1,10 @@
package api
// The /v1/operator/area endpoints are available only in Consul Enterprise and
// interact with its network area subsystem. Network areas are used to link
// together Consul servers in different Consul datacenters. With network areas,
// Consul datacenters can be linked together in ways other than a fully-connected
// mesh, as is required for Consul's WAN.
package api
import (
"net"

Loading…
Cancel
Save