login

package
v0.0.0-...-3a7af38 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PasswordMismatchError

type PasswordMismatchError struct{}

func (*PasswordMismatchError) Error

func (e *PasswordMismatchError) Error() string

type Request

type Request struct {
	Email    string
	Password string
}

type Response

type Response struct {
	User *user.User
}

func Login

func Login(db *gorm.DB, req *Request) (*Response, error)

Jump to

Keyboard shortcuts

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