(instanceLimit, activatedInstanceLimit int)
| 365 | } |
| 366 | |
| 367 | func isUnifiedInstanceLimit(instanceLimit, activatedInstanceLimit int) bool { |
| 368 | return instanceLimit <= activatedInstanceLimit |
| 369 | } |
| 370 | |
| 371 | // IsUnifiedInstanceLicense returns whether every registrable instance is effectively activated. |
| 372 | func (s *LicenseService) IsUnifiedInstanceLicense(ctx context.Context, workspaceID string) bool { |
no outgoing calls