routes.tpl 260 B

123456789101112131415
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl {{.version}}
  3. package handler
  4. import (
  5. "net/http"{{if .hasTimeout}}
  6. "time"{{end}}
  7. {{.importPackages}}
  8. )
  9. func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
  10. {{.routesAdditions}}
  11. }