mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
33a90edfab
- Join areas - wait for members alive and validate cross area service discovery
15 lines
242 B
Go
15 lines
242 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !consulent
|
|
|
|
package sprawl
|
|
|
|
func (s *Sprawl) initNetworkAreas() error {
|
|
return nil
|
|
}
|
|
|
|
func (s *Sprawl) waitForNetworkAreaEstablishment() error {
|
|
return nil
|
|
}
|