identity

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromContext

func FromContext(ctx context.Context) (db.User, bool)

func NewContext

func NewContext(ctx context.Context, user db.User) context.Context

Types

type LookupUserStore

type LookupUserStore interface {
	GetUserByUsername(ctx context.Context, arg db.GetUserByUsernameParams) (db.User, error)
}

type Syncer

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

func NewSyncer

func NewSyncer(users UserStore) *Syncer

func (*Syncer) Middleware

func (s *Syncer) Middleware() func(http.Handler) http.Handler

type UserStore

type UserStore interface {
	UpsertUserByUsername(ctx context.Context, arg db.UpsertUserByUsernameParams) (db.User, error)
}

Jump to

Keyboard shortcuts

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