Skip to content

Commit

Permalink
create snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
凉之 committed Feb 20, 2019
1 parent fd12eb5 commit 63e35a6
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package io.shardingsphere.core.keygen.leaf;

import io.shardingsphere.core.keygen.KeyGenerator;

public class SnowFlakeKeyGenerator implements KeyGenerator {
@Override
public Number generateKey() {
return null;
}
}

0 comments on commit 63e35a6

Please sign in to comment.