Files
zac_server_v2/deploy/template/api/routes.tpl

14 lines
237 B
Smarty
Raw Normal View History

2026-01-15 17:45:29 +08:00
// 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}}
}