rest

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Router

type Router struct {
	DB                  database
	AuthService         *iam.AuthService
	UserService         *iam.UserService
	PasswordService     *iam.PasswordService
	MFAService          *iam.MFAService
	OIDCAuthService     *iam.OIDCAuthService
	OIDCProviderService *iam.OIDCProviderService
	RBACService         *iam.RBACService
	SessionService      *iam.SessionService
	JWTValidator        jwtValidator
	SecureCookies       bool
	Environment         string
	TrustedProxyMode    bool
	// ProxySecret, when set, requires a matching X-Proxy-Secret header on every request
	// except the health check (only the trusted edge is served). Empty disables it.
	ProxySecret        string
	CORSAllowedOrigins []string
	Logger             *slog.Logger
	// contains filtered or unexported fields
}

Router holds all HTTP handler dependencies in a single struct.

func (*Router) Handler added in v0.3.0

func (r *Router) Handler() http.Handler

Handler assembles the routes and the middleware chain around them. The caller building the server calls it once.

Jump to

Keyboard shortcuts

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