package
Version:
v0.0.0-...-e6cabe9
Opens a new window with list of versions in this module.
Published: Nov 29, 2015
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
Name string `form:"name" json:"name"`
PasswordHash string `db:"password_hash"`
}
type UserAuthenticationError struct {
Msg string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.