MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / CheckDomainCreate

Method CheckDomainCreate

internal/limits/limits.go:56–56  ·  view source on GitHub ↗

CheckDomainCreate returns nil if the user may register another domain, or *LimitExceededError if they have already hit the cap.

(ctx context.Context, userID string)

Source from the content-addressed store, hash-verified

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

Callers 1

Implementers 1

DBEnforcerinternal/limits/enforcer.go

Calls

no outgoing calls

Tested by 1