|
@@ -0,0 +1,273 @@
|
|
|
+2025-02-25 18:50:57.692 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 18:50:57.692 [INFO] pid[24728]: http server started listening on [:8001]
|
|
|
+2025-02-25 18:50:57.693 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|
|
|
+2025-02-25 18:54:27.132 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 18:54:27.132 [INFO] pid[12336]: http server started listening on [:8001]
|
|
|
+2025-02-25 18:54:27.134 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|
|
|
+2025-02-25 18:55:48.956 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 18:55:48.956 [INFO] pid[18688]: http server started listening on [:8001]
|
|
|
+2025-02-25 18:55:48.957 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|
|
|
+2025-02-25 18:57:03.404 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 18:57:03.404 [INFO] pid[1944]: http server started listening on [:8001]
|
|
|
+2025-02-25 18:57:03.407 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|
|
|
+2025-02-25 18:58:09.889 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 18:58:09.889 [INFO] pid[24968]: http server started listening on [:8001]
|
|
|
+2025-02-25 18:58:09.891 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|
|
|
+2025-02-25 19:00:07.887 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 19:00:07.887 [INFO] pid[20472]: http server started listening on [:8001]
|
|
|
+2025-02-25 19:00:07.890 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|
|
|
+2025-02-25 19:01:44.585 [INFO] swagger ui is serving at address: http://127.0.0.1:8001/swagger/
|
|
|
+2025-02-25 19:01:44.585 [INFO] pid[26588]: http server started listening on [:8001]
|
|
|
+2025-02-25 19:01:44.585 [INFO] openapi specification is serving at address: http://127.0.0.1:8001/api.json
|
|
|
+
|
|
|
+ ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /* | aiChat/internal/middleware.MiddlewareHandlerSession | GLOBAL MIDDLEWARE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/chat | aiChat/internal/controller/aiSearch.(*ControllerV1).Chat |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/configuration | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemConfiguration |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/delete | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemDelete |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/problem/list | aiChat/internal/controller/aiSearch.(*ControllerV1).ProblemList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/detail | aiChat/internal/controller/aiSearch.(*ControllerV1).SessionDetail |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/aiSearch/session/like | aiChat/internal/controller/aiSearch.(*ControllerV1).LikeSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/list | aiChat/internal/controller/aiSearch.(*ControllerV1).HistorySsList |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | GET | /aiChat/aiSearch/session/newCreate | aiChat/internal/controller/aiSearch.(*ControllerV1).CreateNewSession |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/chatHistory | aiChat/internal/controller.(*cChatHistory).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/evaluate | aiChat/internal/controller.(*cEvaluate).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/findAnswer | aiChat/internal/controller.(*cFindAnswer).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | POST | /aiChat/usuallyProblem | aiChat/internal/controller.(*cUsuallyProblem).Method |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /aiChat/ws | aiChat/internal/controller.glob..func1 |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /api.json | github.com/gogf/gf/v2/net/ghttp.(*Server).openapiSpec |
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+ :8001 | ALL | /swagger/* | github.com/gogf/gf/v2/net/ghttp.(*Server).swaggerUI | HOOK_BEFORE_SERVE
|
|
|
+----------|--------|----------------------------------------|--------------------------------------------------------------------------|--------------------
|
|
|
+
|