feat(serial):完成冰雹ID生成算法功能支持。

This commit is contained in:
徐涛
2023-07-14 08:48:17 +08:00
parent 955d3a96f2
commit b004e952c4
3 changed files with 81 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ Golang 中可以使用的常用辅助功能工具箱。主要配备以下功能
- [x] pHash 图像感知算法
- [ ] BlockHash 散列算法
- 唯一序列号生成器
- [ ] 冰雹 ID 生成器(短主机精简日期版雪花 ID)
- [x] 冰雹 ID 生成器(短主机精简日期版雪花 ID)
- [x] UUID 生成器
- [x] short UUID 生成器
- 验证码生成器