yao/neo/message
Max 96d2f22e77 Update dependencies in go.mod and go.sum; refactor file handling in neo package
- Added the jsonrepair package to go.mod for enhanced JSON handling capabilities.
- Removed unused dependencies from go.mod and updated existing ones for better performance.
- Refactored file upload and download methods in the neo package to return nil values, indicating a temporary placeholder for future implementation.
- Updated the Message struct to use the new attachment package for better organization of file attachments.
2025-05-31 10:07:19 +08:00
..
contents.go refactor: Rename BeginAt and EndAt fields for consistency in message handling 2025-04-16 16:40:45 +08:00
message.go Update dependencies in go.mod and go.sum; refactor file handling in neo package 2025-05-31 10:07:19 +08:00
queue.go refactor: Improve asynchronous message processing in WriteMessageAsync 2025-04-27 12:19:54 +08:00