2021-11-26 21:10:56 -05:00
|
|
|
namespace Myriad.Gateway.Limit;
|
2021-06-09 16:22:10 +02:00
|
|
|
|
2021-11-26 21:10:56 -05:00
|
|
|
public interface IGatewayRatelimiter
|
2021-06-09 16:22:10 +02:00
|
|
|
{
|
2021-11-26 21:10:56 -05:00
|
|
|
public Task Identify(int shard);
|
2021-06-09 16:22:10 +02:00
|
|
|
}
|