first commit
This commit is contained in:
		
							
								
								
									
										13
									
								
								deploy/template/api/routes.tpl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								deploy/template/api/routes.tpl
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| // Code generated by goctl. DO NOT EDIT. | ||||
| package handler | ||||
|  | ||||
| import ( | ||||
| 	"net/http"{{if .hasTimeout}} | ||||
| 	"time"{{end}} | ||||
|  | ||||
| 	{{.importPackages}} | ||||
| ) | ||||
|  | ||||
| func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) { | ||||
| 	{{.routesAdditions}} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user