router

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opts Options, versions map[string]http.Handler) http.Handler

New создает root http.Handler для REST. versions: ключ — префикс версии (например "/api/v1/"), значение — mux этой версии.

Types

type Options

type Options struct {
	// HealthPath — эндпоинт для health check.
	// Например: "/api/healthz"
	HealthPath string
	// HealthHandler allows overriding default static "ok" health endpoint.
	HealthHandler http.Handler
}

Options задаёт общие REST маршруты/поведение.

Jump to

Keyboard shortcuts

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