mirror of
https://github.com/certctl-io/certctl.git
synced 2026-09-22 17:39:03 +02:00
style: run gofmt -s across all Go files
Fixes Go Report Card gofmt score from 52% to 100%. Pure formatting changes — no logic modifications. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
1349f2ef71
commit
f1eff55894
@@ -37,9 +37,9 @@ type ServerConfig struct {
|
||||
|
||||
// DatabaseConfig contains database connection configuration.
|
||||
type DatabaseConfig struct {
|
||||
URL string
|
||||
MaxConnections int
|
||||
MigrationsPath string
|
||||
URL string
|
||||
MaxConnections int
|
||||
MigrationsPath string
|
||||
}
|
||||
|
||||
// SchedulerConfig contains scheduler timing configuration.
|
||||
@@ -64,9 +64,9 @@ type AuthConfig struct {
|
||||
|
||||
// RateLimitConfig contains rate limiting configuration.
|
||||
type RateLimitConfig struct {
|
||||
Enabled bool
|
||||
RPS float64 // Requests per second
|
||||
BurstSize int // Maximum burst size
|
||||
Enabled bool
|
||||
RPS float64 // Requests per second
|
||||
BurstSize int // Maximum burst size
|
||||
}
|
||||
|
||||
// CORSConfig contains CORS configuration.
|
||||
|
||||
Reference in New Issue
Block a user