Haruko386
a57a841a11
feat[Go]: implement Create-Chat/Session, Delete-Session (#16386)
### What problem does this PR solve?
As title:
implement:
```go
chats.POST("", r.chatHandler.Create)
chats.POST("/:chat_id/sessions", r.chatSessionHandler.CreateSession)
chats.DELETE("/:chat_id/sessions", r.chatSessionHandler.DeleteSessions)
```
bug fixed:
f80d4c7843/internal/handler/chat.go (L84)
↓
```go
result, err := h.chatService.ListChats(userID, "1", keywords, page, pageSize, orderby, desc)
```
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
2026-06-26 19:23:45 +08:00
..
2026-06-22 11:58:29 +08:00
2026-06-22 11:58:29 +08:00
2026-06-22 11:58:29 +08:00
2026-06-24 16:50:40 +08:00
2026-06-26 19:21:52 +08:00
2026-06-22 18:16:15 +08:00
2026-06-22 18:16:15 +08:00
2026-06-24 17:34:01 +08:00
2026-06-26 19:23:45 +08:00
2026-06-26 19:22:57 +08:00
2026-06-26 19:23:45 +08:00
2026-06-25 14:15:29 +08:00
2026-06-25 14:15:29 +08:00
2026-03-27 19:25:18 +08:00
2026-06-24 14:42:10 +08:00
2026-06-24 17:05:58 +08:00
2026-06-24 17:05:58 +08:00
2026-06-25 13:32:22 +08:00
2026-06-25 13:32:22 +08:00
2026-06-25 13:36:49 +08:00
2026-06-25 13:41:58 +08:00
2026-06-15 11:19:56 +08:00
2026-06-12 16:09:10 +08:00
2026-06-25 19:25:55 +08:00
2026-06-25 19:25:55 +08:00
2026-06-26 19:21:52 +08:00
2026-06-26 15:36:01 +08:00
2026-06-18 18:07:27 +08:00
2026-06-18 17:56:51 +08:00
2026-06-23 16:57:05 +08:00
2026-04-13 15:07:04 +08:00
2026-06-22 18:17:37 +08:00
2026-06-12 20:49:34 +08:00
2026-06-22 18:17:37 +08:00
2026-05-29 19:32:21 +08:00
2026-06-12 20:49:34 +08:00
2026-06-26 13:51:56 +08:00