forked from loafle/openapi-generator-original
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"`
|
|
}
|