(userID int64)
| 127 | GetAPActorKeys(collectionID int64) ([]byte, []byte) |
| 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 |
no outgoing calls
no test coverage detected