service

package
v0.0.0-...-e02e45b Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const ACCESS_TOKEN_TTL = 15

Variables

This section is empty.

Functions

func New

func New(db *sql.DB) app.Service

Types

type CustomClaims

type CustomClaims struct {
	*jwt.StandardClaims
	CustomerInfo
}

type CustomerInfo

type CustomerInfo struct {
	Login      string
	FirstName  string
	LastName   string
	Patronymic string
	Role       string
	TokenType  string
}

Jump to

Keyboard shortcuts

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