CheckDomainCreate returns nil if the user may register another domain, or *LimitExceededError if they have already hit the cap.
(ctx context.Context, userID string)
| 54 | // CheckDomainCreate returns nil if the user may register another |
| 55 | // domain, or *LimitExceededError if they have already hit the cap. |
| 56 | CheckDomainCreate(ctx context.Context, userID string) error |
| 57 | |
| 58 | // CheckMessageSend returns nil if the user may send/receive another |
| 59 | // message this calendar month, or *LimitExceededError if they have |
no outgoing calls