mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-12 03:40:59 +00:00
10 lines
143 B
Go
10 lines
143 B
Go
package swagger
|
|
|
|
import (
|
|
)
|
|
|
|
type Name struct {
|
|
Name int32 `json:"name,omitempty"`
|
|
SnakeCase int32 `json:"snake_case,omitempty"`
|
|
}
|