mirror of
https://github.com/datarhei/core.git
synced 2025-11-02 12:14:12 +08:00
Allow to acquire certificates in multi-node cluster
This commit is contained in:
@@ -193,6 +193,10 @@ func (n *clusterNode) CoreAPIAddress() (string, error) {
|
||||
return n.client.CoreAPIAddress()
|
||||
}
|
||||
|
||||
func (n *clusterNode) Barrier(name string) (bool, error) {
|
||||
return n.client.Barrier(name)
|
||||
}
|
||||
|
||||
func (n *clusterNode) Proxy() proxy.Node {
|
||||
return n.proxyNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user