auth

package
v0.0.0-...-4135f6e Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID string

type Service

type Service interface {
	NewUser() ID
	GetUser(id ID) error
	GetToken(id ID) (Token, error)
	VerifyToken(token Token) error
}

AuthService....

type Token

type Token string

Jump to

Keyboard shortcuts

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