update API name

This commit is contained in:
AI Engineer 2026-05-01 21:15:29 +08:00
parent 6d7ab14250
commit 7b31168725

View File

@ -61,11 +61,11 @@
### 8. id (分布式与数据库ID) ### 8. id (分布式与数据库ID)
- **意图**: 生成唯一标识符,包含针对 MySQL/PostgreSQL 的写入性能优化。 - **意图**: 生成唯一标识符,包含针对 MySQL/PostgreSQL 的写入性能优化。
- **API**: NewIdMaker, MakeId, Get, GetForMysql, GetForPostgreSQL - **API**: NewIDMaker, MakeID, Get, GetForMysql, GetForPostgreSQL
### 9. file (IO 与 内存文件系统) ### 9. file (IO 与 内存文件系统)
- **意图**: 高性能磁盘 IO、智能序列化及嵌入式资源管理。 - **意图**: 高性能磁盘 IO、智能序列化及嵌入式资源管理。
- **API**: Exists, ReadBytes, MustReadBytes, Read, MustRead, ReadLines, WriteBytes, Write, Copy, CopyToFile, Remove, Move, Replace, Search, ReadDir, UnmarshalFile, MarshalFile, MarshalFilePretty, PatchFile, Compress, Decompress, Archive, Extract, AddFileToMemory, SafeLoadFileToMemory, LoadFilesToMemoryFromB64, LoadFilesToMemoryFromJson - **API**: Exists, ReadBytes, MustReadBytes, Read, MustRead, ReadLines, WriteBytes, Write, Copy, CopyToFile, Remove, Move, Replace, Search, ReadDir, UnmarshalFile, MarshalFile, MarshalFilePretty, PatchFile, Compress, Decompress, Archive, Extract, AddFileToMemory, SafeLoadFileToMemory, LoadFilesToMemoryFromB64, LoadFilesToMemoryFromJSON
### 10. safe (内存安全闭环) ### 10. safe (内存安全闭环)
- **意图**: 提供底层内存保护、防核心转储及敏感数据安全擦除。 - **意图**: 提供底层内存保护、防核心转储及敏感数据安全擦除。