Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aaa ¶
type Aaa struct { Y int `json:"y"` // contains filtered or unexported fields }
@Api(router="/aaa/aa")
type Annotation ¶
type CodeGenerator ¶
type CodeGenerator interface {
Run()
}
func CreateGenerator ¶
func CreateGenerator(an *Annotation) (g CodeGenerator)
Click to show internal directories.
Click to hide internal directories.