- Introduced a new wrapper function for query client to facilitate testing. - Added comprehensive tests for upload, commit, and cancel operations. - Improved error handling in tests to capture and assert error states. - Enhanced session management and state reset functionality in tests. - Implemented polling behavior tests for import status and preview queries. - Ensured that upload previews are prioritized over status query previews. - Validated cache invalidation and state management after commit and cancel actions.
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 ./...