diff --git a/api/v1/traffic_manage/ratelimit.proto b/api/v1/traffic_manage/ratelimit.proto index 5606cd1..b1fe16d 100644 --- a/api/v1/traffic_manage/ratelimit.proto +++ b/api/v1/traffic_manage/ratelimit.proto @@ -37,7 +37,7 @@ message Rule { // 针对并发数进行限流 CONCURRENCY = 1; // 针对CPU使用率进行限流 - CPU_BBR = 2; + CPU = 2; } Resource resource = 6; // 限流类型 @@ -96,8 +96,6 @@ message Rule { google.protobuf.StringValue etime = 25; // 最大排队时长,单位秒 google.protobuf.UInt32Value max_queue_delay = 26 [json_name = "max_queue_delay"]; - // 系统资源限流配额 - SystemResourceAmount systemResourceAmount = 27; } message MatchArgument { @@ -215,14 +213,4 @@ message ClimbConfig { } ClimbThrottling throttling = 4; // 限流调整相关参数 -} - -// 自适应限流阈值 -message SystemResourceAmount { - // 采样窗口大小 - google.protobuf.Duration window = 1; - // 数据统计精度,决定滑动窗口的最小周期,滑窗的步长=window/precision - google.protobuf.UInt32Value precision = 2; - // 触发阈值 - google.protobuf.FloatValue threshold = 3; } \ No newline at end of file diff --git a/source/go/api/v1/traffic_manage/ratelimit.pb.go b/source/go/api/v1/traffic_manage/ratelimit.pb.go index fa8f0c3..b75d10a 100644 --- a/source/go/api/v1/traffic_manage/ratelimit.pb.go +++ b/source/go/api/v1/traffic_manage/ratelimit.pb.go @@ -30,25 +30,25 @@ const ( // 针对并发数进行限流 Rule_CONCURRENCY Rule_Resource = 1 // 针对CPU使用率进行限流 - Rule_CPU_BBR Rule_Resource = 2 + Rule_CPU Rule_Resource = 2 ) var Rule_Resource_name = map[int32]string{ 0: "QPS", 1: "CONCURRENCY", - 2: "CPU_BBR", + 2: "CPU", } var Rule_Resource_value = map[string]int32{ "QPS": 0, "CONCURRENCY": 1, - "CPU_BBR": 2, + "CPU": 2, } func (x Rule_Resource) String() string { return proto.EnumName(Rule_Resource_name, int32(x)) } func (Rule_Resource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{1, 0} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{1, 0} } // 限流类型 @@ -73,7 +73,7 @@ func (x Rule_Type) String() string { return proto.EnumName(Rule_Type_name, int32(x)) } func (Rule_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{1, 1} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{1, 1} } // 限流阈值模 @@ -97,7 +97,7 @@ func (x Rule_AmountMode) String() string { return proto.EnumName(Rule_AmountMode_name, int32(x)) } func (Rule_AmountMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{1, 2} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{1, 2} } // 与限流集群连接失败时降级模式 @@ -121,7 +121,7 @@ func (x Rule_FailoverType) String() string { return proto.EnumName(Rule_FailoverType_name, int32(x)) } func (Rule_FailoverType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{1, 3} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{1, 3} } // label type for gateway request @@ -163,7 +163,7 @@ func (x MatchArgument_Type) String() string { return proto.EnumName(MatchArgument_Type_name, int32(x)) } func (MatchArgument_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{2, 0} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{2, 0} } // 同一服务下限流规则集合 @@ -181,7 +181,7 @@ func (m *RateLimit) Reset() { *m = RateLimit{} } func (m *RateLimit) String() string { return proto.CompactTextString(m) } func (*RateLimit) ProtoMessage() {} func (*RateLimit) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{0} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{0} } func (m *RateLimit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RateLimit.Unmarshal(m, b) @@ -266,19 +266,17 @@ type Rule struct { // 限流规则启用时间 Etime *wrapperspb.StringValue `protobuf:"bytes,25,opt,name=etime,proto3" json:"etime,omitempty"` // 最大排队时长,单位秒 - MaxQueueDelay *wrapperspb.UInt32Value `protobuf:"bytes,26,opt,name=max_queue_delay,proto3" json:"max_queue_delay,omitempty"` - // 系统资源限流配额 - SystemResourceAmount *SystemResourceAmount `protobuf:"bytes,27,opt,name=systemResourceAmount,proto3" json:"systemResourceAmount,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + MaxQueueDelay *wrapperspb.UInt32Value `protobuf:"bytes,26,opt,name=max_queue_delay,proto3" json:"max_queue_delay,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Rule) Reset() { *m = Rule{} } func (m *Rule) String() string { return proto.CompactTextString(m) } func (*Rule) ProtoMessage() {} func (*Rule) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{1} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{1} } func (m *Rule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Rule.Unmarshal(m, b) @@ -480,13 +478,6 @@ func (m *Rule) GetMaxQueueDelay() *wrapperspb.UInt32Value { return nil } -func (m *Rule) GetSystemResourceAmount() *SystemResourceAmount { - if m != nil { - return m.SystemResourceAmount - } - return nil -} - type MatchArgument struct { Type MatchArgument_Type `protobuf:"varint,1,opt,name=type,proto3,enum=v1.MatchArgument_Type" json:"type,omitempty"` // header key or query key @@ -502,7 +493,7 @@ func (m *MatchArgument) Reset() { *m = MatchArgument{} } func (m *MatchArgument) String() string { return proto.CompactTextString(m) } func (*MatchArgument) ProtoMessage() {} func (*MatchArgument) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{2} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{2} } func (m *MatchArgument) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MatchArgument.Unmarshal(m, b) @@ -557,7 +548,7 @@ func (m *RateLimitCluster) Reset() { *m = RateLimitCluster{} } func (m *RateLimitCluster) String() string { return proto.CompactTextString(m) } func (*RateLimitCluster) ProtoMessage() {} func (*RateLimitCluster) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{3} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{3} } func (m *RateLimitCluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RateLimitCluster.Unmarshal(m, b) @@ -612,7 +603,7 @@ func (m *Amount) Reset() { *m = Amount{} } func (m *Amount) String() string { return proto.CompactTextString(m) } func (*Amount) ProtoMessage() {} func (*Amount) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{4} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{4} } func (m *Amount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Amount.Unmarshal(m, b) @@ -682,7 +673,7 @@ func (m *Report) Reset() { *m = Report{} } func (m *Report) String() string { return proto.CompactTextString(m) } func (*Report) ProtoMessage() {} func (*Report) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{5} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{5} } func (m *Report) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Report.Unmarshal(m, b) @@ -728,7 +719,7 @@ func (m *AmountAdjuster) Reset() { *m = AmountAdjuster{} } func (m *AmountAdjuster) String() string { return proto.CompactTextString(m) } func (*AmountAdjuster) ProtoMessage() {} func (*AmountAdjuster) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{6} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{6} } func (m *AmountAdjuster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AmountAdjuster.Unmarshal(m, b) @@ -770,7 +761,7 @@ func (m *ClimbConfig) Reset() { *m = ClimbConfig{} } func (m *ClimbConfig) String() string { return proto.CompactTextString(m) } func (*ClimbConfig) ProtoMessage() {} func (*ClimbConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7} } func (m *ClimbConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig.Unmarshal(m, b) @@ -835,7 +826,7 @@ func (m *ClimbConfig_MetricConfig) Reset() { *m = ClimbConfig_MetricConf func (m *ClimbConfig_MetricConfig) String() string { return proto.CompactTextString(m) } func (*ClimbConfig_MetricConfig) ProtoMessage() {} func (*ClimbConfig_MetricConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7, 0} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7, 0} } func (m *ClimbConfig_MetricConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig_MetricConfig.Unmarshal(m, b) @@ -889,7 +880,7 @@ func (m *ClimbConfig_TriggerPolicy) Reset() { *m = ClimbConfig_TriggerPo func (m *ClimbConfig_TriggerPolicy) String() string { return proto.CompactTextString(m) } func (*ClimbConfig_TriggerPolicy) ProtoMessage() {} func (*ClimbConfig_TriggerPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7, 1} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7, 1} } func (m *ClimbConfig_TriggerPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig_TriggerPolicy.Unmarshal(m, b) @@ -938,7 +929,7 @@ func (m *ClimbConfig_TriggerPolicy_ErrorRate) Reset() { *m = ClimbConfig func (m *ClimbConfig_TriggerPolicy_ErrorRate) String() string { return proto.CompactTextString(m) } func (*ClimbConfig_TriggerPolicy_ErrorRate) ProtoMessage() {} func (*ClimbConfig_TriggerPolicy_ErrorRate) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7, 1, 0} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7, 1, 0} } func (m *ClimbConfig_TriggerPolicy_ErrorRate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig_TriggerPolicy_ErrorRate.Unmarshal(m, b) @@ -1004,7 +995,7 @@ func (m *ClimbConfig_TriggerPolicy_ErrorRate_SpecialConfig) String() string { } func (*ClimbConfig_TriggerPolicy_ErrorRate_SpecialConfig) ProtoMessage() {} func (*ClimbConfig_TriggerPolicy_ErrorRate_SpecialConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7, 1, 0, 0} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7, 1, 0, 0} } func (m *ClimbConfig_TriggerPolicy_ErrorRate_SpecialConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig_TriggerPolicy_ErrorRate_SpecialConfig.Unmarshal(m, b) @@ -1059,7 +1050,7 @@ func (m *ClimbConfig_TriggerPolicy_SlowRate) Reset() { *m = ClimbConfig_ func (m *ClimbConfig_TriggerPolicy_SlowRate) String() string { return proto.CompactTextString(m) } func (*ClimbConfig_TriggerPolicy_SlowRate) ProtoMessage() {} func (*ClimbConfig_TriggerPolicy_SlowRate) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7, 1, 1} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7, 1, 1} } func (m *ClimbConfig_TriggerPolicy_SlowRate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig_TriggerPolicy_SlowRate.Unmarshal(m, b) @@ -1119,7 +1110,7 @@ func (m *ClimbConfig_ClimbThrottling) Reset() { *m = ClimbConfig_ClimbTh func (m *ClimbConfig_ClimbThrottling) String() string { return proto.CompactTextString(m) } func (*ClimbConfig_ClimbThrottling) ProtoMessage() {} func (*ClimbConfig_ClimbThrottling) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{7, 2} + return fileDescriptor_ratelimit_877afde254f0cad2, []int{7, 2} } func (m *ClimbConfig_ClimbThrottling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClimbConfig_ClimbThrottling.Unmarshal(m, b) @@ -1195,64 +1186,6 @@ func (m *ClimbConfig_ClimbThrottling) GetTuneDownPeriod() *wrapperspb.Int32Value return nil } -// 自适应限流阈值 -type SystemResourceAmount struct { - // 采样窗口大小 - Window *durationpb.Duration `protobuf:"bytes,1,opt,name=window,proto3" json:"window,omitempty"` - // 数据统计精度,决定滑动窗口的最小周期,滑窗的步长=window/precision - Precision *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=precision,proto3" json:"precision,omitempty"` - // 触发阈值 - Threshold *wrapperspb.FloatValue `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SystemResourceAmount) Reset() { *m = SystemResourceAmount{} } -func (m *SystemResourceAmount) String() string { return proto.CompactTextString(m) } -func (*SystemResourceAmount) ProtoMessage() {} -func (*SystemResourceAmount) Descriptor() ([]byte, []int) { - return fileDescriptor_ratelimit_fefd9d07bd36fe0f, []int{8} -} -func (m *SystemResourceAmount) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SystemResourceAmount.Unmarshal(m, b) -} -func (m *SystemResourceAmount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SystemResourceAmount.Marshal(b, m, deterministic) -} -func (dst *SystemResourceAmount) XXX_Merge(src proto.Message) { - xxx_messageInfo_SystemResourceAmount.Merge(dst, src) -} -func (m *SystemResourceAmount) XXX_Size() int { - return xxx_messageInfo_SystemResourceAmount.Size(m) -} -func (m *SystemResourceAmount) XXX_DiscardUnknown() { - xxx_messageInfo_SystemResourceAmount.DiscardUnknown(m) -} - -var xxx_messageInfo_SystemResourceAmount proto.InternalMessageInfo - -func (m *SystemResourceAmount) GetWindow() *durationpb.Duration { - if m != nil { - return m.Window - } - return nil -} - -func (m *SystemResourceAmount) GetPrecision() *wrapperspb.UInt32Value { - if m != nil { - return m.Precision - } - return nil -} - -func (m *SystemResourceAmount) GetThreshold() *wrapperspb.FloatValue { - if m != nil { - return m.Threshold - } - return nil -} - func init() { proto.RegisterType((*RateLimit)(nil), "v1.RateLimit") proto.RegisterType((*Rule)(nil), "v1.Rule") @@ -1270,7 +1203,6 @@ func init() { proto.RegisterType((*ClimbConfig_TriggerPolicy_ErrorRate_SpecialConfig)(nil), "v1.ClimbConfig.TriggerPolicy.ErrorRate.SpecialConfig") proto.RegisterType((*ClimbConfig_TriggerPolicy_SlowRate)(nil), "v1.ClimbConfig.TriggerPolicy.SlowRate") proto.RegisterType((*ClimbConfig_ClimbThrottling)(nil), "v1.ClimbConfig.ClimbThrottling") - proto.RegisterType((*SystemResourceAmount)(nil), "v1.SystemResourceAmount") proto.RegisterEnum("v1.Rule_Resource", Rule_Resource_name, Rule_Resource_value) proto.RegisterEnum("v1.Rule_Type", Rule_Type_name, Rule_Type_value) proto.RegisterEnum("v1.Rule_AmountMode", Rule_AmountMode_name, Rule_AmountMode_value) @@ -1278,112 +1210,108 @@ func init() { proto.RegisterEnum("v1.MatchArgument_Type", MatchArgument_Type_name, MatchArgument_Type_value) } -func init() { proto.RegisterFile("ratelimit.proto", fileDescriptor_ratelimit_fefd9d07bd36fe0f) } - -var fileDescriptor_ratelimit_fefd9d07bd36fe0f = []byte{ - // 1654 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xdd, 0x72, 0xdb, 0xc6, - 0x15, 0x36, 0x48, 0x8a, 0x22, 0x0f, 0x45, 0x09, 0x5e, 0xff, 0x14, 0x61, 0x9a, 0xd4, 0xe5, 0xb4, - 0x8d, 0xa7, 0x93, 0x82, 0x95, 0x62, 0xc7, 0x49, 0x3a, 0x53, 0x97, 0xa4, 0xe8, 0x5a, 0x1d, 0x2a, - 0x92, 0x96, 0x94, 0xa7, 0xee, 0x0d, 0x07, 0x04, 0x57, 0xd4, 0x26, 0x00, 0x96, 0x59, 0x2c, 0x28, - 0xeb, 0xba, 0x33, 0xbd, 0xed, 0x63, 0xb4, 0xaf, 0xd0, 0x8b, 0xce, 0xe4, 0x09, 0x3a, 0x7d, 0x83, - 0x4e, 0x1f, 0xa1, 0x6f, 0xd0, 0xd9, 0xc5, 0x12, 0x04, 0xa8, 0x1f, 0xc2, 0xf6, 0x4c, 0xee, 0xa0, - 0x3d, 0xdf, 0x77, 0xf6, 0xec, 0x39, 0xdf, 0x9e, 0xb3, 0x14, 0xec, 0x70, 0x47, 0x10, 0x8f, 0xfa, - 0x54, 0xd8, 0x33, 0xce, 0x04, 0x43, 0x85, 0xf9, 0x6e, 0xe3, 0xe3, 0x29, 0x63, 0x53, 0x8f, 0xb4, - 0xd4, 0xca, 0x38, 0x3a, 0x6b, 0x5d, 0x70, 0x67, 0x36, 0x23, 0x3c, 0x8c, 0x31, 0x57, 0xed, 0x93, - 0x88, 0x3b, 0x82, 0xb2, 0x40, 0xdb, 0x6b, 0x3e, 0x9b, 0x10, 0x2f, 0xfe, 0xa3, 0x49, 0xa0, 0x8a, - 0x1d, 0x41, 0xfa, 0x72, 0x0f, 0xf4, 0x31, 0x6c, 0xf0, 0xc8, 0x23, 0xa1, 0x65, 0x3c, 0x2a, 0x3e, - 0xae, 0xed, 0x55, 0xec, 0xf9, 0xae, 0x8d, 0x23, 0x8f, 0xe0, 0x78, 0x19, 0x7d, 0x01, 0x15, 0x4e, - 0xe6, 0x34, 0xa4, 0x2c, 0xb0, 0x0a, 0x8f, 0x8c, 0xc7, 0xb5, 0xbd, 0x1f, 0xdb, 0xf1, 0x66, 0xf6, - 0x62, 0x33, 0x7b, 0x20, 0x38, 0x0d, 0xa6, 0xaf, 0x1c, 0x2f, 0x22, 0x38, 0x41, 0x37, 0xff, 0x5b, - 0x87, 0x92, 0xf4, 0x84, 0x3e, 0x85, 0x02, 0x9d, 0x58, 0x46, 0x0e, 0x72, 0x81, 0x4e, 0xd0, 0xe7, - 0xb0, 0x19, 0x12, 0x3e, 0xa7, 0x2e, 0xc9, 0xb5, 0xdf, 0x02, 0x8c, 0xbe, 0x82, 0x6a, 0xe0, 0xf8, - 0x24, 0x9c, 0x39, 0x2e, 0xb1, 0x8a, 0x39, 0x98, 0x4b, 0x38, 0xfa, 0x14, 0xca, 0x61, 0x34, 0x0e, - 0x89, 0xb0, 0x4a, 0x2a, 0x0b, 0xf7, 0x17, 0x59, 0xb0, 0x07, 0x6a, 0xb9, 0x17, 0x08, 0x7e, 0x89, - 0x35, 0x46, 0xa6, 0x64, 0xc6, 0x29, 0xe3, 0x54, 0x5c, 0x5a, 0x1b, 0x37, 0x6c, 0x74, 0x7a, 0x10, - 0x88, 0xcf, 0xf6, 0x74, 0x4a, 0x16, 0x68, 0xf4, 0x2b, 0x99, 0xcc, 0x90, 0x45, 0xdc, 0x25, 0x56, - 0xf9, 0x91, 0xf1, 0x78, 0x7b, 0xef, 0x6e, 0xb2, 0x13, 0xd6, 0x06, 0x9c, 0x40, 0xd0, 0x4f, 0xa1, - 0x24, 0x2e, 0x67, 0xc4, 0xda, 0x54, 0xd0, 0x7a, 0x02, 0x1d, 0x5e, 0xce, 0x08, 0x56, 0x26, 0x19, - 0xb9, 0xe7, 0x8c, 0x89, 0x17, 0x5a, 0x95, 0x95, 0xc8, 0xfb, 0x6a, 0x59, 0x47, 0x1e, 0x63, 0xd0, - 0xcf, 0x60, 0xd3, 0xf1, 0x59, 0x14, 0x88, 0xd0, 0xaa, 0x2a, 0x38, 0x48, 0x78, 0x5b, 0x2d, 0xe1, - 0x85, 0x09, 0x3d, 0x81, 0xb2, 0xe3, 0x4a, 0xf1, 0x58, 0x90, 0x23, 0x8d, 0x1a, 0x8b, 0x9e, 0xc0, - 0xe6, 0x84, 0x86, 0xce, 0xd8, 0x23, 0x56, 0x4d, 0xd1, 0x1a, 0x57, 0x68, 0x1d, 0xc6, 0x3c, 0x5d, - 0x35, 0x0d, 0x45, 0x4d, 0x28, 0x73, 0x32, 0x63, 0x5c, 0x58, 0x5b, 0x8a, 0xa4, 0x02, 0xc2, 0x6a, - 0x05, 0x6b, 0x0b, 0xda, 0x83, 0x0d, 0x57, 0x50, 0x9f, 0x58, 0xf5, 0x1c, 0xe1, 0xc4, 0x50, 0xc9, - 0xf1, 0x15, 0x67, 0x3b, 0x0f, 0x47, 0x41, 0x33, 0x52, 0xdf, 0x79, 0x1b, 0xa9, 0xa3, 0x0e, 0xd4, - 0xb5, 0x0c, 0x47, 0x82, 0x7d, 0x4b, 0x02, 0xcb, 0xcc, 0x41, 0xcf, 0x52, 0x90, 0x0d, 0x15, 0x67, - 0xf2, 0x4d, 0x14, 0x0a, 0xc2, 0xad, 0xbb, 0x8a, 0x8e, 0x96, 0xc5, 0x69, 0x6b, 0x0b, 0x4e, 0x30, - 0xe8, 0x77, 0x50, 0xe7, 0x64, 0x4a, 0xde, 0x8c, 0x5c, 0xe6, 0x8f, 0x69, 0x40, 0x2c, 0xb4, 0x36, - 0xeb, 0x59, 0x02, 0x7a, 0x02, 0xb5, 0xb8, 0xe4, 0x23, 0xd9, 0x1d, 0xac, 0x7b, 0x4a, 0x65, 0xf7, - 0x12, 0x01, 0xc5, 0x3b, 0x1f, 0xb2, 0x09, 0xc1, 0xe0, 0x24, 0xdf, 0x68, 0x17, 0x2a, 0x67, 0x0e, - 0xf5, 0xd8, 0x9c, 0x70, 0xeb, 0xbe, 0xa2, 0x3c, 0x48, 0x28, 0x2f, 0xb4, 0x41, 0x09, 0x34, 0x81, - 0x21, 0x1b, 0x36, 0x5d, 0x2f, 0x3e, 0xd9, 0x03, 0x15, 0x64, 0xac, 0xd2, 0x45, 0x0f, 0xea, 0xc6, - 0x36, 0xbc, 0x00, 0xa1, 0x4f, 0xa0, 0xec, 0x13, 0x71, 0xce, 0x26, 0xd6, 0x43, 0x05, 0xdf, 0x91, - 0xf0, 0x43, 0x47, 0xb8, 0xe7, 0x71, 0xfe, 0xb0, 0x36, 0xa3, 0x16, 0x54, 0x1d, 0x3e, 0x8d, 0x7c, - 0x22, 0x15, 0xfd, 0x23, 0xa5, 0xe8, 0xbb, 0x09, 0xb6, 0xad, 0x2d, 0x78, 0x89, 0x41, 0xbf, 0x86, - 0x92, 0xbc, 0xf5, 0x96, 0x95, 0xa3, 0x3e, 0x0a, 0x29, 0x85, 0x44, 0x94, 0x90, 0x3e, 0xc8, 0x23, - 0x24, 0x05, 0x45, 0x2f, 0x60, 0xc7, 0x77, 0xde, 0x8c, 0xbe, 0x8b, 0x48, 0x44, 0x46, 0x13, 0xe2, - 0x39, 0x97, 0x56, 0x23, 0x47, 0x9f, 0x58, 0x25, 0xa1, 0x3e, 0xdc, 0x0f, 0x2f, 0x43, 0x41, 0xfc, - 0x45, 0x6f, 0x88, 0x4b, 0x62, 0x7d, 0xa8, 0x9c, 0x59, 0xf2, 0xa4, 0x83, 0x6b, 0xec, 0xf8, 0x5a, - 0x56, 0xe3, 0x0f, 0x50, 0x4b, 0x75, 0x33, 0x64, 0x42, 0xf1, 0x5b, 0x72, 0xa9, 0xda, 0x72, 0x15, - 0xcb, 0x4f, 0xf4, 0x73, 0xd8, 0x98, 0xcb, 0x40, 0x74, 0xdf, 0xbd, 0x92, 0xf5, 0xd8, 0xfa, 0x55, - 0xe1, 0x0b, 0x43, 0xfa, 0x4a, 0xf5, 0x97, 0xf7, 0xf2, 0xd5, 0xdc, 0x85, 0xca, 0x22, 0x52, 0xb4, - 0x09, 0xc5, 0x93, 0xe3, 0x81, 0x79, 0x07, 0xed, 0x40, 0xad, 0x7b, 0xf4, 0x75, 0xf7, 0x14, 0xe3, - 0xde, 0xd7, 0xdd, 0xd7, 0xa6, 0x81, 0x6a, 0xb0, 0xd9, 0x3d, 0x3e, 0x1d, 0x75, 0x3a, 0xd8, 0x2c, - 0x34, 0x3f, 0x82, 0x92, 0x94, 0x18, 0x02, 0x28, 0xff, 0xbe, 0x7f, 0xd4, 0x69, 0xf7, 0xcd, 0x3b, - 0xa8, 0x0a, 0x1b, 0xfd, 0xa3, 0x6e, 0xbb, 0x6f, 0x4a, 0x8f, 0xb0, 0x14, 0x2f, 0x32, 0x61, 0x2b, - 0x06, 0x8d, 0x86, 0x47, 0x43, 0x05, 0xbd, 0x0b, 0xf5, 0xc1, 0xcb, 0x36, 0xee, 0x8d, 0x7a, 0x27, - 0xa7, 0xed, 0x7e, 0xff, 0xb5, 0x69, 0x34, 0x9f, 0xc2, 0x56, 0x5a, 0xbc, 0x08, 0xc1, 0xf6, 0x8b, - 0xf6, 0x41, 0xff, 0xe8, 0x55, 0x0f, 0x8f, 0x62, 0xb7, 0x8a, 0x96, 0xac, 0x1d, 0xb7, 0x07, 0x03, - 0xd3, 0x68, 0xfe, 0xcb, 0x80, 0x7a, 0x46, 0x6c, 0xe8, 0x97, 0xba, 0x67, 0x1b, 0xea, 0x6a, 0x3c, - 0xbc, 0xa2, 0xc6, 0x74, 0xf3, 0xd6, 0x69, 0x2b, 0x5c, 0x93, 0xb6, 0xe2, 0x6d, 0x69, 0x6b, 0xfe, - 0x71, 0x79, 0xfe, 0xee, 0xe9, 0x60, 0x78, 0x74, 0x68, 0xde, 0x91, 0xdf, 0x87, 0xbd, 0xe1, 0xcb, - 0xa3, 0x7d, 0xd3, 0x90, 0xdf, 0x2f, 0x7b, 0xed, 0xfd, 0x1e, 0x36, 0x0b, 0x32, 0x2f, 0x27, 0xa7, - 0x3d, 0xfc, 0xda, 0x2c, 0xca, 0x43, 0x75, 0xdb, 0xfd, 0x7e, 0x0f, 0x8f, 0x06, 0x3d, 0xfc, 0xea, - 0xa0, 0xdb, 0x33, 0x4b, 0xa8, 0x0e, 0x55, 0xbd, 0x76, 0x70, 0x6c, 0x6e, 0x34, 0xff, 0x62, 0x80, - 0xb9, 0x7a, 0x31, 0xd3, 0x23, 0xd9, 0x78, 0xe7, 0x91, 0x5c, 0x78, 0xab, 0x91, 0xdc, 0xfc, 0x67, - 0x01, 0xca, 0x71, 0x11, 0xa5, 0x1b, 0xdf, 0x79, 0xa3, 0xb5, 0x6f, 0xe4, 0xb8, 0x48, 0x4b, 0x38, - 0x7a, 0x0e, 0xf5, 0xb9, 0xe3, 0xd1, 0xc9, 0xbe, 0x7e, 0x0f, 0xe9, 0x30, 0x3e, 0xb8, 0xc2, 0x5f, - 0x00, 0x70, 0x16, 0x2f, 0x37, 0x9f, 0x71, 0xe2, 0xc6, 0x53, 0xa1, 0x98, 0x67, 0xf3, 0x04, 0x8e, - 0x7e, 0x0b, 0xb5, 0x50, 0x38, 0x5c, 0xe8, 0xd0, 0x4b, 0x39, 0xd8, 0x69, 0x82, 0x3a, 0x38, 0x0d, - 0x34, 0x7b, 0x23, 0xd7, 0xc1, 0x17, 0xf0, 0xe6, 0x9f, 0x0d, 0x28, 0xc7, 0x73, 0x14, 0x3d, 0x85, - 0x0a, 0x0d, 0x04, 0xe1, 0x73, 0xc7, 0xd3, 0xe9, 0xbb, 0xe5, 0xf8, 0x09, 0x54, 0x0e, 0xb5, 0xb8, - 0xed, 0x1f, 0x13, 0xee, 0x92, 0x40, 0xdc, 0x58, 0xc1, 0x74, 0x04, 0x59, 0x4a, 0xf3, 0x19, 0x6c, - 0x67, 0x07, 0x98, 0x54, 0xb8, 0xeb, 0x51, 0x7f, 0xac, 0x23, 0x51, 0x0a, 0xef, 0xca, 0x85, 0x2e, - 0x0b, 0xce, 0xe8, 0x14, 0xc7, 0xd6, 0xe6, 0xbf, 0xb7, 0xa1, 0x96, 0x5a, 0x46, 0x7b, 0x50, 0x26, - 0x81, 0x7a, 0x5c, 0x18, 0x6b, 0xc7, 0x9c, 0x46, 0xca, 0x77, 0x8c, 0x4f, 0x04, 0xa7, 0x6e, 0x12, - 0x79, 0x76, 0x2f, 0xfb, 0x50, 0x59, 0xf5, 0xc6, 0x1a, 0x8b, 0x9e, 0x42, 0x79, 0xc6, 0x3c, 0xea, - 0x5e, 0xea, 0x6a, 0x7f, 0xb4, 0xca, 0x1a, 0x72, 0x3a, 0x9d, 0x12, 0x7e, 0xac, 0x40, 0x58, 0x83, - 0xd1, 0x73, 0x00, 0x71, 0xce, 0x99, 0x10, 0x1e, 0x0d, 0xa6, 0xba, 0xd4, 0x3f, 0x59, 0xa5, 0xaa, - 0xef, 0x61, 0x02, 0xc3, 0x29, 0x4a, 0xe3, 0x7b, 0x03, 0xb6, 0xd2, 0x01, 0xa1, 0x5d, 0x28, 0x5f, - 0xd0, 0x60, 0xc2, 0x2e, 0xd6, 0x17, 0x4d, 0x03, 0xb3, 0x62, 0x2d, 0xbc, 0x9d, 0x58, 0xdb, 0xb0, - 0x1d, 0xbf, 0xb7, 0x0e, 0x16, 0x5a, 0x29, 0xae, 0xdb, 0x76, 0x85, 0xd0, 0xf8, 0x5b, 0x19, 0xea, - 0x99, 0xec, 0xa0, 0x1e, 0x54, 0x09, 0xe7, 0x8c, 0xcb, 0x96, 0xa2, 0x8f, 0xf1, 0xc9, 0xad, 0xf9, - 0xb4, 0x7b, 0x0b, 0x38, 0x5e, 0x32, 0x51, 0x07, 0x2a, 0xa1, 0xc7, 0x2e, 0x94, 0x97, 0xf8, 0x58, - 0xbf, 0xb8, 0xdd, 0xcb, 0x40, 0xa3, 0x71, 0xc2, 0x6b, 0xfc, 0xa7, 0x08, 0xd5, 0xc4, 0xf9, 0x3b, - 0xe9, 0x69, 0x08, 0x0f, 0x39, 0xf9, 0x2e, 0x22, 0xa1, 0x78, 0xc5, 0xbc, 0xc8, 0x27, 0xc3, 0x73, - 0x4e, 0xc2, 0x73, 0xe6, 0x4d, 0x72, 0xa5, 0xfa, 0x06, 0x2e, 0xfa, 0x32, 0x9d, 0xa2, 0x38, 0xe5, - 0x1f, 0x5e, 0x71, 0x94, 0x2e, 0xd9, 0x32, 0x2d, 0x27, 0x50, 0x09, 0x67, 0xc4, 0xa5, 0x8e, 0x17, - 0xea, 0x1f, 0x2e, 0x4f, 0x73, 0x26, 0xd7, 0x1e, 0xc4, 0x3c, 0xad, 0xfd, 0xc4, 0x4d, 0xe3, 0x1f, - 0x06, 0xd4, 0x33, 0x36, 0xf9, 0x64, 0x4a, 0x06, 0xda, 0xda, 0x27, 0x93, 0x1a, 0x6b, 0xbf, 0x01, - 0x50, 0x31, 0x76, 0xd9, 0x84, 0x84, 0x56, 0x41, 0x05, 0x76, 0xed, 0x91, 0x3e, 0x7f, 0x12, 0xd3, - 0x52, 0xf0, 0xf7, 0x48, 0x47, 0xe3, 0xef, 0x06, 0x54, 0x16, 0x85, 0x7f, 0xa7, 0x02, 0xb7, 0x60, - 0xc3, 0x77, 0xde, 0x60, 0xb1, 0x7e, 0x48, 0xc4, 0x38, 0xf4, 0x2c, 0xa5, 0xcb, 0x1c, 0xb1, 0x2e, - 0xc5, 0xf8, 0xbf, 0x12, 0xec, 0xac, 0x34, 0x03, 0x74, 0x02, 0x0f, 0x5c, 0xe6, 0x4d, 0x3a, 0xc4, - 0x63, 0x17, 0xc3, 0x28, 0x20, 0xfb, 0xec, 0x22, 0x48, 0xdd, 0x9b, 0x5b, 0x3d, 0x5f, 0xcf, 0x44, - 0x87, 0x70, 0x2f, 0x63, 0x38, 0x9d, 0xa5, 0xae, 0xd0, 0xad, 0x0e, 0xaf, 0xe3, 0x2d, 0x22, 0x6c, - 0x8f, 0xd9, 0x9c, 0x64, 0x22, 0x2c, 0xe6, 0x8c, 0xf0, 0x0a, 0x73, 0x11, 0x61, 0x62, 0xd0, 0x11, - 0x96, 0x72, 0x46, 0xb8, 0xc2, 0x43, 0x03, 0x78, 0xa8, 0xfe, 0x75, 0x92, 0x5c, 0xaf, 0x21, 0x8b, - 0xad, 0x7a, 0x7c, 0xde, 0xea, 0xf1, 0x06, 0xaa, 0x7c, 0x43, 0x7c, 0x13, 0x4d, 0xa6, 0x24, 0x79, - 0x43, 0x94, 0xd7, 0xbe, 0x21, 0x32, 0x78, 0xf4, 0x1c, 0xb6, 0x84, 0x72, 0x75, 0x4c, 0x38, 0x65, - 0x13, 0xf5, 0x7b, 0x7e, 0x4d, 0x2c, 0x19, 0x02, 0xea, 0xc2, 0xb6, 0xd0, 0x59, 0xd3, 0x2e, 0x2a, - 0xeb, 0x5d, 0xac, 0x50, 0x9a, 0xdf, 0x1b, 0x70, 0xff, 0xba, 0x9f, 0x0b, 0x3f, 0xf4, 0xa0, 0xf9, - 0x12, 0xaa, 0x22, 0xe9, 0x9c, 0x37, 0x29, 0xe7, 0x85, 0xc7, 0x1c, 0xa1, 0xa9, 0x09, 0xba, 0xf3, - 0x57, 0x03, 0x9e, 0xb9, 0xcc, 0xb7, 0x05, 0x09, 0xe4, 0xf3, 0xc2, 0x9e, 0x31, 0xcf, 0xe1, 0x34, - 0xb4, 0x55, 0xfb, 0x3a, 0xa3, 0x6e, 0xfc, 0x2f, 0x2f, 0x67, 0x46, 0x65, 0x1b, 0x14, 0xdc, 0x39, - 0x3b, 0xa3, 0xae, 0xed, 0x3b, 0x81, 0x33, 0x25, 0x9d, 0xed, 0xe4, 0x59, 0x7b, 0x2c, 0x37, 0xf9, - 0xd3, 0xfe, 0x94, 0x8a, 0xf3, 0x68, 0x6c, 0xbb, 0xcc, 0x6f, 0x69, 0x3f, 0x3e, 0x09, 0xcf, 0x5b, - 0x19, 0x5f, 0xad, 0x38, 0x51, 0xad, 0x29, 0x6b, 0x39, 0x33, 0xda, 0x9a, 0xef, 0xb6, 0xb4, 0xd7, - 0x51, 0xec, 0x75, 0x5c, 0x56, 0x11, 0x7f, 0xf6, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x72, 0xff, - 0x98, 0x36, 0xb6, 0x13, 0x00, 0x00, +func init() { proto.RegisterFile("ratelimit.proto", fileDescriptor_ratelimit_877afde254f0cad2) } + +var fileDescriptor_ratelimit_877afde254f0cad2 = []byte{ + // 1598 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xdd, 0x72, 0xdb, 0xc6, + 0x15, 0x36, 0x48, 0x8a, 0x22, 0x0f, 0x45, 0x09, 0x5e, 0xc7, 0x2e, 0xc2, 0x36, 0xa9, 0xcb, 0x69, + 0x1b, 0x4f, 0x27, 0x01, 0x2b, 0xc5, 0x8e, 0xd3, 0x74, 0xa6, 0x2e, 0x45, 0xd1, 0xb5, 0x3a, 0x54, + 0x24, 0x2d, 0x29, 0x4f, 0xdd, 0x1b, 0x0e, 0x08, 0xac, 0xa8, 0x4d, 0x00, 0x2c, 0xb3, 0x58, 0x50, + 0xd6, 0x75, 0x67, 0x7a, 0x9b, 0xc7, 0x68, 0x5f, 0xa1, 0x17, 0x9d, 0xe9, 0x13, 0x74, 0xfa, 0x06, + 0x7d, 0x86, 0xbe, 0x41, 0x67, 0x17, 0x4b, 0x10, 0xa0, 0x7e, 0x08, 0x3b, 0x77, 0xd0, 0x9e, 0xef, + 0x3b, 0xe7, 0xec, 0xd9, 0x6f, 0xcf, 0x59, 0x11, 0x76, 0xb8, 0x23, 0x88, 0x4f, 0x03, 0x2a, 0xec, + 0x19, 0x67, 0x82, 0xa1, 0xd2, 0x7c, 0xb7, 0xf5, 0xf1, 0x94, 0xb1, 0xa9, 0x4f, 0x3a, 0x6a, 0x65, + 0x12, 0x9f, 0x77, 0x2e, 0xb9, 0x33, 0x9b, 0x11, 0x1e, 0x25, 0x98, 0xeb, 0x76, 0x2f, 0xe6, 0x8e, + 0xa0, 0x2c, 0xd4, 0xf6, 0x46, 0xc0, 0x3c, 0xe2, 0x27, 0x7f, 0xb4, 0x09, 0xd4, 0xb1, 0x23, 0xc8, + 0x40, 0xc6, 0x40, 0x1f, 0xc3, 0x06, 0x8f, 0x7d, 0x12, 0x59, 0xc6, 0xe3, 0xf2, 0x93, 0xc6, 0x5e, + 0xcd, 0x9e, 0xef, 0xda, 0x38, 0xf6, 0x09, 0x4e, 0x96, 0xd1, 0x97, 0x50, 0xe3, 0x64, 0x4e, 0x23, + 0xca, 0x42, 0xab, 0xf4, 0xd8, 0x78, 0xd2, 0xd8, 0xfb, 0x89, 0x9d, 0x04, 0xb3, 0x17, 0xc1, 0xec, + 0xa1, 0xe0, 0x34, 0x9c, 0xbe, 0x76, 0xfc, 0x98, 0xe0, 0x14, 0xdd, 0xfe, 0xbe, 0x09, 0x15, 0xe9, + 0x09, 0x7d, 0x0a, 0x25, 0xea, 0x59, 0x46, 0x01, 0x72, 0x89, 0x7a, 0xe8, 0x0b, 0xd8, 0x8c, 0x08, + 0x9f, 0x53, 0x97, 0x14, 0x8a, 0xb7, 0x00, 0xa3, 0xaf, 0xa0, 0x1e, 0x3a, 0x01, 0x89, 0x66, 0x8e, + 0x4b, 0xac, 0x72, 0x01, 0xe6, 0x12, 0x8e, 0x3e, 0x85, 0x6a, 0x14, 0x4f, 0x22, 0x22, 0xac, 0x8a, + 0xaa, 0xc2, 0x07, 0x8b, 0x2a, 0xd8, 0x43, 0xb5, 0xdc, 0x0f, 0x05, 0xbf, 0xc2, 0x1a, 0x23, 0x4b, + 0x32, 0xe3, 0x94, 0x71, 0x2a, 0xae, 0xac, 0x8d, 0x5b, 0x02, 0x9d, 0x1d, 0x86, 0xe2, 0xf3, 0x3d, + 0x5d, 0x92, 0x05, 0x1a, 0x7d, 0x26, 0x8b, 0x19, 0xb1, 0x98, 0xbb, 0xc4, 0xaa, 0x3e, 0x36, 0x9e, + 0x6c, 0xef, 0xdd, 0x4f, 0x23, 0x61, 0x6d, 0xc0, 0x29, 0x04, 0xfd, 0x0c, 0x2a, 0xe2, 0x6a, 0x46, + 0xac, 0x4d, 0x05, 0x6d, 0xa6, 0xd0, 0xd1, 0xd5, 0x8c, 0x60, 0x65, 0x92, 0x99, 0xfb, 0xce, 0x84, + 0xf8, 0x91, 0x55, 0x5b, 0xc9, 0x7c, 0xa0, 0x96, 0x75, 0xe6, 0x09, 0x06, 0xfd, 0x1c, 0x36, 0x9d, + 0x80, 0xc5, 0xa1, 0x88, 0xac, 0xba, 0x82, 0x83, 0x84, 0x77, 0xd5, 0x12, 0x5e, 0x98, 0xd0, 0x53, + 0xa8, 0x3a, 0xae, 0x14, 0x8f, 0x05, 0x05, 0xca, 0xa8, 0xb1, 0xe8, 0x29, 0x6c, 0x7a, 0x34, 0x72, + 0x26, 0x3e, 0xb1, 0x1a, 0x8a, 0xd6, 0xba, 0x46, 0xdb, 0x67, 0xcc, 0xd7, 0xa7, 0xa6, 0xa1, 0xa8, + 0x0d, 0x55, 0x4e, 0x66, 0x8c, 0x0b, 0x6b, 0x4b, 0x91, 0x54, 0x42, 0x58, 0xad, 0x60, 0x6d, 0x41, + 0x7b, 0xb0, 0xe1, 0x0a, 0x1a, 0x10, 0xab, 0x59, 0x20, 0x9d, 0x04, 0x2a, 0x39, 0x81, 0xe2, 0x6c, + 0x17, 0xe1, 0x28, 0x68, 0x4e, 0xea, 0x3b, 0xef, 0x22, 0x75, 0xb4, 0x0f, 0x4d, 0x2d, 0xc3, 0xb1, + 0x60, 0xdf, 0x92, 0xd0, 0x32, 0x0b, 0xd0, 0xf3, 0x14, 0x64, 0x43, 0xcd, 0xf1, 0xbe, 0x89, 0x23, + 0x41, 0xb8, 0x75, 0x5f, 0xd1, 0xd1, 0xf2, 0x70, 0xba, 0xda, 0x82, 0x53, 0x0c, 0xfa, 0x3d, 0x34, + 0x39, 0x99, 0x92, 0xb7, 0x63, 0x97, 0x05, 0x13, 0x1a, 0x12, 0x0b, 0xad, 0xad, 0x7a, 0x9e, 0x80, + 0x9e, 0x42, 0x23, 0x39, 0xf2, 0xb1, 0xec, 0x0e, 0xd6, 0x03, 0xa5, 0xb2, 0x07, 0xa9, 0x80, 0x92, + 0xc8, 0x47, 0xcc, 0x23, 0x18, 0x9c, 0xf4, 0x1b, 0xed, 0x42, 0xed, 0xdc, 0xa1, 0x3e, 0x9b, 0x13, + 0x6e, 0x7d, 0xa0, 0x28, 0x0f, 0x53, 0xca, 0x4b, 0x6d, 0x50, 0x02, 0x4d, 0x61, 0xc8, 0x86, 0x4d, + 0xd7, 0x4f, 0x76, 0xf6, 0x50, 0x25, 0x99, 0xa8, 0x74, 0xd1, 0x83, 0x7a, 0x89, 0x0d, 0x2f, 0x40, + 0xe8, 0x13, 0xa8, 0x06, 0x44, 0x5c, 0x30, 0xcf, 0x7a, 0xa4, 0xe0, 0x3b, 0x12, 0x7e, 0xe4, 0x08, + 0xf7, 0x22, 0xa9, 0x1f, 0xd6, 0x66, 0xd4, 0x81, 0xba, 0xc3, 0xa7, 0x71, 0x40, 0xa4, 0xa2, 0x7f, + 0xa4, 0x14, 0x7d, 0x3f, 0xc5, 0x76, 0xb5, 0x05, 0x2f, 0x31, 0xe8, 0xd7, 0x50, 0x91, 0xb7, 0xde, + 0xb2, 0x0a, 0x9c, 0x8f, 0x42, 0x4a, 0x21, 0x11, 0x25, 0xa4, 0x0f, 0x8b, 0x08, 0x49, 0x41, 0xd1, + 0x4b, 0xd8, 0x09, 0x9c, 0xb7, 0xe3, 0xef, 0x62, 0x12, 0x93, 0xb1, 0x47, 0x7c, 0xe7, 0xca, 0x6a, + 0x15, 0xe8, 0x13, 0xab, 0xa4, 0xd6, 0x1f, 0xa1, 0x91, 0xe9, 0x3f, 0xc8, 0x84, 0xf2, 0xb7, 0xe4, + 0x4a, 0x35, 0xd2, 0x3a, 0x96, 0x9f, 0xe8, 0x17, 0xb0, 0x31, 0x97, 0x54, 0xdd, 0x29, 0xaf, 0xd5, + 0x29, 0xb1, 0x7e, 0x55, 0xfa, 0xd2, 0x90, 0xbe, 0x32, 0x1d, 0xe1, 0x07, 0xf9, 0x6a, 0x7f, 0x06, + 0xb5, 0x45, 0xb7, 0x42, 0x9b, 0x50, 0x3e, 0x3d, 0x19, 0x9a, 0xf7, 0xd0, 0x0e, 0x34, 0x7a, 0xc7, + 0x5f, 0xf7, 0xce, 0x30, 0xee, 0x7f, 0xdd, 0x7b, 0x63, 0x1a, 0xd2, 0xd2, 0x3b, 0x39, 0x33, 0x4b, + 0xed, 0x8f, 0xa0, 0x22, 0x05, 0x81, 0x00, 0xaa, 0x7f, 0x18, 0x1c, 0xef, 0x77, 0x07, 0xe6, 0x3d, + 0x54, 0x87, 0x8d, 0xc1, 0x71, 0xaf, 0x3b, 0x30, 0x8d, 0xf6, 0x2e, 0xc0, 0x52, 0x6a, 0xc8, 0x84, + 0xad, 0x04, 0x34, 0x1e, 0x1d, 0x8f, 0x14, 0xf4, 0x3e, 0x34, 0x87, 0xaf, 0xba, 0xb8, 0x3f, 0xee, + 0x9f, 0x9e, 0x75, 0x07, 0x83, 0x37, 0xa6, 0xd1, 0x7e, 0x06, 0x5b, 0x59, 0xa9, 0x21, 0x04, 0xdb, + 0x2f, 0xbb, 0x87, 0x83, 0xe3, 0xd7, 0x7d, 0x3c, 0x4e, 0xdc, 0x2a, 0x5a, 0xba, 0x76, 0xd2, 0x1d, + 0x0e, 0x4d, 0xa3, 0xfd, 0x6f, 0x03, 0x9a, 0x39, 0x69, 0xa0, 0x5f, 0xe9, 0x0e, 0x6b, 0x28, 0x21, + 0x3f, 0xba, 0xa6, 0x9d, 0x6c, 0xab, 0xd5, 0x25, 0x2b, 0xdd, 0x50, 0xb2, 0xf2, 0x5d, 0x25, 0x6b, + 0xff, 0x69, 0xb9, 0xff, 0xde, 0xd9, 0x70, 0x74, 0x7c, 0x64, 0xde, 0x93, 0xdf, 0x47, 0xfd, 0xd1, + 0xab, 0xe3, 0x03, 0xd3, 0x90, 0xdf, 0xaf, 0xfa, 0xdd, 0x83, 0x3e, 0x36, 0x4b, 0xb2, 0x2e, 0xa7, + 0x67, 0x7d, 0xfc, 0xc6, 0x2c, 0xcb, 0x4d, 0xf5, 0xba, 0x83, 0x41, 0x1f, 0x8f, 0x87, 0x7d, 0xfc, + 0xfa, 0xb0, 0xd7, 0x37, 0x2b, 0xa8, 0x09, 0x75, 0xbd, 0x76, 0x78, 0x62, 0x6e, 0xb4, 0xff, 0x6a, + 0x80, 0xb9, 0x7a, 0x8d, 0xb2, 0x03, 0xd4, 0x78, 0xef, 0x01, 0x5a, 0x7a, 0xa7, 0x01, 0xda, 0xfe, + 0x67, 0x09, 0xaa, 0xc9, 0x21, 0x4a, 0x37, 0x81, 0xf3, 0x36, 0xf9, 0xe3, 0xd6, 0x04, 0xb2, 0xb2, + 0x5f, 0xc2, 0xd1, 0x0b, 0x68, 0xce, 0x1d, 0x9f, 0x7a, 0x07, 0xfa, 0xf5, 0xa2, 0xd3, 0xf8, 0xf0, + 0x1a, 0x7f, 0x01, 0xc0, 0x79, 0xbc, 0x0c, 0x3e, 0xe3, 0xc4, 0x4d, 0x7a, 0x78, 0xb9, 0x48, 0xf0, + 0x14, 0x8e, 0x7e, 0x07, 0x8d, 0x48, 0x38, 0x5c, 0xe8, 0xd4, 0x2b, 0x05, 0xd8, 0x59, 0x82, 0xda, + 0x38, 0x0d, 0x35, 0x7b, 0xa3, 0xd0, 0xc6, 0x17, 0xf0, 0xf6, 0x5f, 0x0c, 0xa8, 0x26, 0x53, 0x0f, + 0x3d, 0x83, 0x1a, 0x0d, 0x05, 0xe1, 0x73, 0xc7, 0xd7, 0xe5, 0xbb, 0x63, 0xfb, 0x29, 0x54, 0x8e, + 0xa0, 0xa4, 0x49, 0x9f, 0x10, 0xee, 0x92, 0x50, 0xdc, 0x7a, 0x82, 0xd9, 0x0c, 0xf2, 0x94, 0xf6, + 0x73, 0xd8, 0xce, 0x8f, 0x1b, 0xa9, 0x70, 0xd7, 0xa7, 0xc1, 0x44, 0x67, 0xa2, 0x14, 0xde, 0x93, + 0x0b, 0x3d, 0x16, 0x9e, 0xd3, 0x29, 0x4e, 0xac, 0xed, 0xff, 0x6c, 0x43, 0x23, 0xb3, 0x8c, 0xf6, + 0xa0, 0x4a, 0x42, 0xf5, 0x14, 0x30, 0xd6, 0x0e, 0x25, 0x8d, 0x94, 0xaf, 0x8e, 0x80, 0x08, 0x4e, + 0xdd, 0x34, 0xf3, 0x7c, 0x2c, 0xfb, 0x48, 0x59, 0x75, 0x60, 0x8d, 0x45, 0xcf, 0xa0, 0x3a, 0x63, + 0x3e, 0x75, 0xaf, 0xf4, 0x69, 0x7f, 0xb4, 0xca, 0x1a, 0x71, 0x3a, 0x9d, 0x12, 0x7e, 0xa2, 0x40, + 0x58, 0x83, 0xd1, 0x0b, 0x00, 0x71, 0xc1, 0x99, 0x10, 0x3e, 0x0d, 0xa7, 0xfa, 0xa8, 0x7f, 0xba, + 0x4a, 0x55, 0xdf, 0xa3, 0x14, 0x86, 0x33, 0x94, 0xd6, 0xbf, 0x0c, 0xd8, 0xca, 0x26, 0x84, 0x76, + 0xa1, 0x7a, 0x49, 0x43, 0x8f, 0x5d, 0xae, 0x3f, 0x34, 0x0d, 0xcc, 0x8b, 0xb5, 0xf4, 0x6e, 0x62, + 0xed, 0xc2, 0x76, 0xf2, 0x3a, 0x3a, 0x5c, 0x68, 0xa5, 0xbc, 0x2e, 0xec, 0x0a, 0xa1, 0xf5, 0xb7, + 0x2a, 0x34, 0x73, 0xd5, 0x41, 0x7d, 0xa8, 0x13, 0xce, 0x19, 0x97, 0x2d, 0x45, 0x6f, 0xe3, 0x93, + 0x3b, 0xeb, 0x69, 0xf7, 0x17, 0x70, 0xbc, 0x64, 0xa2, 0x7d, 0xa8, 0x45, 0x3e, 0xbb, 0x54, 0x5e, + 0x92, 0x6d, 0xfd, 0xf2, 0x6e, 0x2f, 0x43, 0x8d, 0xc6, 0x29, 0xaf, 0xf5, 0xdf, 0x32, 0xd4, 0x53, + 0xe7, 0xef, 0xa5, 0xa7, 0x11, 0x3c, 0xe2, 0xe4, 0xbb, 0x98, 0x44, 0xe2, 0x35, 0xf3, 0xe3, 0x80, + 0x8c, 0x2e, 0x38, 0x89, 0x2e, 0x98, 0xef, 0x15, 0x2a, 0xf5, 0x2d, 0x5c, 0xf4, 0x9b, 0x6c, 0x89, + 0x92, 0x92, 0xff, 0xf8, 0x9a, 0xa3, 0xec, 0x91, 0x2d, 0xcb, 0x72, 0x0a, 0xb5, 0x68, 0x46, 0x5c, + 0xea, 0xf8, 0x91, 0xfe, 0x37, 0xe3, 0x59, 0xc1, 0xe2, 0xda, 0xc3, 0x84, 0xa7, 0xb5, 0x9f, 0xba, + 0x69, 0xfd, 0xc3, 0x80, 0x66, 0xce, 0x26, 0x1f, 0x38, 0xe9, 0x40, 0x5b, 0xfb, 0xc0, 0x51, 0x63, + 0xed, 0xb7, 0x00, 0x2a, 0xc7, 0x1e, 0xf3, 0x48, 0x64, 0x95, 0x54, 0x62, 0x37, 0x6e, 0xe9, 0x8b, + 0xa7, 0x09, 0x2d, 0x03, 0xff, 0x01, 0xe5, 0x68, 0xfd, 0xdd, 0x80, 0xda, 0xe2, 0xe0, 0xdf, 0xeb, + 0x80, 0x3b, 0xb0, 0x11, 0x38, 0x6f, 0xb1, 0x58, 0x3f, 0x24, 0x12, 0x1c, 0x7a, 0x9e, 0xd1, 0x65, + 0x81, 0x5c, 0x97, 0x62, 0xfc, 0x5f, 0x05, 0x76, 0x56, 0x9a, 0x01, 0x3a, 0x85, 0x87, 0x2e, 0xf3, + 0xbd, 0x7d, 0xe2, 0xb3, 0xcb, 0x51, 0x1c, 0x92, 0x03, 0x76, 0x19, 0x66, 0xee, 0xcd, 0x9d, 0x9e, + 0x6f, 0x66, 0xa2, 0x23, 0x78, 0x90, 0x33, 0x9c, 0xcd, 0x32, 0x57, 0xe8, 0x4e, 0x87, 0x37, 0xf1, + 0x16, 0x19, 0x76, 0x27, 0x6c, 0x4e, 0x72, 0x19, 0x96, 0x0b, 0x66, 0x78, 0x8d, 0xb9, 0xc8, 0x30, + 0x35, 0xe8, 0x0c, 0x2b, 0x05, 0x33, 0x5c, 0xe1, 0xa1, 0x21, 0x3c, 0x52, 0x3f, 0x74, 0xa4, 0xd7, + 0x6b, 0xc4, 0x12, 0xab, 0x1e, 0x9f, 0x77, 0x7a, 0xbc, 0x85, 0x2a, 0xdf, 0x10, 0xdf, 0xc4, 0xde, + 0x94, 0xa4, 0x6f, 0x88, 0xea, 0xda, 0x37, 0x44, 0x0e, 0x8f, 0x5e, 0xc0, 0x96, 0x50, 0xae, 0x4e, + 0x08, 0xa7, 0xcc, 0x53, 0xff, 0x7d, 0xaf, 0xc9, 0x25, 0x47, 0x40, 0x3d, 0xd8, 0x16, 0xba, 0x6a, + 0xda, 0x45, 0x6d, 0xbd, 0x8b, 0x15, 0xca, 0xfe, 0xf7, 0x06, 0x3c, 0x77, 0x59, 0x60, 0x0b, 0x12, + 0xca, 0xd9, 0x6c, 0xcf, 0x98, 0xef, 0x70, 0x1a, 0xd9, 0xea, 0xee, 0x9f, 0x53, 0x37, 0xf9, 0x75, + 0xc7, 0x99, 0x51, 0xd9, 0x43, 0x04, 0x77, 0xce, 0xcf, 0xa9, 0x6b, 0x07, 0x4e, 0xe8, 0x4c, 0xc9, + 0xfe, 0x76, 0xfa, 0x26, 0x3c, 0x91, 0x91, 0xfe, 0x7c, 0x30, 0xa5, 0xe2, 0x22, 0x9e, 0xd8, 0x2e, + 0x0b, 0x3a, 0xda, 0x4f, 0x40, 0xa2, 0x8b, 0x4e, 0xce, 0x57, 0x27, 0x79, 0xd0, 0x77, 0xa6, 0xac, + 0xe3, 0xcc, 0x68, 0x67, 0xbe, 0xdb, 0xd1, 0x5e, 0xc7, 0x89, 0xd7, 0x49, 0x55, 0xa5, 0xfd, 0xf9, + 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x4b, 0xb3, 0x80, 0xea, 0xa1, 0x12, 0x00, 0x00, }