(id string)
| 132 | CreateInvitedUser(inviteID string, userID int64) error |
| 133 | |
| 134 | GetDynamicContent(id string) (*instanceContent, error) |
| 135 | UpdateDynamicContent(id, title, content, contentType string) error |
| 136 | GetAllUsers(page uint) (*[]User, error) |
| 137 | GetAllUsersCount() int64 |
no outgoing calls
no test coverage detected