// Code generated by goctl. DO NOT EDIT. package handler import ( "net/http" "jygit.jydev.jianyu360.cn/ApplicationCenter/publicService/api/internal/svc" "github.com/zeromicro/go-zero/rest" ) func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) { server.AddRoutes( []rest.Route{ { Method: http.MethodPost, Path: "/publicService/List", Handler: DatasmtListHandler(serverCtx), }, { Method: http.MethodPost, Path: "/public/publicService/Detail", Handler: DatasmtDetailHandler(serverCtx), }, }, ) }