ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6

This commit is contained in:
speakeasybot
2024-09-13 00:11:01 +00:00
parent f47e4b689b
commit 37dabea51a
9 changed files with 91 additions and 72 deletions

View File

@@ -8,3 +8,4 @@ func Int(i int) *int { return &i }
func Int64(i int64) *int64 { return &i }
func Float32(f float32) *float32 { return &f }
func Float64(f float64) *float64 { return &f }
func Pointer[T any](v T) *T { return &v }