mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4
This commit is contained in:
@@ -106,6 +106,16 @@ func parseConstTag(field reflect.StructField) *string {
|
||||
return &value
|
||||
}
|
||||
|
||||
func parseDefaultTag(field reflect.StructField) *string {
|
||||
value := field.Tag.Get("default")
|
||||
|
||||
if value == "" {
|
||||
return nil
|
||||
}
|
||||
|
||||
return &value
|
||||
}
|
||||
|
||||
func parseStructTag(tagKey string, field reflect.StructField) map[string]string {
|
||||
tag := field.Tag.Get(tagKey)
|
||||
if tag == "" {
|
||||
|
||||
Reference in New Issue
Block a user