feat(serial):完成冰雹ID生成算法功能支持。
This commit is contained in:
7
serial_code/hail/errors.go
Normal file
7
serial_code/hail/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package hail
|
||||
|
||||
type HailAlgorithmNotInitializedError struct{}
|
||||
|
||||
func (e *HailAlgorithmNotInitializedError) Error() string {
|
||||
return "冰雹ID生成算法尚未初始化"
|
||||
}
|
Reference in New Issue
Block a user