yao/attachment/local
Max 8471343311 Refactor storage tests to use unique filenames with UUIDs
- Introduced a `generateTestFileName` function to create unique test filenames for both local and S3 storage tests, reducing conflicts during test execution.
- Updated test cases to utilize the new filename generation method, ensuring consistent and unique identifiers for uploaded files across various scenarios.
- Enhanced readability and maintainability of test code by replacing hardcoded filenames with dynamically generated ones.
2025-07-27 10:05:50 +08:00
..
storage.go Implement LocalPath functionality for attachment management 2025-07-27 09:48:49 +08:00
storage_test.go Refactor storage tests to use unique filenames with UUIDs 2025-07-27 10:05:50 +08:00