package
Version:
v0.0.0-...-85d39bf
Opens a new window with list of versions in this module.
Published: Nov 17, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Login ...
Not the greatest solution but it'll work for a quick prototype
Signup ...
Not the greatest solution but it'll work for a quick prototype
type User struct {
Name string `json:"name" bson:"name"`
Username string `json:"username" bson:"username"`
Password string `json:"password" bson:"password"`
Email string `json:"email" bson:"email"`
ID string `json:"_id" bson:"_id"`
}
User ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.