mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
include peerIDs in invalidation listener func (#32)
This commit is contained in:
@@ -44,7 +44,7 @@ func (v *IntegratedValidatorImpl) PeerDeleted(ctx context.Context, _, _ string,
|
||||
return nil
|
||||
}
|
||||
|
||||
func (v *IntegratedValidatorImpl) SetPeerInvalidationListener(_ func(accountID string)) {
|
||||
func (v *IntegratedValidatorImpl) SetPeerInvalidationListener(_ func(accountID string, peerIDs []string)) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user