memory

package
v3.6.3 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Idents []string
	Auths  []string
}

func Flags

func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) *Config

type Service

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

func New

func New(config *Config) (Service, error)

func (Service) Create

func (s Service) Create(_ context.Context, _ string) (model.User, error)

func (Service) Delete

func (s Service) Delete(_ context.Context, _ model.User) error

func (Service) GetBasicUser

func (s Service) GetBasicUser(_ context.Context, login, password string) (model.User, error)

func (Service) IsAuthorized

func (s Service) IsAuthorized(_ context.Context, user model.User, profile string) bool

Jump to

Keyboard shortcuts

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