Skip to content

Commit a23a471

Browse files
authored
docs: update swaggo/swag v1.8.9 (#5590)
* 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
1 parent bbe33fe commit a23a471

File tree

16 files changed

+1413
-553
lines changed

16 files changed

+1413
-553
lines changed

.swaggo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
// Replace all NullTime with string
22
replace github.com/coder/coder/codersdk.NullTime string
3+
// Prevent swaggo from rendering enums for time.Duration
4+
replace time.Duration int64
5+
// Do not expose "echo" provider
6+
replace github.com/coder/coder/codersdk.ProvisionerType string
7+
// Do not render netip.Addr
8+
replace netip.Addr string

0 commit comments

Comments
 (0)