mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
- Introduced a new OpenAPI wrapper using Fizz for improved API documentation - Refactored base controller to support more flexible route handling - Added dynamic route registration with OpenAPI metadata - Implemented generic response types for consistent API responses - Updated router initialization to support OpenAPI documentation endpoint - Improved route and resource naming utilities - Migrated existing controllers to use new routing and response mechanisms
10 lines
50 B
Plaintext
10 lines
50 B
Plaintext
go 1.23
|
|
|
|
use (
|
|
backend
|
|
core
|
|
grpc
|
|
trace
|
|
vcs
|
|
)
|