Skip to content

Commit

Permalink
Remove operator_area note from godoc overview (#4603)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddygv authored Aug 28, 2018
1 parent d7a404f commit 4c5758d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/operator_area.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4c5758d

Please sign in to comment.