chore: git cache cleanup
This commit is contained in:
8
backend/internal/api/handlers/doc.go
Normal file
8
backend/internal/api/handlers/doc.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user