50798abc12
- Implement tests for ImportHandler's Cancel and Commit methods to handle missing and invalid session UUIDs. - Add tests for ManualChallengeHandler to cover scenarios such as empty challenge ID, provider internal errors, unauthorized access, and challenge not found. - Enhance error handling in tests to ensure proper responses for various edge cases.
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...