forked from loafle/openapi-generator-original
10 lines
96 B
Go
10 lines
96 B
Go
package swagger
|
|
|
|
import (
|
|
)
|
|
|
|
type Name struct {
|
|
Name int32 `json:"name,omitempty"`
|
|
|
|
}
|