16 lines
260 B
Smarty
16 lines
260 B
Smarty
// Code generated by goctl. DO NOT EDIT.
|
|
// goctl {{.version}}
|
|
|
|
package handler
|
|
|
|
import (
|
|
"net/http"{{if .hasTimeout}}
|
|
"time"{{end}}
|
|
|
|
{{.importPackages}}
|
|
)
|
|
|
|
func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
|
{{.routesAdditions}}
|
|
}
|