From f7ef0fbc5921a6e7d79fef4275d730dbb54836e9 Mon Sep 17 00:00:00 2001 From: liaochuntao Date: Fri, 8 Dec 2023 22:07:02 +0800 Subject: [PATCH] fix:config discover request not file info (#97) --- api/v1/config_manage/config_file.proto | 5 +- .../go/api/v1/config_manage/config_file.pb.go | 253 +++++++++--------- 2 files changed, 124 insertions(+), 134 deletions(-) diff --git a/api/v1/config_manage/config_file.proto b/api/v1/config_manage/config_file.proto index ab59614..252837b 100644 --- a/api/v1/config_manage/config_file.proto +++ b/api/v1/config_manage/config_file.proto @@ -185,9 +185,8 @@ message ConfigDiscoverRequest { CONFIG_FILE_Names = 2; } ConfigDiscoverRequestType type = 1; - string namespace = 2; - string group = 3; - string revision = 4; + ClientConfigFileInfo config_file = 2 [ json_name = "config_file" ]; + string revision = 3; } message ConfigDiscoverResponse { diff --git a/source/go/api/v1/config_manage/config_file.pb.go b/source/go/api/v1/config_manage/config_file.pb.go index 1212781..cc446ee 100644 --- a/source/go/api/v1/config_manage/config_file.pb.go +++ b/source/go/api/v1/config_manage/config_file.pb.go @@ -43,7 +43,7 @@ func (x ConfigDiscoverRequest_ConfigDiscoverRequestType) String() string { return proto.EnumName(ConfigDiscoverRequest_ConfigDiscoverRequestType_name, int32(x)) } func (ConfigDiscoverRequest_ConfigDiscoverRequestType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{11, 0} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{11, 0} } type ConfigDiscoverResponse_ConfigDiscoverResponseType int32 @@ -69,7 +69,7 @@ func (x ConfigDiscoverResponse_ConfigDiscoverResponseType) String() string { return proto.EnumName(ConfigDiscoverResponse_ConfigDiscoverResponseType_name, int32(x)) } func (ConfigDiscoverResponse_ConfigDiscoverResponseType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{12, 0} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{12, 0} } type ConfigFileGroup struct { @@ -100,7 +100,7 @@ func (m *ConfigFileGroup) Reset() { *m = ConfigFileGroup{} } func (m *ConfigFileGroup) String() string { return proto.CompactTextString(m) } func (*ConfigFileGroup) ProtoMessage() {} func (*ConfigFileGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{0} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{0} } func (m *ConfigFileGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileGroup.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *ConfigFile) Reset() { *m = ConfigFile{} } func (m *ConfigFile) String() string { return proto.CompactTextString(m) } func (*ConfigFile) ProtoMessage() {} func (*ConfigFile) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{1} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{1} } func (m *ConfigFile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFile.Unmarshal(m, b) @@ -426,7 +426,7 @@ func (m *ConfigFileTag) Reset() { *m = ConfigFileTag{} } func (m *ConfigFileTag) String() string { return proto.CompactTextString(m) } func (*ConfigFileTag) ProtoMessage() {} func (*ConfigFileTag) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{2} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{2} } func (m *ConfigFileTag) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileTag.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *ConfigFileRelease) Reset() { *m = ConfigFileRelease{} } func (m *ConfigFileRelease) String() string { return proto.CompactTextString(m) } func (*ConfigFileRelease) ProtoMessage() {} func (*ConfigFileRelease) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{3} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{3} } func (m *ConfigFileRelease) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileRelease.Unmarshal(m, b) @@ -673,7 +673,7 @@ func (m *ConfigFileReleaseHistory) Reset() { *m = ConfigFileReleaseHisto func (m *ConfigFileReleaseHistory) String() string { return proto.CompactTextString(m) } func (*ConfigFileReleaseHistory) ProtoMessage() {} func (*ConfigFileReleaseHistory) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{4} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{4} } func (m *ConfigFileReleaseHistory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileReleaseHistory.Unmarshal(m, b) @@ -838,7 +838,7 @@ func (m *ConfigFileTemplate) Reset() { *m = ConfigFileTemplate{} } func (m *ConfigFileTemplate) String() string { return proto.CompactTextString(m) } func (*ConfigFileTemplate) ProtoMessage() {} func (*ConfigFileTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{5} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{5} } func (m *ConfigFileTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileTemplate.Unmarshal(m, b) @@ -946,7 +946,7 @@ func (m *ClientConfigFileInfo) Reset() { *m = ClientConfigFileInfo{} } func (m *ClientConfigFileInfo) String() string { return proto.CompactTextString(m) } func (*ClientConfigFileInfo) ProtoMessage() {} func (*ClientConfigFileInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{6} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{6} } func (m *ClientConfigFileInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientConfigFileInfo.Unmarshal(m, b) @@ -1056,7 +1056,7 @@ func (m *ClientWatchConfigFileRequest) Reset() { *m = ClientWatchConfigF func (m *ClientWatchConfigFileRequest) String() string { return proto.CompactTextString(m) } func (*ClientWatchConfigFileRequest) ProtoMessage() {} func (*ClientWatchConfigFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{7} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{7} } func (m *ClientWatchConfigFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientWatchConfigFileRequest.Unmarshal(m, b) @@ -1110,7 +1110,7 @@ func (m *ConfigFileExportRequest) Reset() { *m = ConfigFileExportRequest func (m *ConfigFileExportRequest) String() string { return proto.CompactTextString(m) } func (*ConfigFileExportRequest) ProtoMessage() {} func (*ConfigFileExportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{8} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{8} } func (m *ConfigFileExportRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileExportRequest.Unmarshal(m, b) @@ -1177,7 +1177,7 @@ func (m *ConfigFilePublishInfo) Reset() { *m = ConfigFilePublishInfo{} } func (m *ConfigFilePublishInfo) String() string { return proto.CompactTextString(m) } func (*ConfigFilePublishInfo) ProtoMessage() {} func (*ConfigFilePublishInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{9} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{9} } func (m *ConfigFilePublishInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFilePublishInfo.Unmarshal(m, b) @@ -1309,7 +1309,7 @@ func (m *ConfigFileGroupRequest) Reset() { *m = ConfigFileGroupRequest{} func (m *ConfigFileGroupRequest) String() string { return proto.CompactTextString(m) } func (*ConfigFileGroupRequest) ProtoMessage() {} func (*ConfigFileGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{10} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{10} } func (m *ConfigFileGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFileGroupRequest.Unmarshal(m, b) @@ -1352,9 +1352,8 @@ func (m *ConfigFileGroupRequest) GetClientLabels() map[string]string { type ConfigDiscoverRequest struct { Type ConfigDiscoverRequest_ConfigDiscoverRequestType `protobuf:"varint,1,opt,name=type,proto3,enum=v1.ConfigDiscoverRequest_ConfigDiscoverRequestType" json:"type,omitempty"` - Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` - Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"` - Revision string `protobuf:"bytes,4,opt,name=revision,proto3" json:"revision,omitempty"` + ConfigFile *ClientConfigFileInfo `protobuf:"bytes,2,opt,name=config_file,proto3" json:"config_file,omitempty"` + Revision string `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1364,7 +1363,7 @@ func (m *ConfigDiscoverRequest) Reset() { *m = ConfigDiscoverRequest{} } func (m *ConfigDiscoverRequest) String() string { return proto.CompactTextString(m) } func (*ConfigDiscoverRequest) ProtoMessage() {} func (*ConfigDiscoverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{11} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{11} } func (m *ConfigDiscoverRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigDiscoverRequest.Unmarshal(m, b) @@ -1391,18 +1390,11 @@ func (m *ConfigDiscoverRequest) GetType() ConfigDiscoverRequest_ConfigDiscoverRe return ConfigDiscoverRequest_UNKNOWN } -func (m *ConfigDiscoverRequest) GetNamespace() string { +func (m *ConfigDiscoverRequest) GetConfigFile() *ClientConfigFileInfo { if m != nil { - return m.Namespace - } - return "" -} - -func (m *ConfigDiscoverRequest) GetGroup() string { - if m != nil { - return m.Group + return m.ConfigFile } - return "" + return nil } func (m *ConfigDiscoverRequest) GetRevision() string { @@ -1429,7 +1421,7 @@ func (m *ConfigDiscoverResponse) Reset() { *m = ConfigDiscoverResponse{} func (m *ConfigDiscoverResponse) String() string { return proto.CompactTextString(m) } func (*ConfigDiscoverResponse) ProtoMessage() {} func (*ConfigDiscoverResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_config_file_6ae3aef404f36b3d, []int{12} + return fileDescriptor_config_file_22bcc44c7e9b5049, []int{12} } func (m *ConfigDiscoverResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigDiscoverResponse.Unmarshal(m, b) @@ -1518,107 +1510,106 @@ func init() { proto.RegisterEnum("v1.ConfigDiscoverResponse_ConfigDiscoverResponseType", ConfigDiscoverResponse_ConfigDiscoverResponseType_name, ConfigDiscoverResponse_ConfigDiscoverResponseType_value) } -func init() { proto.RegisterFile("config_file.proto", fileDescriptor_config_file_6ae3aef404f36b3d) } - -var fileDescriptor_config_file_6ae3aef404f36b3d = []byte{ - // 1570 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x99, 0x5d, 0x6f, 0xdb, 0x36, - 0x17, 0xc7, 0x1f, 0xbf, 0xc4, 0x2f, 0xc7, 0x4d, 0xe2, 0xb0, 0xed, 0x33, 0x2d, 0x28, 0x86, 0xce, - 0xc0, 0x80, 0x5d, 0x14, 0x72, 0x9b, 0xa6, 0x41, 0x9a, 0xae, 0xe8, 0x9a, 0xb4, 0x69, 0x83, 0xb6, - 0x69, 0xe7, 0xb5, 0x2b, 0xb0, 0x1b, 0x83, 0x96, 0x69, 0x87, 0x98, 0x24, 0x6a, 0x22, 0xed, 0xce, - 0xb7, 0xdb, 0x7d, 0x3f, 0xc8, 0xbe, 0xc3, 0xb0, 0x8b, 0x61, 0x77, 0xbb, 0xdd, 0x27, 0xd9, 0xf5, - 0x80, 0x81, 0x14, 0x15, 0xc9, 0x2f, 0x69, 0x28, 0x19, 0xc3, 0x86, 0x6d, 0x57, 0xb1, 0xa4, 0xff, - 0xe1, 0x21, 0x0f, 0x0f, 0x7f, 0x3c, 0x64, 0x60, 0xc3, 0x61, 0xfe, 0x80, 0x0e, 0xbb, 0x03, 0xea, - 0x12, 0x3b, 0x08, 0x99, 0x60, 0xa8, 0x38, 0xbe, 0xb1, 0xf9, 0xc1, 0x90, 0xb1, 0xa1, 0x4b, 0xda, - 0xea, 0x4d, 0x6f, 0x34, 0x68, 0xbf, 0x09, 0x71, 0x10, 0x90, 0x90, 0x47, 0x9a, 0xcd, 0x86, 0xc7, - 0xfa, 0xc4, 0x8d, 0x1e, 0x5a, 0xbf, 0xd7, 0x60, 0xfd, 0x40, 0x35, 0x73, 0x48, 0x5d, 0xf2, 0x28, - 0x64, 0xa3, 0x00, 0x5d, 0x83, 0x22, 0xed, 0x5b, 0x85, 0xab, 0x85, 0x8f, 0x1b, 0x5b, 0x57, 0xec, - 0xa8, 0x35, 0x3b, 0x6e, 0xcd, 0x7e, 0x75, 0xe4, 0x8b, 0x9d, 0xed, 0x2f, 0xb0, 0x3b, 0x22, 0x9d, - 0x22, 0xed, 0xa3, 0xeb, 0x50, 0xf6, 0xb1, 0x47, 0xac, 0xe2, 0x19, 0xfa, 0xcf, 0x45, 0x48, 0xfd, - 0x61, 0xa4, 0x57, 0x4a, 0xb4, 0x07, 0x75, 0xf9, 0x97, 0x07, 0xd8, 0x21, 0x56, 0xc9, 0xc0, 0x2c, - 0x91, 0xa3, 0x1d, 0xa8, 0x3a, 0xcc, 0xf3, 0x88, 0x2f, 0xac, 0xb2, 0x81, 0x65, 0x2c, 0x46, 0x77, - 0xa1, 0xe1, 0x84, 0x04, 0x0b, 0xd2, 0x15, 0xd4, 0x23, 0xd6, 0x8a, 0x81, 0x2d, 0x44, 0x06, 0x2f, - 0xa9, 0x47, 0xd0, 0x6d, 0xa8, 0x6b, 0xf3, 0xde, 0xc4, 0xaa, 0x18, 0x18, 0xd7, 0x22, 0xf9, 0xfe, - 0x44, 0x7a, 0xf6, 0x58, 0x9f, 0x0e, 0x26, 0x91, 0xe7, 0xaa, 0x89, 0xe7, 0xc8, 0x20, 0xf6, 0xac, - 0xcd, 0x7b, 0x13, 0xab, 0x66, 0xe2, 0x39, 0x92, 0xef, 0x4f, 0x64, 0x9c, 0x65, 0x6a, 0x1c, 0xb0, - 0x91, 0x2f, 0xac, 0xba, 0xc1, 0x74, 0x26, 0x72, 0xb4, 0x0b, 0xb5, 0x11, 0x27, 0x61, 0x97, 0xf6, - 0xb9, 0x05, 0x57, 0x4b, 0xe7, 0x7b, 0x8d, 0xd5, 0xd2, 0xeb, 0x50, 0xa6, 0x91, 0x32, 0x6d, 0x18, - 0x98, 0x26, 0x72, 0x74, 0x08, 0xeb, 0x21, 0xf1, 0xd8, 0x98, 0x74, 0x4f, 0x9d, 0xaf, 0x1a, 0xb4, - 0x30, 0x6b, 0x84, 0x1e, 0x43, 0x53, 0xbf, 0x4a, 0xba, 0xb2, 0x66, 0xd0, 0xd0, 0x9c, 0x15, 0xda, - 0x81, 0x1a, 0xe9, 0x53, 0x81, 0x7b, 0x2e, 0xb1, 0xd6, 0x55, 0x08, 0x37, 0xe7, 0x5a, 0xd8, 0x67, - 0xcc, 0xd5, 0x51, 0x88, 0xb5, 0x68, 0x0b, 0x56, 0xd8, 0x1b, 0x9f, 0x84, 0x56, 0xd3, 0x60, 0xca, - 0x22, 0xa9, 0x8c, 0x79, 0x6f, 0xc4, 0xa9, 0x4f, 0x38, 0xb7, 0x36, 0x4c, 0x66, 0x3a, 0x56, 0xa3, - 0x4f, 0x00, 0xfa, 0x24, 0xc0, 0xa1, 0x50, 0x0b, 0x03, 0x99, 0xa4, 0x58, 0xa2, 0x47, 0x77, 0xa1, - 0xe6, 0x11, 0x81, 0xfb, 0x58, 0x60, 0xeb, 0xa2, 0x8a, 0xd2, 0x87, 0xf6, 0xf8, 0x86, 0x3d, 0x83, - 0x05, 0xfb, 0x99, 0xd6, 0x3c, 0xf4, 0x45, 0x38, 0xe9, 0x9c, 0x9a, 0x6c, 0xde, 0x81, 0xd5, 0xa9, - 0x4f, 0xa8, 0x09, 0xa5, 0xaf, 0xc8, 0x44, 0x01, 0xa4, 0xde, 0x91, 0x3f, 0xd1, 0x25, 0x58, 0x19, - 0x4b, 0xb7, 0x0a, 0x12, 0xf5, 0x4e, 0xf4, 0xb0, 0x57, 0xdc, 0x2d, 0xb4, 0x7e, 0xa9, 0x02, 0x24, - 0x8e, 0xfe, 0xd6, 0xe8, 0xd9, 0x82, 0x15, 0x95, 0x17, 0x46, 0xe0, 0x89, 0xa4, 0x11, 0xae, 0x7c, - 0x21, 0x67, 0x65, 0xc5, 0x0c, 0x57, 0x4a, 0x8c, 0xb6, 0xa1, 0x32, 0x60, 0xa1, 0x87, 0x85, 0x11, - 0x6c, 0xb4, 0x36, 0x0d, 0xc7, 0x6a, 0x16, 0x38, 0x6e, 0x43, 0x85, 0x0b, 0x2c, 0x46, 0xdc, 0x08, - 0x30, 0x5a, 0x8b, 0x3e, 0x82, 0xb2, 0xc0, 0x43, 0x6e, 0xd5, 0x55, 0xca, 0x6c, 0x4c, 0xa7, 0xcc, - 0x4b, 0x3c, 0xec, 0xa8, 0xcf, 0xb3, 0xe4, 0x85, 0x65, 0xc8, 0xdb, 0x58, 0x86, 0xbc, 0x17, 0x96, - 0x21, 0xef, 0x6a, 0x26, 0xf2, 0xde, 0x83, 0x0b, 0x21, 0x71, 0x09, 0xe6, 0x7a, 0xd0, 0x6b, 0x06, - 0xd6, 0x0d, 0x6d, 0xa1, 0x7c, 0xdf, 0x01, 0x88, 0x1b, 0xe8, 0x4d, 0x34, 0x78, 0xce, 0x49, 0x54, - 0xad, 0xdf, 0x9f, 0xa0, 0x5d, 0xa8, 0x13, 0xdf, 0x09, 0x27, 0x81, 0x20, 0x7d, 0xcd, 0x9f, 0x77, - 0x41, 0x2b, 0x11, 0xcb, 0x7e, 0xeb, 0x87, 0x2e, 0x76, 0x87, 0xcc, 0x88, 0x42, 0x0d, 0x6d, 0x71, - 0xdf, 0x1d, 0xb2, 0x16, 0x87, 0xd5, 0xa9, 0x1c, 0x40, 0x76, 0xc2, 0x82, 0xf3, 0x1a, 0x52, 0xa4, - 0xd8, 0x4a, 0x93, 0xe2, 0xdc, 0x45, 0xa6, 0xa4, 0xad, 0x1f, 0x6a, 0xb0, 0x91, 0x78, 0xed, 0x44, - 0x71, 0xf8, 0xc7, 0xa1, 0xe4, 0x76, 0xb4, 0x9b, 0x77, 0x55, 0x37, 0x4d, 0x60, 0x52, 0x93, 0xf2, - 0x63, 0xd9, 0xd5, 0x14, 0x85, 0x2a, 0x59, 0x28, 0x94, 0x97, 0x27, 0x36, 0x94, 0xbc, 0xfe, 0x2d, - 0x23, 0x98, 0x48, 0xa1, 0xf4, 0x33, 0x26, 0x21, 0xa7, 0xcc, 0x37, 0x2a, 0x53, 0x62, 0xf1, 0xbf, - 0x12, 0x2d, 0x31, 0x75, 0xd7, 0xde, 0x4d, 0xdd, 0x2d, 0xa8, 0x60, 0x47, 0xd0, 0xb1, 0x49, 0xd5, - 0xa2, 0x95, 0xa9, 0x4d, 0xa7, 0x99, 0x61, 0xd3, 0x79, 0x06, 0x17, 0x63, 0x54, 0xf5, 0x09, 0x77, - 0x42, 0x1a, 0x08, 0x39, 0x91, 0x26, 0xe8, 0x40, 0xda, 0xf0, 0x41, 0x62, 0x37, 0x85, 0xce, 0x49, - 0x40, 0x8c, 0x8a, 0x99, 0x53, 0x74, 0x4e, 0x02, 0x82, 0xae, 0x43, 0xa3, 0x47, 0x04, 0xee, 0xba, - 0xb8, 0x47, 0x5c, 0xae, 0x0b, 0x9a, 0x75, 0x15, 0x27, 0x97, 0x12, 0x5f, 0x3c, 0x95, 0xef, 0x3b, - 0x20, 0x35, 0xea, 0x27, 0x6f, 0x7d, 0x57, 0x03, 0x6b, 0x8e, 0x1f, 0x8f, 0x29, 0x17, 0x2c, 0x9c, - 0xfc, 0x87, 0x91, 0xe5, 0x31, 0x92, 0xe4, 0x55, 0x35, 0x5f, 0x31, 0x53, 0xcb, 0x01, 0x9f, 0xba, - 0x29, 0x7c, 0xae, 0x43, 0x59, 0x25, 0x9a, 0x09, 0x3d, 0x94, 0x32, 0x55, 0x2e, 0x35, 0x72, 0x94, - 0x4b, 0x17, 0x32, 0x95, 0x4b, 0xab, 0xcb, 0x30, 0x6d, 0x6d, 0x19, 0xa6, 0xad, 0x2f, 0xc3, 0xb4, - 0x66, 0x26, 0xa6, 0x6d, 0x43, 0x25, 0x24, 0x98, 0x1b, 0x52, 0x43, 0x6b, 0xcf, 0x02, 0x0f, 0xca, - 0x07, 0x9e, 0xd6, 0xdb, 0x32, 0xa0, 0xd4, 0x84, 0x10, 0x2f, 0x70, 0xb1, 0xf8, 0xf3, 0xcb, 0x88, - 0xd4, 0xa2, 0x2a, 0xe5, 0x5b, 0x54, 0xe5, 0x7c, 0x8b, 0x6a, 0x65, 0x89, 0xeb, 0x93, 0xca, 0x32, - 0x59, 0x59, 0x5d, 0x26, 0x2b, 0x6b, 0xcb, 0x64, 0x65, 0x3d, 0x4b, 0x56, 0xb6, 0x7e, 0x2b, 0xc3, - 0xa5, 0x68, 0xcb, 0x48, 0xd2, 0xe2, 0xc8, 0x1f, 0xb0, 0x69, 0x64, 0x17, 0x72, 0x22, 0xbb, 0x98, - 0x13, 0xd9, 0xa5, 0xbc, 0xc8, 0x2e, 0x67, 0xac, 0xfc, 0xe2, 0x8a, 0x6c, 0x25, 0x4b, 0x45, 0xa6, - 0xe1, 0x5b, 0x31, 0x85, 0x6f, 0x0c, 0xc5, 0xea, 0xbb, 0xa1, 0x38, 0x75, 0xa2, 0xa9, 0x65, 0x39, - 0xd1, 0xdc, 0x01, 0x08, 0x46, 0x3d, 0x97, 0x3a, 0x5d, 0x79, 0x0c, 0x31, 0x49, 0x80, 0x7a, 0xa4, - 0x7f, 0x42, 0x26, 0xa7, 0xab, 0x19, 0x8c, 0x57, 0xf3, 0xa7, 0x33, 0x07, 0x3f, 0x93, 0x0d, 0x62, - 0xca, 0xa2, 0xf5, 0x6b, 0x01, 0xae, 0x44, 0x59, 0xf7, 0x1a, 0x0b, 0xe7, 0x24, 0x5d, 0x97, 0x7c, - 0x3d, 0x22, 0x5c, 0xa8, 0xb5, 0xa4, 0xbe, 0x77, 0x69, 0x60, 0x94, 0x7d, 0xb5, 0x48, 0x7e, 0x14, - 0xc8, 0xda, 0x8a, 0x93, 0x70, 0x4c, 0x1d, 0x9d, 0x4b, 0x26, 0x39, 0xd8, 0xd0, 0x16, 0x2a, 0x9d, - 0x6e, 0x43, 0xe3, 0x8d, 0xec, 0x95, 0xba, 0x72, 0xe6, 0x56, 0x49, 0xcd, 0x9a, 0x95, 0xd4, 0x56, - 0xd3, 0x0b, 0xa5, 0x03, 0x4a, 0x2c, 0x1f, 0x79, 0xeb, 0xc7, 0x02, 0xbc, 0x97, 0x7c, 0x7e, 0xf8, - 0x4d, 0xc0, 0x42, 0x11, 0x0f, 0x69, 0x99, 0x05, 0xb5, 0x0d, 0x15, 0xb5, 0x4a, 0xb8, 0x55, 0x34, - 0xb8, 0xe0, 0xd3, 0x5a, 0xb9, 0x0c, 0x55, 0x13, 0x7a, 0x08, 0xe7, 0x2c, 0x43, 0x25, 0x6d, 0xfd, - 0x5c, 0x81, 0xcb, 0xc9, 0x08, 0x5e, 0xc8, 0x2c, 0xe1, 0x27, 0x0a, 0x08, 0xa9, 0x59, 0x57, 0x71, - 0x2d, 0x64, 0x99, 0xf5, 0xf9, 0x2a, 0xb0, 0x98, 0x13, 0x29, 0x25, 0x73, 0xa4, 0xec, 0xa5, 0x91, - 0x62, 0x42, 0x86, 0x44, 0x9e, 0xfb, 0x4e, 0x2b, 0xb5, 0xf7, 0x54, 0x32, 0xde, 0x4e, 0xe5, 0x28, - 0x1f, 0x8f, 0x17, 0x57, 0x07, 0x26, 0xfb, 0xc7, 0x22, 0x43, 0x19, 0xb1, 0x6c, 0x87, 0xc5, 0x44, - 0x2e, 0x6d, 0xb3, 0x1d, 0xf7, 0x12, 0xb9, 0xe9, 0x79, 0x4f, 0x83, 0x77, 0xdd, 0x14, 0xbc, 0x7f, - 0xe1, 0x1d, 0xd1, 0xf7, 0x45, 0xf8, 0xff, 0xcc, 0xdd, 0x72, 0x0c, 0x82, 0x5d, 0xa8, 0x85, 0x64, - 0x4c, 0xd5, 0xbe, 0x63, 0x84, 0xb6, 0x58, 0x8d, 0xee, 0x4f, 0xfd, 0x37, 0xac, 0x9b, 0xde, 0x63, - 0x2f, 0x2e, 0xb8, 0xcc, 0xee, 0xcc, 0xab, 0x51, 0x07, 0x56, 0x35, 0x58, 0xf5, 0xd1, 0x31, 0xaa, - 0xd4, 0xaf, 0x2d, 0x32, 0x8f, 0xfa, 0x9b, 0x3e, 0x51, 0xf2, 0xe8, 0x5a, 0x7c, 0xba, 0x89, 0xcd, - 0x7b, 0xb0, 0x31, 0xa7, 0xc9, 0x74, 0x3f, 0xfe, 0x6d, 0x31, 0x86, 0xce, 0x03, 0xca, 0x1d, 0x36, - 0x26, 0x61, 0x1c, 0xab, 0x47, 0xfa, 0xdc, 0x22, 0x9b, 0x59, 0xdb, 0xba, 0x99, 0xf4, 0x72, 0x46, - 0xb8, 0xf8, 0xad, 0x3c, 0x2a, 0xeb, 0xe3, 0xcc, 0x95, 0x59, 0xf6, 0xd4, 0xd3, 0x74, 0xb9, 0x94, - 0xa6, 0x4b, 0x3d, 0xe6, 0xc7, 0x66, 0x6a, 0xa2, 0xca, 0xea, 0xc3, 0xe9, 0x73, 0xeb, 0x05, 0xbc, - 0x7f, 0xa6, 0x4b, 0xd4, 0x80, 0xea, 0xab, 0xe3, 0x27, 0xc7, 0xcf, 0x5f, 0x1f, 0x37, 0xff, 0x87, - 0xd6, 0xa1, 0x71, 0xf0, 0xfc, 0xf8, 0xf0, 0xe8, 0x51, 0xf7, 0xf0, 0xe8, 0xe9, 0xc3, 0x66, 0x01, - 0x5d, 0x86, 0x8d, 0xd4, 0x8b, 0xae, 0xdc, 0x73, 0x78, 0xb3, 0xd8, 0xfa, 0xa9, 0x14, 0x67, 0x4c, - 0xd2, 0x24, 0x0f, 0x98, 0xcf, 0x09, 0x42, 0x50, 0x76, 0x58, 0x3f, 0x8a, 0xc2, 0x6a, 0x47, 0xfd, - 0x96, 0xef, 0xa8, 0x3f, 0x60, 0x7a, 0x2c, 0xea, 0xf7, 0x54, 0x87, 0x4b, 0xd3, 0x1d, 0x46, 0x47, - 0x3a, 0x92, 0x65, 0x15, 0xc9, 0x5b, 0x8b, 0x22, 0x19, 0x79, 0x3b, 0xe3, 0x75, 0x2a, 0x96, 0x7b, - 0xd0, 0x48, 0x25, 0x96, 0xe6, 0xe3, 0xd9, 0x1b, 0x64, 0x5a, 0x8c, 0x0e, 0xa7, 0x53, 0x38, 0xda, - 0x9f, 0x2a, 0xe7, 0x6c, 0xb1, 0xf3, 0x26, 0xe8, 0x00, 0xd0, 0x5c, 0x72, 0xc7, 0x15, 0xd6, 0xc2, - 0xb5, 0xb0, 0x40, 0xde, 0xfa, 0x0c, 0x36, 0xcf, 0x1e, 0x6c, 0xae, 0x59, 0xdc, 0x7f, 0x5b, 0x80, - 0x1d, 0x87, 0x79, 0xb6, 0x20, 0xbe, 0x43, 0x7c, 0x61, 0x07, 0xcc, 0xc5, 0x21, 0xe5, 0x36, 0x0f, - 0x88, 0x43, 0x07, 0xd4, 0xc1, 0x92, 0xb3, 0x36, 0x0e, 0xa8, 0xec, 0x63, 0xd4, 0x25, 0xdb, 0xc3, - 0x3e, 0x1e, 0x92, 0xfd, 0xd4, 0xbf, 0xa8, 0x5f, 0x48, 0x0e, 0x7c, 0x79, 0x30, 0xa4, 0xe2, 0x64, - 0xd4, 0xb3, 0x1d, 0xe6, 0xb5, 0x75, 0x3b, 0x1e, 0xe1, 0x27, 0xed, 0xa9, 0xb6, 0xda, 0x9c, 0x8d, - 0x42, 0x87, 0xb4, 0x87, 0xac, 0x8d, 0x03, 0xda, 0x1e, 0xdf, 0x68, 0xeb, 0x81, 0x46, 0xad, 0xf6, - 0x2a, 0x8a, 0x29, 0x37, 0xff, 0x08, 0x00, 0x00, 0xff, 0xff, 0xf5, 0xab, 0x61, 0x5b, 0x48, 0x1f, - 0x00, 0x00, +func init() { proto.RegisterFile("config_file.proto", fileDescriptor_config_file_22bcc44c7e9b5049) } + +var fileDescriptor_config_file_22bcc44c7e9b5049 = []byte{ + // 1559 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x99, 0xdf, 0x6f, 0xdb, 0xb6, + 0x16, 0xc7, 0xaf, 0x7f, 0xdb, 0xc7, 0x4d, 0xe2, 0xb0, 0xed, 0xbd, 0xba, 0x41, 0x71, 0xd1, 0x6b, + 0x60, 0xc0, 0x1e, 0x0a, 0xb9, 0x4d, 0xd3, 0x20, 0x4d, 0x57, 0x74, 0x4d, 0xda, 0xb4, 0x41, 0xdb, + 0xb4, 0xf3, 0xda, 0x15, 0xd8, 0x8b, 0x41, 0xcb, 0xb4, 0x43, 0x4c, 0x12, 0x35, 0x91, 0x76, 0xe7, + 0xe7, 0xbd, 0xed, 0xa1, 0x7f, 0xc8, 0xfe, 0x87, 0x61, 0x0f, 0xc3, 0xde, 0xf6, 0xba, 0xbf, 0x64, + 0xcf, 0x03, 0x06, 0x52, 0x54, 0x24, 0xc7, 0x4e, 0x42, 0xc9, 0x18, 0x36, 0x6c, 0x7b, 0x8a, 0x45, + 0x7d, 0x0f, 0x0f, 0x75, 0x78, 0xf8, 0xe1, 0x21, 0x03, 0xeb, 0x0e, 0xf3, 0x87, 0x74, 0xd4, 0x1b, + 0x52, 0x97, 0xd8, 0x41, 0xc8, 0x04, 0x43, 0xc5, 0xc9, 0xad, 0x8d, 0xff, 0x8d, 0x18, 0x1b, 0xb9, + 0xa4, 0xa3, 0x5a, 0xfa, 0xe3, 0x61, 0xe7, 0x5d, 0x88, 0x83, 0x80, 0x84, 0x3c, 0xd2, 0x6c, 0x34, + 0x3d, 0x36, 0x20, 0x6e, 0xf4, 0xd0, 0xfe, 0xb5, 0x0e, 0x6b, 0xfb, 0xaa, 0x9b, 0x03, 0xea, 0x92, + 0x27, 0x21, 0x1b, 0x07, 0xe8, 0x06, 0x14, 0xe9, 0xc0, 0x2a, 0x5c, 0x2f, 0x7c, 0xd8, 0xdc, 0xbc, + 0x66, 0x47, 0xbd, 0xd9, 0x71, 0x6f, 0xf6, 0x9b, 0x43, 0x5f, 0x6c, 0x6f, 0x7d, 0x86, 0xdd, 0x31, + 0xe9, 0x16, 0xe9, 0x00, 0xdd, 0x84, 0xb2, 0x8f, 0x3d, 0x62, 0x15, 0xcf, 0xd0, 0x7f, 0x2a, 0x42, + 0xea, 0x8f, 0x22, 0xbd, 0x52, 0xa2, 0x5d, 0x68, 0xc8, 0xbf, 0x3c, 0xc0, 0x0e, 0xb1, 0x4a, 0x06, + 0x66, 0x89, 0x1c, 0x6d, 0x43, 0xcd, 0x61, 0x9e, 0x47, 0x7c, 0x61, 0x95, 0x0d, 0x2c, 0x63, 0x31, + 0xba, 0x0f, 0x4d, 0x27, 0x24, 0x58, 0x90, 0x9e, 0xa0, 0x1e, 0xb1, 0x2a, 0x06, 0xb6, 0x10, 0x19, + 0xbc, 0xa6, 0x1e, 0x41, 0x77, 0xa1, 0xa1, 0xcd, 0xfb, 0x53, 0xab, 0x6a, 0x60, 0x5c, 0x8f, 0xe4, + 0x7b, 0x53, 0xe9, 0xd9, 0x63, 0x03, 0x3a, 0x9c, 0x46, 0x9e, 0x6b, 0x26, 0x9e, 0x23, 0x83, 0xd8, + 0xb3, 0x36, 0xef, 0x4f, 0xad, 0xba, 0x89, 0xe7, 0x48, 0xbe, 0x37, 0x95, 0x71, 0x96, 0xa9, 0xb1, + 0xcf, 0xc6, 0xbe, 0xb0, 0x1a, 0x06, 0xd3, 0x99, 0xc8, 0xd1, 0x0e, 0xd4, 0xc7, 0x9c, 0x84, 0x3d, + 0x3a, 0xe0, 0x16, 0x5c, 0x2f, 0x5d, 0xec, 0x35, 0x56, 0x4b, 0xaf, 0x23, 0x99, 0x46, 0xca, 0xb4, + 0x69, 0x60, 0x9a, 0xc8, 0xd1, 0x01, 0xac, 0x85, 0xc4, 0x63, 0x13, 0xd2, 0x3b, 0x71, 0xbe, 0x62, + 0xd0, 0xc3, 0x69, 0x23, 0xf4, 0x14, 0x5a, 0xba, 0x29, 0x19, 0xca, 0xaa, 0x41, 0x47, 0x73, 0x56, + 0x68, 0x1b, 0xea, 0x64, 0x40, 0x05, 0xee, 0xbb, 0xc4, 0x5a, 0x53, 0x21, 0xdc, 0x98, 0xeb, 0x61, + 0x8f, 0x31, 0x57, 0x47, 0x21, 0xd6, 0xa2, 0x4d, 0xa8, 0xb0, 0x77, 0x3e, 0x09, 0xad, 0x96, 0xc1, + 0x94, 0x45, 0x52, 0x19, 0xf3, 0xfe, 0x98, 0x53, 0x9f, 0x70, 0x6e, 0xad, 0x9b, 0xcc, 0x74, 0xac, + 0x46, 0x1f, 0x01, 0x0c, 0x48, 0x80, 0x43, 0xa1, 0x16, 0x06, 0x32, 0x49, 0xb1, 0x44, 0x8f, 0xee, + 0x43, 0xdd, 0x23, 0x02, 0x0f, 0xb0, 0xc0, 0xd6, 0x65, 0x15, 0xa5, 0xff, 0xdb, 0x93, 0x5b, 0xf6, + 0x29, 0x2c, 0xd8, 0x2f, 0xb4, 0xe6, 0xb1, 0x2f, 0xc2, 0x69, 0xf7, 0xc4, 0x64, 0xe3, 0x1e, 0xac, + 0xcc, 0xbc, 0x42, 0x2d, 0x28, 0x7d, 0x41, 0xa6, 0x0a, 0x20, 0x8d, 0xae, 0xfc, 0x89, 0xae, 0x40, + 0x65, 0x22, 0xdd, 0x2a, 0x48, 0x34, 0xba, 0xd1, 0xc3, 0x6e, 0x71, 0xa7, 0xd0, 0xfe, 0xa9, 0x06, + 0x90, 0x38, 0xfa, 0x53, 0xa3, 0x67, 0x13, 0x2a, 0x2a, 0x2f, 0x8c, 0xc0, 0x13, 0x49, 0x23, 0x5c, + 0xf9, 0x42, 0xce, 0x4a, 0xc5, 0x0c, 0x57, 0x4a, 0x8c, 0xb6, 0xa0, 0x3a, 0x64, 0xa1, 0x87, 0x85, + 0x11, 0x6c, 0xb4, 0x36, 0x0d, 0xc7, 0x5a, 0x16, 0x38, 0x6e, 0x41, 0x95, 0x0b, 0x2c, 0xc6, 0xdc, + 0x08, 0x30, 0x5a, 0x8b, 0x3e, 0x80, 0xb2, 0xc0, 0x23, 0x6e, 0x35, 0x54, 0xca, 0xac, 0xcf, 0xa6, + 0xcc, 0x6b, 0x3c, 0xea, 0xaa, 0xd7, 0xa7, 0xc9, 0x0b, 0xcb, 0x90, 0xb7, 0xb9, 0x0c, 0x79, 0x2f, + 0x2d, 0x43, 0xde, 0x95, 0x4c, 0xe4, 0x7d, 0x00, 0x97, 0x42, 0xe2, 0x12, 0xcc, 0xf5, 0x47, 0xaf, + 0x1a, 0x58, 0x37, 0xb5, 0x85, 0xf2, 0x7d, 0x0f, 0x20, 0xee, 0xa0, 0x3f, 0xd5, 0xe0, 0xb9, 0x20, + 0x51, 0xb5, 0x7e, 0x6f, 0x8a, 0x76, 0xa0, 0x41, 0x7c, 0x27, 0x9c, 0x06, 0x82, 0x0c, 0x34, 0x7f, + 0xce, 0x83, 0x56, 0x22, 0x96, 0xe3, 0xd6, 0x0f, 0x3d, 0xec, 0x8e, 0x98, 0x11, 0x85, 0x9a, 0xda, + 0xe2, 0xa1, 0x3b, 0x62, 0x6d, 0x0e, 0x2b, 0x33, 0x39, 0x80, 0xec, 0x84, 0x05, 0x17, 0x75, 0xa4, + 0x48, 0xb1, 0x99, 0x26, 0xc5, 0x85, 0x8b, 0x4c, 0x49, 0xdb, 0xdf, 0xd5, 0x61, 0x3d, 0xf1, 0xda, + 0x8d, 0xe2, 0xf0, 0x97, 0x43, 0xc9, 0xdd, 0x68, 0x37, 0xef, 0xa9, 0x61, 0x9a, 0xc0, 0xa4, 0x2e, + 0xe5, 0x47, 0x72, 0xa8, 0x29, 0x0a, 0x55, 0xb3, 0x50, 0x28, 0x2f, 0x4f, 0x6c, 0x28, 0x79, 0x83, + 0x3b, 0x46, 0x30, 0x91, 0x42, 0xe9, 0x67, 0x42, 0x42, 0x4e, 0x99, 0x6f, 0x54, 0xa6, 0xc4, 0xe2, + 0xbf, 0x25, 0x5a, 0x62, 0xea, 0xae, 0x9e, 0x4f, 0xdd, 0x4d, 0xa8, 0x62, 0x47, 0xd0, 0x89, 0x49, + 0xd5, 0xa2, 0x95, 0xa9, 0x4d, 0xa7, 0x95, 0x61, 0xd3, 0x79, 0x01, 0x97, 0x63, 0x54, 0x0d, 0x08, + 0x77, 0x42, 0x1a, 0x08, 0x39, 0x91, 0x26, 0xe8, 0x40, 0xda, 0xf0, 0x51, 0x62, 0x37, 0x83, 0xce, + 0x69, 0x40, 0x8c, 0x8a, 0x99, 0x13, 0x74, 0x4e, 0x03, 0x82, 0x6e, 0x42, 0xb3, 0x4f, 0x04, 0xee, + 0xb9, 0xb8, 0x4f, 0x5c, 0xae, 0x0b, 0x9a, 0x35, 0x15, 0x27, 0x97, 0x12, 0x5f, 0x3c, 0x97, 0xed, + 0x5d, 0x90, 0x1a, 0xf5, 0x93, 0xb7, 0xbf, 0xae, 0x83, 0x35, 0xc7, 0x8f, 0xa7, 0x94, 0x0b, 0x16, + 0x4e, 0xff, 0xc1, 0xc8, 0xf2, 0x18, 0x49, 0xf2, 0xaa, 0x96, 0xaf, 0x98, 0xa9, 0xe7, 0x80, 0x4f, + 0xc3, 0x14, 0x3e, 0x37, 0xa1, 0xac, 0x12, 0xcd, 0x84, 0x1e, 0x4a, 0x99, 0x2a, 0x97, 0x9a, 0x39, + 0xca, 0xa5, 0x4b, 0x99, 0xca, 0xa5, 0x95, 0x65, 0x98, 0xb6, 0xba, 0x0c, 0xd3, 0xd6, 0x96, 0x61, + 0x5a, 0x2b, 0x13, 0xd3, 0xb6, 0xa0, 0x1a, 0x12, 0xcc, 0x0d, 0xa9, 0xa1, 0xb5, 0x67, 0x81, 0x07, + 0xe5, 0x03, 0x4f, 0xfb, 0x7d, 0x19, 0x50, 0x6a, 0x42, 0x88, 0x17, 0xb8, 0x58, 0xfc, 0xfe, 0x65, + 0x44, 0x6a, 0x51, 0x95, 0xf2, 0x2d, 0xaa, 0x72, 0xbe, 0x45, 0x55, 0x59, 0xe2, 0xfa, 0xa4, 0xba, + 0x4c, 0x56, 0xd6, 0x96, 0xc9, 0xca, 0xfa, 0x32, 0x59, 0xd9, 0xc8, 0x92, 0x95, 0xed, 0x5f, 0xca, + 0x70, 0x25, 0xda, 0x32, 0x92, 0xb4, 0x38, 0xf4, 0x87, 0x6c, 0x16, 0xd9, 0x85, 0x9c, 0xc8, 0x2e, + 0xe6, 0x44, 0x76, 0x29, 0x2f, 0xb2, 0xcb, 0x19, 0x2b, 0xbf, 0xb8, 0x22, 0xab, 0x64, 0xa9, 0xc8, + 0x34, 0x7c, 0xab, 0xa6, 0xf0, 0x8d, 0xa1, 0x58, 0x3b, 0x1f, 0x8a, 0x33, 0x27, 0x9a, 0x7a, 0x96, + 0x13, 0xcd, 0x3d, 0x80, 0x60, 0xdc, 0x77, 0xa9, 0xd3, 0x93, 0xc7, 0x10, 0x93, 0x04, 0x68, 0x44, + 0xfa, 0x67, 0x64, 0x7a, 0xb2, 0x9a, 0xc1, 0x78, 0x35, 0x7f, 0x7c, 0xea, 0xe0, 0x67, 0xb2, 0x41, + 0xcc, 0x58, 0xb4, 0x7f, 0x2e, 0xc0, 0xb5, 0x28, 0xeb, 0xde, 0x62, 0xe1, 0x1c, 0xa7, 0xeb, 0x92, + 0x2f, 0xc7, 0x84, 0x0b, 0xb5, 0x96, 0xd4, 0xfb, 0x1e, 0x0d, 0x8c, 0xb2, 0xaf, 0x1e, 0xc9, 0x0f, + 0x03, 0x59, 0x5b, 0x71, 0x12, 0x4e, 0xa8, 0xa3, 0x73, 0xc9, 0x24, 0x07, 0x9b, 0xda, 0x42, 0xa5, + 0xd3, 0x5d, 0x68, 0xbe, 0x93, 0xa3, 0x52, 0x57, 0xce, 0xdc, 0x2a, 0xa9, 0x59, 0xb3, 0x92, 0xda, + 0x6a, 0x76, 0xa1, 0x74, 0x41, 0x89, 0xe5, 0x23, 0x6f, 0x7f, 0x5f, 0x80, 0xff, 0x24, 0xaf, 0x1f, + 0x7f, 0x15, 0xb0, 0x50, 0xc4, 0x9f, 0xb4, 0xcc, 0x82, 0xda, 0x82, 0xaa, 0x5a, 0x25, 0xdc, 0x2a, + 0x1a, 0x5c, 0xf0, 0x69, 0xad, 0x5c, 0x86, 0xaa, 0x0b, 0xfd, 0x09, 0x17, 0x2c, 0x43, 0x25, 0x6d, + 0xff, 0x58, 0x85, 0xab, 0xc9, 0x17, 0xbc, 0x92, 0x59, 0xc2, 0x8f, 0x15, 0x10, 0x52, 0xb3, 0xae, + 0xe2, 0x5a, 0xc8, 0x32, 0xeb, 0xf3, 0x55, 0x60, 0x31, 0x27, 0x52, 0x4a, 0xe6, 0x48, 0xd9, 0x4d, + 0x23, 0xc5, 0x84, 0x0c, 0x89, 0x3c, 0xf7, 0x9d, 0x56, 0x6a, 0xef, 0xa9, 0x66, 0xbc, 0x9d, 0xca, + 0x51, 0x3e, 0x1e, 0x2d, 0xae, 0x0e, 0x4c, 0xf6, 0x8f, 0x45, 0x86, 0x32, 0x62, 0xd9, 0x0e, 0x8b, + 0x89, 0x5c, 0xda, 0x66, 0x3b, 0xee, 0x25, 0x72, 0xd3, 0xf3, 0x9e, 0x06, 0xef, 0x9a, 0x29, 0x78, + 0xff, 0xc0, 0x3b, 0xa2, 0x6f, 0x8b, 0xf0, 0xef, 0x53, 0x77, 0xcb, 0x31, 0x08, 0x76, 0xa0, 0x1e, + 0x92, 0x09, 0x55, 0xfb, 0x8e, 0x11, 0xda, 0x62, 0x35, 0x7a, 0x38, 0xf3, 0xdf, 0xb0, 0x5e, 0x7a, + 0x8f, 0xbd, 0xbc, 0xe0, 0x32, 0xbb, 0x3b, 0xaf, 0x46, 0x5d, 0x58, 0xd1, 0x60, 0xd5, 0x47, 0xc7, + 0xa8, 0x52, 0xbf, 0xb1, 0xc8, 0x3c, 0x1a, 0x6f, 0xfa, 0x44, 0xc9, 0xa3, 0x6b, 0xf1, 0xd9, 0x2e, + 0x36, 0x1e, 0xc0, 0xfa, 0x9c, 0x26, 0xd3, 0xfd, 0xf8, 0x37, 0xc5, 0x18, 0x3a, 0x8f, 0x28, 0x77, + 0xd8, 0x84, 0x84, 0x71, 0xac, 0x9e, 0xe8, 0x73, 0x8b, 0xec, 0x66, 0x75, 0xf3, 0x76, 0x32, 0xca, + 0x53, 0xc2, 0xc5, 0xad, 0xf2, 0xa8, 0xac, 0x8f, 0x33, 0xbb, 0xd0, 0x4c, 0x05, 0x43, 0x07, 0xed, + 0x6c, 0xa8, 0xa7, 0xc5, 0x68, 0x23, 0x35, 0x61, 0x25, 0x35, 0xf6, 0x93, 0xe7, 0xf6, 0x2b, 0xf8, + 0xef, 0x99, 0xae, 0x51, 0x13, 0x6a, 0x6f, 0x8e, 0x9e, 0x1d, 0xbd, 0x7c, 0x7b, 0xd4, 0xfa, 0x17, + 0x5a, 0x83, 0xe6, 0xfe, 0xcb, 0xa3, 0x83, 0xc3, 0x27, 0xbd, 0x83, 0xc3, 0xe7, 0x8f, 0x5b, 0x05, + 0x74, 0x15, 0xd6, 0x53, 0x0d, 0x3d, 0xb9, 0xf7, 0xf0, 0x56, 0xb1, 0xfd, 0x43, 0x29, 0xce, 0x9c, + 0xa4, 0x4b, 0x1e, 0x30, 0x9f, 0x13, 0x84, 0xa0, 0xec, 0xb0, 0x41, 0x14, 0x8d, 0x95, 0xae, 0xfa, + 0x2d, 0xdb, 0xa8, 0x3f, 0x64, 0x3a, 0xa8, 0xea, 0xf7, 0x79, 0x03, 0x46, 0x87, 0x3a, 0xa2, 0x65, + 0x15, 0xd1, 0x3b, 0x8b, 0x22, 0x1a, 0x79, 0x3b, 0xa3, 0xf9, 0xec, 0x98, 0x56, 0xb2, 0xc4, 0xf4, + 0x60, 0x36, 0x95, 0xa3, 0x7d, 0xaa, 0x7a, 0xc1, 0x56, 0x3b, 0x6f, 0x82, 0xf6, 0x01, 0xcd, 0x25, + 0x79, 0x5c, 0x69, 0x2d, 0x5c, 0x13, 0x0b, 0xe4, 0xed, 0x4f, 0x60, 0xe3, 0xec, 0x8f, 0xcd, 0x35, + 0x8b, 0x7b, 0xef, 0x0b, 0xb0, 0xed, 0x30, 0xcf, 0x16, 0xc4, 0x77, 0x88, 0x2f, 0xec, 0x80, 0xb9, + 0x38, 0xa4, 0xdc, 0xe6, 0x01, 0x71, 0xe8, 0x90, 0x3a, 0x58, 0xf2, 0xd6, 0xc6, 0x01, 0x95, 0x63, + 0x8c, 0x86, 0x64, 0x7b, 0xd8, 0xc7, 0x23, 0xb2, 0x97, 0xfa, 0x57, 0xf5, 0x2b, 0xc9, 0x83, 0xcf, + 0xf7, 0x47, 0x54, 0x1c, 0x8f, 0xfb, 0xb6, 0xc3, 0xbc, 0x8e, 0xee, 0xc7, 0x23, 0xfc, 0xb8, 0x33, + 0xd3, 0x57, 0x87, 0xb3, 0x71, 0xe8, 0x90, 0xce, 0x88, 0x75, 0x70, 0x40, 0x3b, 0x93, 0x5b, 0x1d, + 0xfd, 0xa1, 0x51, 0xaf, 0xfd, 0xaa, 0x62, 0xcb, 0xed, 0xdf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xe7, + 0x22, 0x73, 0x2e, 0x50, 0x1f, 0x00, 0x00, }