mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
11
Infrastructure/Snowflake/IIdGenerator.cs
Normal file
11
Infrastructure/Snowflake/IIdGenerator.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Yitter.IdGenerator
|
||||
{
|
||||
public interface IIdGenerator
|
||||
{
|
||||
Action<OverCostActionArg> GenIdActionAsync { get; set; }
|
||||
|
||||
long NewLong();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user