Documentation
¶
Index ¶
- func GenConfig(dir string)
- func GenDb(dir string)
- func GenDoc(dir string, ic astutils.InterfaceCollector)
- func GenDotenv(dir string)
- func GenHttpHandler(dir string, ic astutils.InterfaceCollector)
- func GenHttpHandlerImpl(dir string, ic astutils.InterfaceCollector)
- func GenHttpHandlerImplWithImpl(dir string, ic astutils.InterfaceCollector)
- func GenHttpMiddleware(dir string)
- func GenMain(dir string, ic astutils.InterfaceCollector)
- func GenSvcImpl(dir string, ic astutils.InterfaceCollector)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenDoc ¶ added in v0.1.9
func GenDoc(dir string, ic astutils.InterfaceCollector)
Currently not suport alias type in vo file. TODO
func GenHttpHandler ¶ added in v0.1.8
func GenHttpHandler(dir string, ic astutils.InterfaceCollector)
func GenHttpHandlerImpl ¶ added in v0.1.8
func GenHttpHandlerImpl(dir string, ic astutils.InterfaceCollector)
func GenHttpHandlerImplWithImpl ¶ added in v0.2.1
func GenHttpHandlerImplWithImpl(dir string, ic astutils.InterfaceCollector)
Parsed value from query string parameters or application/x-www-form-urlencoded form will be string type. You may need to convert the type by yourself.
func GenHttpMiddleware ¶ added in v0.1.8
func GenHttpMiddleware(dir string)
func GenMain ¶
func GenMain(dir string, ic astutils.InterfaceCollector)
func GenSvcImpl ¶
func GenSvcImpl(dir string, ic astutils.InterfaceCollector)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.