feat: upgrade to .NET 6, refactor everything
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using System.Threading.Tasks;
|
||||
namespace Myriad.Gateway.Limit;
|
||||
|
||||
namespace Myriad.Gateway.Limit
|
||||
public interface IGatewayRatelimiter
|
||||
{
|
||||
public interface IGatewayRatelimiter
|
||||
{
|
||||
public Task Identify(int shard);
|
||||
}
|
||||
public Task Identify(int shard);
|
||||
}
|
Reference in New Issue
Block a user