mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
a23a471034
* docs: update swaggo/swag v1.8.9 * Fix: format * swaggo: time.Duration * swaggo: provisionertype * Fix: AuthorizationObject * Fix: enums * Fix: netip.Addr * Fix: clickable response properties
9 lines
327 B
Plaintext
9 lines
327 B
Plaintext
// Replace all NullTime with string
|
|
replace github.com/coder/coder/codersdk.NullTime string
|
|
// Prevent swaggo from rendering enums for time.Duration
|
|
replace time.Duration int64
|
|
// Do not expose "echo" provider
|
|
replace github.com/coder/coder/codersdk.ProvisionerType string
|
|
// Do not render netip.Addr
|
|
replace netip.Addr string
|