mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
Add PeerDeleted function
This commit is contained in:
@@ -38,5 +38,9 @@ func (v *IntegratedValidatorImpl) GetValidatedPeers(_ string, _ map[string]*grou
|
||||
return validatedPeers, nil
|
||||
}
|
||||
|
||||
func (v *IntegratedValidatorImpl) PeerDeleted(_, _ string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (v *IntegratedValidatorImpl) Stop() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user