Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c4a2bf

Browse files
authored
Merge branch 'main' into mafredri/ci-release-via-actions
2 parents e110beb + d2ef727 commit 3c4a2bf

25 files changed

+1668
-559
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)