service

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

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

Go to latest
Published: Aug 2, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Passport

type Passport interface {
	HashPassword(password string) ([]byte, error)
	IsValidPassword(password string, hash []byte) bool
}

Passport is object that execute about password auth

func NewPassport

func NewPassport() Passport

NewPassport return new passport.

Jump to

Keyboard shortcuts

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