|
@@ -329,13 +329,6 @@ func (d *dnetConnection) GetRemoteAddressList() []string {
|
|
return []string{d.Orchestration.Peer}
|
|
return []string{d.Orchestration.Peer}
|
|
}
|
|
}
|
|
|
|
|
|
-func (d *dnetConnection) GetNetworkKeys() []*types.EncryptionKey {
|
|
|
|
- return nil
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-func (d *dnetConnection) SetNetworkKeys([]*types.EncryptionKey) {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
func (d *dnetConnection) ListenClusterEvents() <-chan cluster.ConfigEventType {
|
|
func (d *dnetConnection) ListenClusterEvents() <-chan cluster.ConfigEventType {
|
|
return d.configEvent
|
|
return d.configEvent
|
|
}
|
|
}
|