Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginAttempt ¶
type LoginAttempt struct { ID string `json:"id"` User string `json:"user"` Pass string `json:"pass"` }
LoginAttempt is the struct for users attempting to login
type RegisterAttempt ¶
type RegisterAttempt struct { User string `json:"user"` Pass string `json:"pass"` PassCheck string `json:"passcheck"` }
RegisterAttempt is the struct for users attempting to register
Click to show internal directories.
Click to hide internal directories.