mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
Add IsPeerInIngressPorts method to controller implementation
This commit is contained in:
@@ -25,3 +25,7 @@ func (c *controllerImpl) SendUpdate(ctx context.Context, accountID string, affec
|
||||
func (c *controllerImpl) GetProxyNetworkMaps(ctx context.Context, accountID string) (map[string]*types.NetworkMap, error) {
|
||||
return make(map[string]*types.NetworkMap), nil
|
||||
}
|
||||
|
||||
func (c *controllerImpl) IsPeerInIngressPorts(ctx context.Context, accountID, peerID string) (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user