github.com/outbrain/consul@v1.4.5/types/area.go (about)

     1  package types
     2  
     3  // AreaID is a strongly-typed string used to uniquely represent a network area,
     4  // which is a relationship between Consul servers.
     5  type AreaID string
     6  
     7  // This represents the existing WAN area that's built in to Consul. Consul
     8  // Enterprise generalizes areas, which are represented with UUIDs.
     9  const AreaWAN AreaID = "wan"