auto commit
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
* 开源地址:https://gitee.com/yitter/idgenerator
|
||||
*/
|
||||
pub trait ISnowWorker {
|
||||
fn NextId(&self) -> u64;
|
||||
fn NextId(&self) -> i64;
|
||||
}
|
||||
@@ -4,9 +4,9 @@
|
||||
*/
|
||||
pub struct OverCostActionArg {
|
||||
ActionType: u32,
|
||||
TimeTick: u64,
|
||||
TimeTick: i64,
|
||||
WorkerId: u16,
|
||||
OverCostCountInOneTerm: u32,
|
||||
GenCountInOneTerm: u32,
|
||||
TermIndex: u32,
|
||||
OverCostCountInOneTerm: i32,
|
||||
GenCountInOneTerm: i32,
|
||||
TermIndex: i32,
|
||||
}
|
||||
Reference in New Issue
Block a user