Files
Charon/backend/internal/api/handlers/doc.go
2026-03-04 18:34:49 +00:00

9 lines
387 B
Go

// Package handlers provides HTTP handlers used by the Charon backend API.
//
// It exposes Gin-based handler implementations for resources such as
// certificates, proxy hosts, users, notifications, backups, and system
// configuration. This package wires services to HTTP endpoints and
// performs request validation, response formatting, and basic error
// handling.
package handlers