models

package
v0.0.0-...-76d6640 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2013 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DBHOST     = "localhost"
	DBNAME     = "unival"
	COLLECTION = "users"
	SALT       = "uniconsole"
)

Variables

View Source
var DBSession *mgo.Session

Functions

func GetConnection

func GetConnection() *mgo.Collection

Types

type User

type User struct {
	Id       int
	Username string
	Password string
	Mobile   string
	Email    string
	Roles    []string
}

func Authenticate

func Authenticate(username, password string) *User

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL