mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user