proxy

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CachedAuthenticationService

type CachedAuthenticationService struct {
	// contains filtered or unexported fields
}

func (*CachedAuthenticationService) AddUser

func (c *CachedAuthenticationService) AddUser(username, password string) (authentication.User, error)

func (*CachedAuthenticationService) Authenticate

func (c *CachedAuthenticationService) Authenticate(username string, password string) (string, error)

func (*CachedAuthenticationService) AuthenticateByToken

func (c *CachedAuthenticationService) AuthenticateByToken(token string) (string, error)

func (*CachedAuthenticationService) DeleteUser

func (c *CachedAuthenticationService) DeleteUser(userID string) error

func (*CachedAuthenticationService) HasUser

func (c *CachedAuthenticationService) HasUser(userID string) (bool, error)

func (*CachedAuthenticationService) ListUsers

func (*CachedAuthenticationService) Setup

func (*CachedAuthenticationService) SrvImplName

func (c *CachedAuthenticationService) SrvImplName() scene.ImplName

func (*CachedAuthenticationService) UpdateUser

func (*CachedAuthenticationService) UserByEmail

func (c *CachedAuthenticationService) UserByEmail(email string) (authentication.User, error)

func (*CachedAuthenticationService) UserById

func (*CachedAuthenticationService) UserByName

func (c *CachedAuthenticationService) UserByName(username string) (authentication.User, error)

Jump to

Keyboard shortcuts

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