internal

package
v0.0.0-...-dbf1782 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigService

type ConfigService interface {
	JWTSecret() string
	SessionSecret() string
	DatabaseURL() string
	DisableRegistration() bool
	ReverseProxyAuthentication() bool
	ProxyAuthEmailHeader() string
	ProxyAuthNameHeader() string
}

type PhotoService

type PhotoService interface {
}

type Services

type Services struct {
	User  UserService
	Photo PhotoService
}

type UserService

type UserService interface {
	FetchUserByEmail(ctx context.Context, email string) (dbx.User, error)
	CreateUser(ctx context.Context, name string, email string, encryptedPassword string) (dbx.User, error)
}

Directories

Path Synopsis
templ: version: v0.2.771
templ: version: v0.2.771

Jump to

Keyboard shortcuts

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