(ctx context.Context, userID uuid.UUID)
| 780 | // specified organization is included. |
| 781 | GetUserChatSpendInPeriod(ctx context.Context, arg GetUserChatSpendInPeriodParams) (int64, error) |
| 782 | GetUserCodeDiffDisplayMode(ctx context.Context, userID uuid.UUID) (string, error) |
| 783 | GetUserCount(ctx context.Context, includeSystem bool) (int64, error) |
| 784 | // Returns the minimum (most restrictive) group limit for a user. |
| 785 | // Returns -1 if no group limits match the specified scope. |
no outgoing calls