CheckAgentCreate returns nil if the user may create another agent, or *LimitExceededError if they have already hit the cap.
(ctx context.Context, userID string)
| 50 | // CheckAgentCreate returns nil if the user may create another agent, |
| 51 | // or *LimitExceededError if they have already hit the cap. |
| 52 | CheckAgentCreate(ctx context.Context, userID string) error |
| 53 | |
| 54 | // CheckDomainCreate returns nil if the user may register another |
| 55 | // domain, or *LimitExceededError if they have already hit the cap. |
no outgoing calls