tokens

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(store Storage, rootPath string) http.Handler

Types

type State

type State struct {
	User string
}

type Storage

type Storage interface {
	ListTokens(ctx context.Context, user string) ([]*dbo.Token, error)
	CreateToken(ctx context.Context, params dbo.TokenParams) error
	DeleteToken(ctx context.Context, ref dbo.TokenRef) error
	UpdateTokenKey(ctx context.Context, ref dbo.TokenRef, key dbo.Key) error
}

Jump to

Keyboard shortcuts

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