init
This commit is contained in:
commit
f4c0a40259
27 changed files with 2188 additions and 0 deletions
8
Foxnouns.Backend/Database/ISnowflakeGenerator.cs
Normal file
8
Foxnouns.Backend/Database/ISnowflakeGenerator.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using NodaTime;
|
||||
|
||||
namespace Foxnouns.Backend.Database;
|
||||
|
||||
public interface ISnowflakeGenerator
|
||||
{
|
||||
Snowflake GenerateSnowflake(Instant? time = null);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue