(id string)
| 128 | CreateUserInvite(id string, userID int64, maxUses int, expires *time.Time) error |
| 129 | GetUserInvites(userID int64) (*[]Invite, error) |
| 130 | GetUserInvite(id string) (*Invite, error) |
| 131 | GetUsersInvitedCount(id string) int64 |
| 132 | CreateInvitedUser(inviteID string, userID int64) error |
| 133 |