2016-03-12 18:01:53 +08:00

10 lines
96 B
Go

package swagger
import (
)
type Name struct {
Name int32 `json:"name,omitempty"`
}