mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
added isValidChildAccount func
This commit is contained in:
@@ -64,3 +64,7 @@ func InitIntegrationMetrics(ctx context.Context, metrics telemetry.AppMetrics) (
|
||||
AppMetrics: metrics,
|
||||
}, nil
|
||||
}
|
||||
|
||||
func IsValidChildAccount(_ context.Context, _, _ string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user