mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
6b7ccd06cf
* refactor to avoid future import cycles
7 lines
190 B
Go
7 lines
190 B
Go
package xdsv2
|
|
|
|
// TODO(proxystate): In a future PR this will create clusters and add it to ProxyResources.proxyState
|
|
func (pr *ProxyResources) makeCluster(name string) error {
|
|
return nil
|
|
}
|