9 lines
387 B
Go
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
|