cardcaldav package - github.com/1f349/cardcaldav - Go Packages

cardcaldav

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: LGPL-3.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContext

func NewContext(ctx context.Context, a *Context) context.Context

func SetupLogger

func SetupLogger(logger *log.Logger)

Types

type Auth

type Auth struct {
	DB DbQueries
}

func NewAuth

func NewAuth(dbStr string, logger *log.Logger) *Auth

func (*Auth) CurrentUserPrincipal

func (a *Auth) CurrentUserPrincipal(ctx context.Context) (string, error)

func (*Auth) Middleware

func (a *Auth) Middleware(next http.Handler) http.Handler

func (*Auth) ValidateCredentials

func (a *Auth) ValidateCredentials(ctx context.Context, un, pw string) error

type Context

type Context struct {
	UserName string
}

func FromContext

func FromContext(ctx context.Context) (*Context, bool)

type DbQueries

type DbQueries interface {
	GetPassword(ctx context.Context, username string) (string, error)
	GetMailbox(ctx context.Context, username string) (database.Mailbox, error)
}

type ProviderMiddleware

type ProviderMiddleware interface {
	Middleware(next http.Handler) http.Handler
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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