handlers

package
v1.35.5 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2026 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Module

func Module() fx.Option

Types

type Config

type Config struct {
	// PublicHost is host[:port] without scheme. Empty → use request Host.
	PublicHost string
	// PublicPath is API base path; normalized to start with "/" and have no trailing "/".
	PublicPath string

	UpstreamEnabled bool
	OpenAPIEnabled  bool
}

type HealthHandler added in v1.34.0

type HealthHandler struct {
	base.Handler
	// contains filtered or unexported fields
}

func NewHealthHandler added in v1.34.0

func NewHealthHandler(
	healthSvc *health.Service,
	logger *zap.Logger,
) *HealthHandler

func (*HealthHandler) Register added in v1.34.0

func (h *HealthHandler) Register(router fiber.Router)

Directories

Path Synopsis
Package messages defines permission scopes for message-related operations.
Package messages defines permission scopes for message-related operations.
middlewares

Jump to

Keyboard shortcuts

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