Authentication

package
v0.0.0-...-91d8d9f Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SignIn

func SignIn(email string, password string) (database.Customer, error)

SignIn ...

func SignUp

func SignUp(email string, password string) (database.Customer, error)

SignUp ...

Types

type AuthReq

type AuthReq struct {
	Email    string `json:"email,omitempty"`
	Password string `json:"password,omitempty"`
}

AuthReq ...

Jump to

Keyboard shortcuts

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