yao/openapi/utils
Max 1a5e1db2ec refactor(time): enhance timestamp handling with utility functions
- Introduced NanoToTime and TimeToNano functions for converting between UnixNano and time.Time, improving clarity and consistency in timestamp management.
- Updated Assistant model to utilize the new utility functions for created_at and updated_at fields.
- Refactored Xun store methods to ensure UTC compatibility for timestamp serialization across different database drivers.
- Added unit tests for the new conversion functions to validate their correctness and behavior.
2026-04-06 11:21:12 +08:00
..
convert.go refactor(time): enhance timestamp handling with utility functions 2026-04-06 11:21:12 +08:00
convert_test.go refactor(time): enhance timestamp handling with utility functions 2026-04-06 11:21:12 +08:00
session.go Implement secure cookie handling and session management in Signin API 2025-07-31 18:49:25 +08:00