services

package
v0.0.0-...-ee8eda9 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAuthServiceHandler

func NewAuthServiceHandler(db *sql.DB,
	v validator.ValidateJSON) *authS

Types

type AuthServiceHandler

type AuthServiceHandler interface {
	CreatePairToken(rest.AuthTokenPayload) (*rest.PairToken, rest.Err)
	ValidateToken(rest.Token) rest.Err
	RefreshToken(rest.PairToken) (*rest.Token, rest.Err)
}

Jump to

Keyboard shortcuts

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