(ctx context.Context, userIds []uuid.UUID)
| 1443 | UsageEventExistsByID(ctx context.Context, id string) (bool, error) |
| 1444 | ValidateGroupIDs(ctx context.Context, groupIds []uuid.UUID) (ValidateGroupIDsRow, error) |
| 1445 | ValidateUserIDs(ctx context.Context, userIds []uuid.UUID) (ValidateUserIDsRow, error) |
| 1446 | } |
| 1447 | |
| 1448 | var _ sqlcQuerier = (*sqlQuerier)(nil) |
no outgoing calls