Remove operator_area note from godoc overview (#4603)

This commit is contained in:
Freddy 2018-08-28 16:02:24 -04:00 committed by GitHub
parent 10d3048bd6
commit baa35ca503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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