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