Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitDevRoutes ¶
func InitDevRoutes()
InitDevRoutes initializes the routes used for development purposes only
Types ¶
type AppUserModel ¶
type AppUserModel struct { Email string `json:"email"` Password string `json:"password"` AccountType int `json:"accountType"` // 0 - NormalUser | 1 - Admin }
AppUserModel is the model used for creating ApplicationUsers
type DevAPI ¶
type DevAPI int
DevAPI defines the API endpoint for development actions and custom testing
func (*DevAPI) ActivateAppUser ¶
ActivateAppUser is an endpoint for activating an app user
Click to show internal directories.
Click to hide internal directories.