// Code generated by protoc-gen-go. DO NOT EDIT. // source: common.proto package commonpb import ( fmt "fmt" proto "github.com/golang/protobuf/proto" descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type ErrorCode int32 const ( ErrorCode_Success ErrorCode = 0 ErrorCode_UnexpectedError ErrorCode = 1 ErrorCode_ConnectFailed ErrorCode = 2 ErrorCode_PermissionDenied ErrorCode = 3 ErrorCode_CollectionNotExists ErrorCode = 4 ErrorCode_IllegalArgument ErrorCode = 5 ErrorCode_IllegalDimension ErrorCode = 7 ErrorCode_IllegalIndexType ErrorCode = 8 ErrorCode_IllegalCollectionName ErrorCode = 9 ErrorCode_IllegalTOPK ErrorCode = 10 ErrorCode_IllegalRowRecord ErrorCode = 11 ErrorCode_IllegalVectorID ErrorCode = 12 ErrorCode_IllegalSearchResult ErrorCode = 13 ErrorCode_FileNotFound ErrorCode = 14 ErrorCode_MetaFailed ErrorCode = 15 ErrorCode_CacheFailed ErrorCode = 16 ErrorCode_CannotCreateFolder ErrorCode = 17 ErrorCode_CannotCreateFile ErrorCode = 18 ErrorCode_CannotDeleteFolder ErrorCode = 19 ErrorCode_CannotDeleteFile ErrorCode = 20 ErrorCode_BuildIndexError ErrorCode = 21 ErrorCode_IllegalNLIST ErrorCode = 22 ErrorCode_IllegalMetricType ErrorCode = 23 ErrorCode_OutOfMemory ErrorCode = 24 ErrorCode_IndexNotExist ErrorCode = 25 ErrorCode_EmptyCollection ErrorCode = 26 ErrorCode_UpdateImportTaskFailure ErrorCode = 27 ErrorCode_CollectionNameNotFound ErrorCode = 28 ErrorCode_CreateCredentialFailure ErrorCode = 29 ErrorCode_UpdateCredentialFailure ErrorCode = 30 ErrorCode_DeleteCredentialFailure ErrorCode = 31 ErrorCode_GetCredentialFailure ErrorCode = 32 ErrorCode_ListCredUsersFailure ErrorCode = 33 ErrorCode_GetUserFailure ErrorCode = 34 ErrorCode_CreateRoleFailure ErrorCode = 35 ErrorCode_DropRoleFailure ErrorCode = 36 ErrorCode_OperateUserRoleFailure ErrorCode = 37 ErrorCode_SelectRoleFailure ErrorCode = 38 ErrorCode_SelectUserFailure ErrorCode = 39 ErrorCode_SelectResourceFailure ErrorCode = 40 ErrorCode_OperatePrivilegeFailure ErrorCode = 41 ErrorCode_SelectGrantFailure ErrorCode = 42 ErrorCode_RefreshPolicyInfoCacheFailure ErrorCode = 43 ErrorCode_ListPolicyFailure ErrorCode = 44 ErrorCode_NotShardLeader ErrorCode = 45 ErrorCode_NoReplicaAvailable ErrorCode = 46 // internal error code. ErrorCode_DDRequestRace ErrorCode = 1000 ) var ErrorCode_name = map[int32]string{ 0: "Success", 1: "UnexpectedError", 2: "ConnectFailed", 3: "PermissionDenied", 4: "CollectionNotExists", 5: "IllegalArgument", 7: "IllegalDimension", 8: "IllegalIndexType", 9: "IllegalCollectionName", 10: "IllegalTOPK", 11: "IllegalRowRecord", 12: "IllegalVectorID", 13: "IllegalSearchResult", 14: "FileNotFound", 15: "MetaFailed", 16: "CacheFailed", 17: "CannotCreateFolder", 18: "CannotCreateFile", 19: "CannotDeleteFolder", 20: "CannotDeleteFile", 21: "BuildIndexError", 22: "IllegalNLIST", 23: "IllegalMetricType", 24: "OutOfMemory", 25: "IndexNotExist", 26: "EmptyCollection", 27: "UpdateImportTaskFailure", 28: "CollectionNameNotFound", 29: "CreateCredentialFailure", 30: "UpdateCredentialFailure", 31: "DeleteCredentialFailure", 32: "GetCredentialFailure", 33: "ListCredUsersFailure", 34: "GetUserFailure", 35: "CreateRoleFailure", 36: "DropRoleFailure", 37: "OperateUserRoleFailure", 38: "SelectRoleFailure", 39: "SelectUserFailure", 40: "SelectResourceFailure", 41: "OperatePrivilegeFailure", 42: "SelectGrantFailure", 43: "RefreshPolicyInfoCacheFailure", 44: "ListPolicyFailure", 45: "NotShardLeader", 46: "NoReplicaAvailable", 1000: "DDRequestRace", } var ErrorCode_value = map[string]int32{ "Success": 0, "UnexpectedError": 1, "ConnectFailed": 2, "PermissionDenied": 3, "CollectionNotExists": 4, "IllegalArgument": 5, "IllegalDimension": 7, "IllegalIndexType": 8, "IllegalCollectionName": 9, "IllegalTOPK": 10, "IllegalRowRecord": 11, "IllegalVectorID": 12, "IllegalSearchResult": 13, "FileNotFound": 14, "MetaFailed": 15, "CacheFailed": 16, "CannotCreateFolder": 17, "CannotCreateFile": 18, "CannotDeleteFolder": 19, "CannotDeleteFile": 20, "BuildIndexError": 21, "IllegalNLIST": 22, "IllegalMetricType": 23, "OutOfMemory": 24, "IndexNotExist": 25, "EmptyCollection": 26, "UpdateImportTaskFailure": 27, "CollectionNameNotFound": 28, "CreateCredentialFailure": 29, "UpdateCredentialFailure": 30, "DeleteCredentialFailure": 31, "GetCredentialFailure": 32, "ListCredUsersFailure": 33, "GetUserFailure": 34, "CreateRoleFailure": 35, "DropRoleFailure": 36, "OperateUserRoleFailure": 37, "SelectRoleFailure": 38, "SelectUserFailure": 39, "SelectResourceFailure": 40, "OperatePrivilegeFailure": 41, "SelectGrantFailure": 42, "RefreshPolicyInfoCacheFailure": 43, "ListPolicyFailure": 44, "NotShardLeader": 45, "NoReplicaAvailable": 46, "DDRequestRace": 1000, } func (x ErrorCode) String() string { return proto.EnumName(ErrorCode_name, int32(x)) } func (ErrorCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{0} } type IndexState int32 const ( IndexState_IndexStateNone IndexState = 0 IndexState_Unissued IndexState = 1 IndexState_InProgress IndexState = 2 IndexState_Finished IndexState = 3 IndexState_Failed IndexState = 4 ) var IndexState_name = map[int32]string{ 0: "IndexStateNone", 1: "Unissued", 2: "InProgress", 3: "Finished", 4: "Failed", } var IndexState_value = map[string]int32{ "IndexStateNone": 0, "Unissued": 1, "InProgress": 2, "Finished": 3, "Failed": 4, } func (x IndexState) String() string { return proto.EnumName(IndexState_name, int32(x)) } func (IndexState) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{1} } type SegmentState int32 const ( SegmentState_SegmentStateNone SegmentState = 0 SegmentState_NotExist SegmentState = 1 SegmentState_Growing SegmentState = 2 SegmentState_Sealed SegmentState = 3 SegmentState_Flushed SegmentState = 4 SegmentState_Flushing SegmentState = 5 SegmentState_Dropped SegmentState = 6 SegmentState_Importing SegmentState = 7 ) var SegmentState_name = map[int32]string{ 0: "SegmentStateNone", 1: "NotExist", 2: "Growing", 3: "Sealed", 4: "Flushed", 5: "Flushing", 6: "Dropped", 7: "Importing", } var SegmentState_value = map[string]int32{ "SegmentStateNone": 0, "NotExist": 1, "Growing": 2, "Sealed": 3, "Flushed": 4, "Flushing": 5, "Dropped": 6, "Importing": 7, } func (x SegmentState) String() string { return proto.EnumName(SegmentState_name, int32(x)) } func (SegmentState) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{2} } type PlaceholderType int32 const ( PlaceholderType_None PlaceholderType = 0 PlaceholderType_BinaryVector PlaceholderType = 100 PlaceholderType_FloatVector PlaceholderType = 101 ) var PlaceholderType_name = map[int32]string{ 0: "None", 100: "BinaryVector", 101: "FloatVector", } var PlaceholderType_value = map[string]int32{ "None": 0, "BinaryVector": 100, "FloatVector": 101, } func (x PlaceholderType) String() string { return proto.EnumName(PlaceholderType_name, int32(x)) } func (PlaceholderType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{3} } type MsgType int32 const ( MsgType_Undefined MsgType = 0 // DEFINITION REQUESTS: COLLECTION MsgType_CreateCollection MsgType = 100 MsgType_DropCollection MsgType = 101 MsgType_HasCollection MsgType = 102 MsgType_DescribeCollection MsgType = 103 MsgType_ShowCollections MsgType = 104 MsgType_GetSystemConfigs MsgType = 105 MsgType_LoadCollection MsgType = 106 MsgType_ReleaseCollection MsgType = 107 MsgType_CreateAlias MsgType = 108 MsgType_DropAlias MsgType = 109 MsgType_AlterAlias MsgType = 110 // DEFINITION REQUESTS: PARTITION MsgType_CreatePartition MsgType = 200 MsgType_DropPartition MsgType = 201 MsgType_HasPartition MsgType = 202 MsgType_DescribePartition MsgType = 203 MsgType_ShowPartitions MsgType = 204 MsgType_LoadPartitions MsgType = 205 MsgType_ReleasePartitions MsgType = 206 // DEFINE REQUESTS: SEGMENT MsgType_ShowSegments MsgType = 250 MsgType_DescribeSegment MsgType = 251 MsgType_LoadSegments MsgType = 252 MsgType_ReleaseSegments MsgType = 253 MsgType_HandoffSegments MsgType = 254 MsgType_LoadBalanceSegments MsgType = 255 MsgType_DescribeSegments MsgType = 256 // DEFINITION REQUESTS: INDEX MsgType_CreateIndex MsgType = 300 MsgType_DescribeIndex MsgType = 301 MsgType_DropIndex MsgType = 302 // MANIPULATION REQUESTS MsgType_Insert MsgType = 400 MsgType_Delete MsgType = 401 MsgType_Flush MsgType = 402 MsgType_ResendSegmentStats MsgType = 403 // QUERY MsgType_Search MsgType = 500 MsgType_SearchResult MsgType = 501 MsgType_GetIndexState MsgType = 502 MsgType_GetIndexBuildProgress MsgType = 503 MsgType_GetCollectionStatistics MsgType = 504 MsgType_GetPartitionStatistics MsgType = 505 MsgType_Retrieve MsgType = 506 MsgType_RetrieveResult MsgType = 507 MsgType_WatchDmChannels MsgType = 508 MsgType_RemoveDmChannels MsgType = 509 MsgType_WatchQueryChannels MsgType = 510 MsgType_RemoveQueryChannels MsgType = 511 MsgType_SealedSegmentsChangeInfo MsgType = 512 MsgType_WatchDeltaChannels MsgType = 513 MsgType_GetShardLeaders MsgType = 514 MsgType_GetReplicas MsgType = 515 // DATA SERVICE MsgType_SegmentInfo MsgType = 600 MsgType_SystemInfo MsgType = 601 MsgType_GetRecoveryInfo MsgType = 602 MsgType_GetSegmentState MsgType = 603 // SYSTEM CONTROL MsgType_TimeTick MsgType = 1200 MsgType_QueryNodeStats MsgType = 1201 MsgType_LoadIndex MsgType = 1202 MsgType_RequestID MsgType = 1203 MsgType_RequestTSO MsgType = 1204 MsgType_AllocateSegment MsgType = 1205 MsgType_SegmentStatistics MsgType = 1206 MsgType_SegmentFlushDone MsgType = 1207 MsgType_DataNodeTt MsgType = 1208 // Credential MsgType_CreateCredential MsgType = 1500 MsgType_GetCredential MsgType = 1501 MsgType_DeleteCredential MsgType = 1502 MsgType_UpdateCredential MsgType = 1503 MsgType_ListCredUsernames MsgType = 1504 // RBAC MsgType_CreateRole MsgType = 1600 MsgType_DropRole MsgType = 1601 MsgType_OperateUserRole MsgType = 1602 MsgType_SelectRole MsgType = 1603 MsgType_SelectUser MsgType = 1604 MsgType_SelectResource MsgType = 1605 MsgType_OperatePrivilege MsgType = 1606 MsgType_SelectGrant MsgType = 1607 MsgType_RefreshPolicyInfoCache MsgType = 1608 MsgType_ListPolicy MsgType = 1609 ) var MsgType_name = map[int32]string{ 0: "Undefined", 100: "CreateCollection", 101: "DropCollection", 102: "HasCollection", 103: "DescribeCollection", 104: "ShowCollections", 105: "GetSystemConfigs", 106: "LoadCollection", 107: "ReleaseCollection", 108: "CreateAlias", 109: "DropAlias", 110: "AlterAlias", 200: "CreatePartition", 201: "DropPartition", 202: "HasPartition", 203: "DescribePartition", 204: "ShowPartitions", 205: "LoadPartitions", 206: "ReleasePartitions", 250: "ShowSegments", 251: "DescribeSegment", 252: "LoadSegments", 253: "ReleaseSegments", 254: "HandoffSegments", 255: "LoadBalanceSegments", 256: "DescribeSegments", 300: "CreateIndex", 301: "DescribeIndex", 302: "DropIndex", 400: "Insert", 401: "Delete", 402: "Flush", 403: "ResendSegmentStats", 500: "Search", 501: "SearchResult", 502: "GetIndexState", 503: "GetIndexBuildProgress", 504: "GetCollectionStatistics", 505: "GetPartitionStatistics", 506: "Retrieve", 507: "RetrieveResult", 508: "WatchDmChannels", 509: "RemoveDmChannels", 510: "WatchQueryChannels", 511: "RemoveQueryChannels", 512: "SealedSegmentsChangeInfo", 513: "WatchDeltaChannels", 514: "GetShardLeaders", 515: "GetReplicas", 600: "SegmentInfo", 601: "SystemInfo", 602: "GetRecoveryInfo", 603: "GetSegmentState", 1200: "TimeTick", 1201: "QueryNodeStats", 1202: "LoadIndex", 1203: "RequestID", 1204: "RequestTSO", 1205: "AllocateSegment", 1206: "SegmentStatistics", 1207: "SegmentFlushDone", 1208: "DataNodeTt", 1500: "CreateCredential", 1501: "GetCredential", 1502: "DeleteCredential", 1503: "UpdateCredential", 1504: "ListCredUsernames", 1600: "CreateRole", 1601: "DropRole", 1602: "OperateUserRole", 1603: "SelectRole", 1604: "SelectUser", 1605: "SelectResource", 1606: "OperatePrivilege", 1607: "SelectGrant", 1608: "RefreshPolicyInfoCache", 1609: "ListPolicy", } var MsgType_value = map[string]int32{ "Undefined": 0, "CreateCollection": 100, "DropCollection": 101, "HasCollection": 102, "DescribeCollection": 103, "ShowCollections": 104, "GetSystemConfigs": 105, "LoadCollection": 106, "ReleaseCollection": 107, "CreateAlias": 108, "DropAlias": 109, "AlterAlias": 110, "CreatePartition": 200, "DropPartition": 201, "HasPartition": 202, "DescribePartition": 203, "ShowPartitions": 204, "LoadPartitions": 205, "ReleasePartitions": 206, "ShowSegments": 250, "DescribeSegment": 251, "LoadSegments": 252, "ReleaseSegments": 253, "HandoffSegments": 254, "LoadBalanceSegments": 255, "DescribeSegments": 256, "CreateIndex": 300, "DescribeIndex": 301, "DropIndex": 302, "Insert": 400, "Delete": 401, "Flush": 402, "ResendSegmentStats": 403, "Search": 500, "SearchResult": 501, "GetIndexState": 502, "GetIndexBuildProgress": 503, "GetCollectionStatistics": 504, "GetPartitionStatistics": 505, "Retrieve": 506, "RetrieveResult": 507, "WatchDmChannels": 508, "RemoveDmChannels": 509, "WatchQueryChannels": 510, "RemoveQueryChannels": 511, "SealedSegmentsChangeInfo": 512, "WatchDeltaChannels": 513, "GetShardLeaders": 514, "GetReplicas": 515, "SegmentInfo": 600, "SystemInfo": 601, "GetRecoveryInfo": 602, "GetSegmentState": 603, "TimeTick": 1200, "QueryNodeStats": 1201, "LoadIndex": 1202, "RequestID": 1203, "RequestTSO": 1204, "AllocateSegment": 1205, "SegmentStatistics": 1206, "SegmentFlushDone": 1207, "DataNodeTt": 1208, "CreateCredential": 1500, "GetCredential": 1501, "DeleteCredential": 1502, "UpdateCredential": 1503, "ListCredUsernames": 1504, "CreateRole": 1600, "DropRole": 1601, "OperateUserRole": 1602, "SelectRole": 1603, "SelectUser": 1604, "SelectResource": 1605, "OperatePrivilege": 1606, "SelectGrant": 1607, "RefreshPolicyInfoCache": 1608, "ListPolicy": 1609, } func (x MsgType) String() string { return proto.EnumName(MsgType_name, int32(x)) } func (MsgType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{4} } type DslType int32 const ( DslType_Dsl DslType = 0 DslType_BoolExprV1 DslType = 1 ) var DslType_name = map[int32]string{ 0: "Dsl", 1: "BoolExprV1", } var DslType_value = map[string]int32{ "Dsl": 0, "BoolExprV1": 1, } func (x DslType) String() string { return proto.EnumName(DslType_name, int32(x)) } func (DslType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{5} } type CompactionState int32 const ( CompactionState_UndefiedState CompactionState = 0 CompactionState_Executing CompactionState = 1 CompactionState_Completed CompactionState = 2 ) var CompactionState_name = map[int32]string{ 0: "UndefiedState", 1: "Executing", 2: "Completed", } var CompactionState_value = map[string]int32{ "UndefiedState": 0, "Executing": 1, "Completed": 2, } func (x CompactionState) String() string { return proto.EnumName(CompactionState_name, int32(x)) } func (CompactionState) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{6} } type ConsistencyLevel int32 const ( ConsistencyLevel_Strong ConsistencyLevel = 0 ConsistencyLevel_Session ConsistencyLevel = 1 ConsistencyLevel_Bounded ConsistencyLevel = 2 ConsistencyLevel_Eventually ConsistencyLevel = 3 ConsistencyLevel_Customized ConsistencyLevel = 4 ) var ConsistencyLevel_name = map[int32]string{ 0: "Strong", 1: "Session", 2: "Bounded", 3: "Eventually", 4: "Customized", } var ConsistencyLevel_value = map[string]int32{ "Strong": 0, "Session": 1, "Bounded": 2, "Eventually": 3, "Customized": 4, } func (x ConsistencyLevel) String() string { return proto.EnumName(ConsistencyLevel_name, int32(x)) } func (ConsistencyLevel) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{7} } type ImportState int32 const ( ImportState_ImportPending ImportState = 0 ImportState_ImportFailed ImportState = 1 ImportState_ImportStarted ImportState = 2 ImportState_ImportDownloaded ImportState = 3 ImportState_ImportParsed ImportState = 4 ImportState_ImportPersisted ImportState = 5 ImportState_ImportCompleted ImportState = 6 ImportState_ImportAllocSegment ImportState = 10 ) var ImportState_name = map[int32]string{ 0: "ImportPending", 1: "ImportFailed", 2: "ImportStarted", 3: "ImportDownloaded", 4: "ImportParsed", 5: "ImportPersisted", 6: "ImportCompleted", 10: "ImportAllocSegment", } var ImportState_value = map[string]int32{ "ImportPending": 0, "ImportFailed": 1, "ImportStarted": 2, "ImportDownloaded": 3, "ImportParsed": 4, "ImportPersisted": 5, "ImportCompleted": 6, "ImportAllocSegment": 10, } func (x ImportState) String() string { return proto.EnumName(ImportState_name, int32(x)) } func (ImportState) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{8} } type ResourceType int32 const ( ResourceType_Collection ResourceType = 0 ) var ResourceType_name = map[int32]string{ 0: "Collection", } var ResourceType_value = map[string]int32{ "Collection": 0, } func (x ResourceType) String() string { return proto.EnumName(ResourceType_name, int32(x)) } func (ResourceType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{9} } type ResourcePrivilege int32 const ( ResourcePrivilege_PrivilegeAll ResourcePrivilege = 0 ResourcePrivilege_PrivilegeCreate ResourcePrivilege = 1 ResourcePrivilege_PrivilegeDrop ResourcePrivilege = 2 ResourcePrivilege_PrivilegeAlter ResourcePrivilege = 3 ResourcePrivilege_PrivilegeRead ResourcePrivilege = 4 ResourcePrivilege_PrivilegeLoad ResourcePrivilege = 5 ResourcePrivilege_PrivilegeRelease ResourcePrivilege = 6 ResourcePrivilege_PrivilegeCompact ResourcePrivilege = 7 ResourcePrivilege_PrivilegeInsert ResourcePrivilege = 8 ResourcePrivilege_PrivilegeDelete ResourcePrivilege = 9 ) var ResourcePrivilege_name = map[int32]string{ 0: "PrivilegeAll", 1: "PrivilegeCreate", 2: "PrivilegeDrop", 3: "PrivilegeAlter", 4: "PrivilegeRead", 5: "PrivilegeLoad", 6: "PrivilegeRelease", 7: "PrivilegeCompact", 8: "PrivilegeInsert", 9: "PrivilegeDelete", } var ResourcePrivilege_value = map[string]int32{ "PrivilegeAll": 0, "PrivilegeCreate": 1, "PrivilegeDrop": 2, "PrivilegeAlter": 3, "PrivilegeRead": 4, "PrivilegeLoad": 5, "PrivilegeRelease": 6, "PrivilegeCompact": 7, "PrivilegeInsert": 8, "PrivilegeDelete": 9, } func (x ResourcePrivilege) String() string { return proto.EnumName(ResourcePrivilege_name, int32(x)) } func (ResourcePrivilege) EnumDescriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{10} } type Status struct { ErrorCode ErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3,enum=milvus.proto.common.ErrorCode" json:"error_code,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Status) Reset() { *m = Status{} } func (m *Status) String() string { return proto.CompactTextString(m) } func (*Status) ProtoMessage() {} func (*Status) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{0} } func (m *Status) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Status.Unmarshal(m, b) } func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Status.Marshal(b, m, deterministic) } func (m *Status) XXX_Merge(src proto.Message) { xxx_messageInfo_Status.Merge(m, src) } func (m *Status) XXX_Size() int { return xxx_messageInfo_Status.Size(m) } func (m *Status) XXX_DiscardUnknown() { xxx_messageInfo_Status.DiscardUnknown(m) } var xxx_messageInfo_Status proto.InternalMessageInfo func (m *Status) GetErrorCode() ErrorCode { if m != nil { return m.ErrorCode } return ErrorCode_Success } func (m *Status) GetReason() string { if m != nil { return m.Reason } return "" } type KeyValuePair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *KeyValuePair) Reset() { *m = KeyValuePair{} } func (m *KeyValuePair) String() string { return proto.CompactTextString(m) } func (*KeyValuePair) ProtoMessage() {} func (*KeyValuePair) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{1} } func (m *KeyValuePair) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyValuePair.Unmarshal(m, b) } func (m *KeyValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_KeyValuePair.Marshal(b, m, deterministic) } func (m *KeyValuePair) XXX_Merge(src proto.Message) { xxx_messageInfo_KeyValuePair.Merge(m, src) } func (m *KeyValuePair) XXX_Size() int { return xxx_messageInfo_KeyValuePair.Size(m) } func (m *KeyValuePair) XXX_DiscardUnknown() { xxx_messageInfo_KeyValuePair.DiscardUnknown(m) } var xxx_messageInfo_KeyValuePair proto.InternalMessageInfo func (m *KeyValuePair) GetKey() string { if m != nil { return m.Key } return "" } func (m *KeyValuePair) GetValue() string { if m != nil { return m.Value } return "" } type KeyDataPair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *KeyDataPair) Reset() { *m = KeyDataPair{} } func (m *KeyDataPair) String() string { return proto.CompactTextString(m) } func (*KeyDataPair) ProtoMessage() {} func (*KeyDataPair) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{2} } func (m *KeyDataPair) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyDataPair.Unmarshal(m, b) } func (m *KeyDataPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_KeyDataPair.Marshal(b, m, deterministic) } func (m *KeyDataPair) XXX_Merge(src proto.Message) { xxx_messageInfo_KeyDataPair.Merge(m, src) } func (m *KeyDataPair) XXX_Size() int { return xxx_messageInfo_KeyDataPair.Size(m) } func (m *KeyDataPair) XXX_DiscardUnknown() { xxx_messageInfo_KeyDataPair.DiscardUnknown(m) } var xxx_messageInfo_KeyDataPair proto.InternalMessageInfo func (m *KeyDataPair) GetKey() string { if m != nil { return m.Key } return "" } func (m *KeyDataPair) GetData() []byte { if m != nil { return m.Data } return nil } type Blob struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Blob) Reset() { *m = Blob{} } func (m *Blob) String() string { return proto.CompactTextString(m) } func (*Blob) ProtoMessage() {} func (*Blob) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{3} } func (m *Blob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Blob.Unmarshal(m, b) } func (m *Blob) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Blob.Marshal(b, m, deterministic) } func (m *Blob) XXX_Merge(src proto.Message) { xxx_messageInfo_Blob.Merge(m, src) } func (m *Blob) XXX_Size() int { return xxx_messageInfo_Blob.Size(m) } func (m *Blob) XXX_DiscardUnknown() { xxx_messageInfo_Blob.DiscardUnknown(m) } var xxx_messageInfo_Blob proto.InternalMessageInfo func (m *Blob) GetValue() []byte { if m != nil { return m.Value } return nil } type PlaceholderValue struct { Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"` Type PlaceholderType `protobuf:"varint,2,opt,name=type,proto3,enum=milvus.proto.common.PlaceholderType" json:"type,omitempty"` // values is a 2d-array, every array contains a vector Values [][]byte `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PlaceholderValue) Reset() { *m = PlaceholderValue{} } func (m *PlaceholderValue) String() string { return proto.CompactTextString(m) } func (*PlaceholderValue) ProtoMessage() {} func (*PlaceholderValue) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{4} } func (m *PlaceholderValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlaceholderValue.Unmarshal(m, b) } func (m *PlaceholderValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PlaceholderValue.Marshal(b, m, deterministic) } func (m *PlaceholderValue) XXX_Merge(src proto.Message) { xxx_messageInfo_PlaceholderValue.Merge(m, src) } func (m *PlaceholderValue) XXX_Size() int { return xxx_messageInfo_PlaceholderValue.Size(m) } func (m *PlaceholderValue) XXX_DiscardUnknown() { xxx_messageInfo_PlaceholderValue.DiscardUnknown(m) } var xxx_messageInfo_PlaceholderValue proto.InternalMessageInfo func (m *PlaceholderValue) GetTag() string { if m != nil { return m.Tag } return "" } func (m *PlaceholderValue) GetType() PlaceholderType { if m != nil { return m.Type } return PlaceholderType_None } func (m *PlaceholderValue) GetValues() [][]byte { if m != nil { return m.Values } return nil } type PlaceholderGroup struct { Placeholders []*PlaceholderValue `protobuf:"bytes,1,rep,name=placeholders,proto3" json:"placeholders,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PlaceholderGroup) Reset() { *m = PlaceholderGroup{} } func (m *PlaceholderGroup) String() string { return proto.CompactTextString(m) } func (*PlaceholderGroup) ProtoMessage() {} func (*PlaceholderGroup) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{5} } func (m *PlaceholderGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlaceholderGroup.Unmarshal(m, b) } func (m *PlaceholderGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PlaceholderGroup.Marshal(b, m, deterministic) } func (m *PlaceholderGroup) XXX_Merge(src proto.Message) { xxx_messageInfo_PlaceholderGroup.Merge(m, src) } func (m *PlaceholderGroup) XXX_Size() int { return xxx_messageInfo_PlaceholderGroup.Size(m) } func (m *PlaceholderGroup) XXX_DiscardUnknown() { xxx_messageInfo_PlaceholderGroup.DiscardUnknown(m) } var xxx_messageInfo_PlaceholderGroup proto.InternalMessageInfo func (m *PlaceholderGroup) GetPlaceholders() []*PlaceholderValue { if m != nil { return m.Placeholders } return nil } type Address struct { Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` Port int64 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Address) Reset() { *m = Address{} } func (m *Address) String() string { return proto.CompactTextString(m) } func (*Address) ProtoMessage() {} func (*Address) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{6} } func (m *Address) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Address.Unmarshal(m, b) } func (m *Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Address.Marshal(b, m, deterministic) } func (m *Address) XXX_Merge(src proto.Message) { xxx_messageInfo_Address.Merge(m, src) } func (m *Address) XXX_Size() int { return xxx_messageInfo_Address.Size(m) } func (m *Address) XXX_DiscardUnknown() { xxx_messageInfo_Address.DiscardUnknown(m) } var xxx_messageInfo_Address proto.InternalMessageInfo func (m *Address) GetIp() string { if m != nil { return m.Ip } return "" } func (m *Address) GetPort() int64 { if m != nil { return m.Port } return 0 } type MsgBase struct { MsgType MsgType `protobuf:"varint,1,opt,name=msg_type,json=msgType,proto3,enum=milvus.proto.common.MsgType" json:"msg_type,omitempty"` MsgID int64 `protobuf:"varint,2,opt,name=msgID,proto3" json:"msgID,omitempty"` Timestamp uint64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` SourceID int64 `protobuf:"varint,4,opt,name=sourceID,proto3" json:"sourceID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgBase) Reset() { *m = MsgBase{} } func (m *MsgBase) String() string { return proto.CompactTextString(m) } func (*MsgBase) ProtoMessage() {} func (*MsgBase) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{7} } func (m *MsgBase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgBase.Unmarshal(m, b) } func (m *MsgBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgBase.Marshal(b, m, deterministic) } func (m *MsgBase) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgBase.Merge(m, src) } func (m *MsgBase) XXX_Size() int { return xxx_messageInfo_MsgBase.Size(m) } func (m *MsgBase) XXX_DiscardUnknown() { xxx_messageInfo_MsgBase.DiscardUnknown(m) } var xxx_messageInfo_MsgBase proto.InternalMessageInfo func (m *MsgBase) GetMsgType() MsgType { if m != nil { return m.MsgType } return MsgType_Undefined } func (m *MsgBase) GetMsgID() int64 { if m != nil { return m.MsgID } return 0 } func (m *MsgBase) GetTimestamp() uint64 { if m != nil { return m.Timestamp } return 0 } func (m *MsgBase) GetSourceID() int64 { if m != nil { return m.SourceID } return 0 } // Don't Modify This. @czs type MsgHeader struct { Base *MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgHeader) Reset() { *m = MsgHeader{} } func (m *MsgHeader) String() string { return proto.CompactTextString(m) } func (*MsgHeader) ProtoMessage() {} func (*MsgHeader) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{8} } func (m *MsgHeader) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgHeader.Unmarshal(m, b) } func (m *MsgHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgHeader.Marshal(b, m, deterministic) } func (m *MsgHeader) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgHeader.Merge(m, src) } func (m *MsgHeader) XXX_Size() int { return xxx_messageInfo_MsgHeader.Size(m) } func (m *MsgHeader) XXX_DiscardUnknown() { xxx_messageInfo_MsgHeader.DiscardUnknown(m) } var xxx_messageInfo_MsgHeader proto.InternalMessageInfo func (m *MsgHeader) GetBase() *MsgBase { if m != nil { return m.Base } return nil } // Don't Modify This. @czs type DMLMsgHeader struct { Base *MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` ShardName string `protobuf:"bytes,2,opt,name=shardName,proto3" json:"shardName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DMLMsgHeader) Reset() { *m = DMLMsgHeader{} } func (m *DMLMsgHeader) String() string { return proto.CompactTextString(m) } func (*DMLMsgHeader) ProtoMessage() {} func (*DMLMsgHeader) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{9} } func (m *DMLMsgHeader) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DMLMsgHeader.Unmarshal(m, b) } func (m *DMLMsgHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DMLMsgHeader.Marshal(b, m, deterministic) } func (m *DMLMsgHeader) XXX_Merge(src proto.Message) { xxx_messageInfo_DMLMsgHeader.Merge(m, src) } func (m *DMLMsgHeader) XXX_Size() int { return xxx_messageInfo_DMLMsgHeader.Size(m) } func (m *DMLMsgHeader) XXX_DiscardUnknown() { xxx_messageInfo_DMLMsgHeader.DiscardUnknown(m) } var xxx_messageInfo_DMLMsgHeader proto.InternalMessageInfo func (m *DMLMsgHeader) GetBase() *MsgBase { if m != nil { return m.Base } return nil } func (m *DMLMsgHeader) GetShardName() string { if m != nil { return m.ShardName } return "" } type PrivilegeExt struct { ResourceType ResourceType `protobuf:"varint,1,opt,name=resource_type,json=resourceType,proto3,enum=milvus.proto.common.ResourceType" json:"resource_type,omitempty"` ResourcePrivilege ResourcePrivilege `protobuf:"varint,2,opt,name=resource_privilege,json=resourcePrivilege,proto3,enum=milvus.proto.common.ResourcePrivilege" json:"resource_privilege,omitempty"` ResourceNameIndex int32 `protobuf:"varint,3,opt,name=resource_name_index,json=resourceNameIndex,proto3" json:"resource_name_index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PrivilegeExt) Reset() { *m = PrivilegeExt{} } func (m *PrivilegeExt) String() string { return proto.CompactTextString(m) } func (*PrivilegeExt) ProtoMessage() {} func (*PrivilegeExt) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{10} } func (m *PrivilegeExt) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivilegeExt.Unmarshal(m, b) } func (m *PrivilegeExt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PrivilegeExt.Marshal(b, m, deterministic) } func (m *PrivilegeExt) XXX_Merge(src proto.Message) { xxx_messageInfo_PrivilegeExt.Merge(m, src) } func (m *PrivilegeExt) XXX_Size() int { return xxx_messageInfo_PrivilegeExt.Size(m) } func (m *PrivilegeExt) XXX_DiscardUnknown() { xxx_messageInfo_PrivilegeExt.DiscardUnknown(m) } var xxx_messageInfo_PrivilegeExt proto.InternalMessageInfo func (m *PrivilegeExt) GetResourceType() ResourceType { if m != nil { return m.ResourceType } return ResourceType_Collection } func (m *PrivilegeExt) GetResourcePrivilege() ResourcePrivilege { if m != nil { return m.ResourcePrivilege } return ResourcePrivilege_PrivilegeAll } func (m *PrivilegeExt) GetResourceNameIndex() int32 { if m != nil { return m.ResourceNameIndex } return 0 } var E_PrivilegeExtObj = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MessageOptions)(nil), ExtensionType: (*PrivilegeExt)(nil), Field: 1001, Name: "milvus.proto.common.privilege_ext_obj", Tag: "bytes,1001,opt,name=privilege_ext_obj", Filename: "common.proto", } func init() { proto.RegisterEnum("milvus.proto.common.ErrorCode", ErrorCode_name, ErrorCode_value) proto.RegisterEnum("milvus.proto.common.IndexState", IndexState_name, IndexState_value) proto.RegisterEnum("milvus.proto.common.SegmentState", SegmentState_name, SegmentState_value) proto.RegisterEnum("milvus.proto.common.PlaceholderType", PlaceholderType_name, PlaceholderType_value) proto.RegisterEnum("milvus.proto.common.MsgType", MsgType_name, MsgType_value) proto.RegisterEnum("milvus.proto.common.DslType", DslType_name, DslType_value) proto.RegisterEnum("milvus.proto.common.CompactionState", CompactionState_name, CompactionState_value) proto.RegisterEnum("milvus.proto.common.ConsistencyLevel", ConsistencyLevel_name, ConsistencyLevel_value) proto.RegisterEnum("milvus.proto.common.ImportState", ImportState_name, ImportState_value) proto.RegisterEnum("milvus.proto.common.ResourceType", ResourceType_name, ResourceType_value) proto.RegisterEnum("milvus.proto.common.ResourcePrivilege", ResourcePrivilege_name, ResourcePrivilege_value) proto.RegisterType((*Status)(nil), "milvus.proto.common.Status") proto.RegisterType((*KeyValuePair)(nil), "milvus.proto.common.KeyValuePair") proto.RegisterType((*KeyDataPair)(nil), "milvus.proto.common.KeyDataPair") proto.RegisterType((*Blob)(nil), "milvus.proto.common.Blob") proto.RegisterType((*PlaceholderValue)(nil), "milvus.proto.common.PlaceholderValue") proto.RegisterType((*PlaceholderGroup)(nil), "milvus.proto.common.PlaceholderGroup") proto.RegisterType((*Address)(nil), "milvus.proto.common.Address") proto.RegisterType((*MsgBase)(nil), "milvus.proto.common.MsgBase") proto.RegisterType((*MsgHeader)(nil), "milvus.proto.common.MsgHeader") proto.RegisterType((*DMLMsgHeader)(nil), "milvus.proto.common.DMLMsgHeader") proto.RegisterType((*PrivilegeExt)(nil), "milvus.proto.common.PrivilegeExt") proto.RegisterExtension(E_PrivilegeExtObj) } func init() { proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206) } var fileDescriptor_555bd8c177793206 = []byte{ // 2309 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xd9, 0x73, 0x23, 0x47, 0x19, 0xf7, 0x58, 0x5a, 0xcb, 0x6a, 0x8d, 0xed, 0xde, 0xf6, 0x1e, 0xce, 0x66, 0x93, 0x38, 0x22, 0x09, 0xc6, 0x10, 0x2f, 0x24, 0x55, 0x40, 0x51, 0x15, 0xaa, 0x6c, 0xc9, 0xf6, 0xaa, 0xe2, 0x43, 0x8c, 0xec, 0x24, 0x45, 0x15, 0xb8, 0xda, 0x33, 0x9f, 0xe5, 0xc9, 0xce, 0x4c, 0x0f, 0xdd, 0x2d, 0xaf, 0xc5, 0x53, 0x08, 0xff, 0x00, 0x84, 0x7f, 0x80, 0x3f, 0x80, 0xfb, 0x08, 0x3c, 0x51, 0xdc, 0x24, 0x5c, 0xcf, 0x5c, 0x01, 0x1e, 0xe1, 0x9d, 0x33, 0x27, 0xf5, 0x75, 0xcf, 0x65, 0xc7, 0x81, 0x07, 0xde, 0xd4, 0xbf, 0xef, 0xfe, 0xfa, 0x3b, 0xa6, 0x45, 0x5c, 0x5f, 0xc4, 0xb1, 0x48, 0x56, 0x52, 0x29, 0xb4, 0x60, 0xf3, 0x71, 0x18, 0x9d, 0x8c, 0x94, 0x3d, 0xad, 0x58, 0xd2, 0x8d, 0xc5, 0xa1, 0x10, 0xc3, 0x08, 0x6e, 0x19, 0xf0, 0x70, 0x74, 0x74, 0x2b, 0x00, 0xe5, 0xcb, 0x30, 0xd5, 0x42, 0x5a, 0xc6, 0xf6, 0x01, 0x99, 0x1a, 0x68, 0xae, 0x47, 0x8a, 0x3d, 0x41, 0x08, 0x48, 0x29, 0xe4, 0x81, 0x2f, 0x02, 0x58, 0x70, 0x16, 0x9d, 0xa5, 0xd9, 0xc7, 0xee, 0x5f, 0xb9, 0x40, 0xeb, 0xca, 0x3a, 0xb2, 0x75, 0x44, 0x00, 0x5e, 0x13, 0xf2, 0x9f, 0xec, 0x1a, 0x99, 0x92, 0xc0, 0x95, 0x48, 0x16, 0x26, 0x17, 0x9d, 0xa5, 0xa6, 0x97, 0x9d, 0xda, 0x1f, 0x24, 0xee, 0x93, 0x30, 0x7e, 0x8a, 0x47, 0x23, 0xe8, 0xf3, 0x50, 0x32, 0x4a, 0x6a, 0x77, 0x60, 0x6c, 0xf4, 0x37, 0x3d, 0xfc, 0xc9, 0xae, 0x90, 0x4b, 0x27, 0x48, 0xce, 0x04, 0xed, 0xa1, 0xfd, 0x38, 0x69, 0x3d, 0x09, 0xe3, 0x2e, 0xd7, 0xfc, 0x1d, 0xc4, 0x18, 0xa9, 0x07, 0x5c, 0x73, 0x23, 0xe5, 0x7a, 0xe6, 0x77, 0xfb, 0x26, 0xa9, 0xaf, 0x45, 0xe2, 0xb0, 0x54, 0xe9, 0x18, 0x62, 0xa6, 0xf2, 0x84, 0xd0, 0x7e, 0xc4, 0x7d, 0x38, 0x16, 0x51, 0x00, 0xd2, 0xb8, 0x84, 0x7a, 0x35, 0x1f, 0xe6, 0x7a, 0x35, 0x1f, 0xb2, 0x0f, 0x93, 0xba, 0x1e, 0xa7, 0xd6, 0x9b, 0xd9, 0xc7, 0x1e, 0xba, 0x30, 0x03, 0x15, 0x35, 0x7b, 0xe3, 0x14, 0x3c, 0x23, 0x81, 0x29, 0x30, 0x86, 0xd4, 0x42, 0x6d, 0xb1, 0xb6, 0xe4, 0x7a, 0xd9, 0xa9, 0xfd, 0x89, 0x33, 0x76, 0x37, 0xa5, 0x18, 0xa5, 0xac, 0x47, 0xdc, 0xb4, 0xc4, 0xd4, 0x82, 0xb3, 0x58, 0x5b, 0x6a, 0x3d, 0xf6, 0xf0, 0xff, 0xb2, 0x66, 0x9c, 0xf6, 0xce, 0x88, 0xb6, 0x1f, 0x25, 0x8d, 0xd5, 0x20, 0x90, 0xa0, 0x14, 0x9b, 0x25, 0x93, 0x61, 0x9a, 0x05, 0x33, 0x19, 0xa6, 0x98, 0xa3, 0x54, 0x48, 0x6d, 0x62, 0xa9, 0x79, 0xe6, 0x77, 0xfb, 0x05, 0x87, 0x34, 0xb6, 0xd5, 0x70, 0x8d, 0x2b, 0x60, 0x1f, 0x22, 0xd3, 0xb1, 0x1a, 0x1e, 0x98, 0x78, 0xed, 0x8d, 0xdf, 0xbc, 0xd0, 0x83, 0x6d, 0x35, 0x34, 0x71, 0x36, 0x62, 0xfb, 0x03, 0x13, 0x1c, 0xab, 0x61, 0xaf, 0x9b, 0x69, 0xb6, 0x07, 0x76, 0x93, 0x34, 0x75, 0x18, 0x83, 0xd2, 0x3c, 0x4e, 0x17, 0x6a, 0x8b, 0xce, 0x52, 0xdd, 0x2b, 0x01, 0x76, 0x83, 0x4c, 0x2b, 0x31, 0x92, 0x3e, 0xf4, 0xba, 0x0b, 0x75, 0x23, 0x56, 0x9c, 0xdb, 0x4f, 0x90, 0xe6, 0xb6, 0x1a, 0xde, 0x06, 0x1e, 0x80, 0x64, 0xef, 0x27, 0xf5, 0x43, 0xae, 0xac, 0x47, 0xad, 0x77, 0xf6, 0x08, 0x23, 0xf0, 0x0c, 0x67, 0xfb, 0x93, 0xc4, 0xed, 0x6e, 0x6f, 0xfd, 0x1f, 0x1a, 0xd0, 0x75, 0x75, 0xcc, 0x65, 0xb0, 0xc3, 0xe3, 0xbc, 0x10, 0x4b, 0xa0, 0xfd, 0x8a, 0x43, 0xdc, 0xbe, 0x0c, 0x4f, 0xc2, 0x08, 0x86, 0xb0, 0x7e, 0xaa, 0xd9, 0x06, 0x99, 0x91, 0x60, 0xbd, 0xaf, 0x66, 0xef, 0xc1, 0x0b, 0x2d, 0x79, 0x19, 0xa7, 0x49, 0xa1, 0x2b, 0x2b, 0x27, 0xb6, 0x4f, 0x58, 0xa1, 0x27, 0xcd, 0x0d, 0x64, 0xa5, 0xf7, 0xc8, 0x7f, 0x55, 0x56, 0xb8, 0xe3, 0x5d, 0x96, 0xe7, 0x21, 0xb6, 0x42, 0xe6, 0x0b, 0xb5, 0x09, 0x8f, 0xe1, 0x20, 0x4c, 0x02, 0x38, 0x35, 0x57, 0x72, 0xa9, 0xe4, 0xc7, 0xd0, 0x7a, 0x48, 0x58, 0xfe, 0xde, 0x34, 0x69, 0x16, 0x5d, 0xcd, 0x5a, 0xa4, 0x31, 0x18, 0xf9, 0x3e, 0x28, 0x45, 0x27, 0xd8, 0x3c, 0x99, 0xdb, 0x4f, 0xe0, 0x34, 0x05, 0x5f, 0x43, 0x60, 0x78, 0xa8, 0xc3, 0x2e, 0x93, 0x99, 0x8e, 0x48, 0x12, 0xf0, 0xf5, 0x06, 0x0f, 0x23, 0x08, 0xe8, 0x24, 0xbb, 0x42, 0x68, 0x1f, 0x64, 0x1c, 0x2a, 0x15, 0x8a, 0xa4, 0x0b, 0x49, 0x08, 0x01, 0xad, 0xb1, 0xeb, 0x64, 0xbe, 0x23, 0xa2, 0x08, 0x7c, 0x1d, 0x8a, 0x64, 0x47, 0xe8, 0xf5, 0xd3, 0x50, 0x69, 0x45, 0xeb, 0xa8, 0xb6, 0x17, 0x45, 0x30, 0xe4, 0xd1, 0xaa, 0x1c, 0x8e, 0x62, 0x48, 0x34, 0xbd, 0x84, 0x3a, 0x32, 0xb0, 0x1b, 0xc6, 0x90, 0xa0, 0x26, 0xda, 0xa8, 0xa0, 0xc6, 0x59, 0xcc, 0x1b, 0x9d, 0x66, 0xf7, 0x90, 0xab, 0x19, 0x5a, 0x31, 0xc0, 0x63, 0xa0, 0x4d, 0x36, 0x47, 0x5a, 0x19, 0x69, 0x6f, 0xb7, 0xff, 0x24, 0x25, 0x15, 0x0d, 0x9e, 0xb8, 0xeb, 0x81, 0x2f, 0x64, 0x40, 0x5b, 0x15, 0x17, 0x9e, 0x02, 0x5f, 0x0b, 0xd9, 0xeb, 0x52, 0x17, 0x1d, 0xce, 0xc0, 0x01, 0x70, 0xe9, 0x1f, 0x7b, 0xa0, 0x46, 0x91, 0xa6, 0x33, 0x8c, 0x12, 0x77, 0x23, 0x8c, 0x60, 0x47, 0xe8, 0x0d, 0x31, 0x4a, 0x02, 0x3a, 0xcb, 0x66, 0x09, 0xd9, 0x06, 0xcd, 0xb3, 0x0c, 0xcc, 0xa1, 0xd9, 0x0e, 0xf7, 0x8f, 0x21, 0x03, 0x28, 0xbb, 0x46, 0x58, 0x87, 0x27, 0x89, 0xd0, 0x1d, 0x09, 0x5c, 0xc3, 0x86, 0xe9, 0x57, 0x7a, 0x19, 0xdd, 0x39, 0x83, 0x87, 0x11, 0x50, 0x56, 0x72, 0x77, 0x21, 0x82, 0x82, 0x7b, 0xbe, 0xe4, 0xce, 0x70, 0xe4, 0xbe, 0x82, 0xce, 0xaf, 0x8d, 0xc2, 0x28, 0x30, 0x29, 0xb1, 0xd7, 0x72, 0x15, 0x7d, 0xcc, 0x9c, 0xdf, 0xd9, 0xea, 0x0d, 0xf6, 0xe8, 0x35, 0x76, 0x95, 0x5c, 0xce, 0x90, 0x6d, 0xd0, 0x32, 0xf4, 0x4d, 0xf2, 0xae, 0xa3, 0xab, 0xbb, 0x23, 0xbd, 0x7b, 0xb4, 0x0d, 0xb1, 0x90, 0x63, 0xba, 0x80, 0x17, 0x6a, 0x34, 0xe5, 0x57, 0x44, 0xef, 0x41, 0x0b, 0xeb, 0x71, 0xaa, 0xc7, 0x65, 0x7a, 0xe9, 0x0d, 0x76, 0x2f, 0xb9, 0xbe, 0x9f, 0x06, 0x5c, 0x43, 0x2f, 0xc6, 0x61, 0xb2, 0xc7, 0xd5, 0x1d, 0x0c, 0x77, 0x24, 0x81, 0xde, 0xcb, 0x6e, 0x90, 0x6b, 0x67, 0xef, 0xa2, 0x48, 0xd6, 0x4d, 0x14, 0xb4, 0xd1, 0x76, 0x24, 0x04, 0x90, 0xe8, 0x90, 0x47, 0xb9, 0xe0, 0x7d, 0xa5, 0xd6, 0xb7, 0x13, 0xef, 0x47, 0xa2, 0x8d, 0xfc, 0xed, 0xc4, 0x07, 0xd8, 0x02, 0xb9, 0xb2, 0x09, 0xfa, 0xed, 0x94, 0x45, 0xa4, 0x6c, 0x85, 0xca, 0x90, 0xf6, 0x15, 0x48, 0x95, 0x53, 0x1e, 0x64, 0x8c, 0xcc, 0x6e, 0x82, 0x46, 0x30, 0xc7, 0xda, 0x98, 0x27, 0xeb, 0x9e, 0x27, 0x22, 0xc8, 0xe1, 0x77, 0x61, 0x0e, 0xba, 0x52, 0xa4, 0x55, 0xf0, 0x21, 0x0c, 0x73, 0x37, 0x05, 0xc9, 0x35, 0xa0, 0x8e, 0x2a, 0xed, 0x61, 0xd4, 0x33, 0x00, 0xcc, 0x40, 0x15, 0x7e, 0xa4, 0x84, 0xab, 0x56, 0xdf, 0x8d, 0x35, 0x9c, 0x71, 0x67, 0x1d, 0x99, 0x93, 0x96, 0x30, 0xea, 0xcc, 0x48, 0xd1, 0xd5, 0x39, 0xf1, 0x3d, 0x58, 0x2a, 0x56, 0x6e, 0x53, 0xf2, 0x44, 0xe7, 0xf8, 0x32, 0x7b, 0x90, 0xdc, 0xe7, 0xc1, 0x91, 0x04, 0x75, 0xdc, 0x17, 0x51, 0xe8, 0x8f, 0x7b, 0xc9, 0x91, 0x28, 0x4a, 0x12, 0x59, 0xde, 0x8b, 0x9e, 0x60, 0x5a, 0x2c, 0x3d, 0x87, 0xdf, 0x87, 0x39, 0xd9, 0x11, 0x7a, 0x80, 0x03, 0x6f, 0xcb, 0x8c, 0x50, 0xfa, 0x28, 0x5a, 0xd9, 0x11, 0x1e, 0xa4, 0x51, 0xe8, 0xf3, 0xd5, 0x13, 0x1e, 0x46, 0xfc, 0x30, 0x02, 0xba, 0xc2, 0x18, 0x99, 0xe9, 0x76, 0x3d, 0xf8, 0xd4, 0x08, 0x94, 0xf6, 0xb8, 0x0f, 0xf4, 0x2f, 0x8d, 0xe5, 0x67, 0x08, 0x31, 0xf5, 0x83, 0xdf, 0x12, 0x80, 0xda, 0xca, 0xd3, 0x8e, 0x48, 0x80, 0x4e, 0x30, 0x97, 0x4c, 0xef, 0x27, 0xa1, 0x52, 0x23, 0x08, 0xa8, 0x83, 0xbd, 0xd3, 0x4b, 0xfa, 0x52, 0x0c, 0x71, 0x6d, 0xd1, 0x49, 0xa4, 0x6e, 0x84, 0x49, 0xa8, 0x8e, 0xcd, 0xd4, 0x20, 0x64, 0x2a, 0x6b, 0xa2, 0xfa, 0xf2, 0xf3, 0x0e, 0x71, 0x07, 0x30, 0xc4, 0x09, 0x61, 0x95, 0x5f, 0x21, 0xb4, 0x7a, 0x2e, 0xd5, 0x17, 0xb5, 0xeb, 0xe0, 0x04, 0xdb, 0x94, 0xe2, 0x6e, 0x98, 0x0c, 0xe9, 0x24, 0x6a, 0x1b, 0x00, 0x8f, 0x8c, 0xe6, 0x16, 0x69, 0x6c, 0x44, 0x23, 0x63, 0xa6, 0x6e, 0x8c, 0xe2, 0x01, 0xd9, 0x2e, 0x21, 0x09, 0xef, 0x3a, 0x85, 0x80, 0x4e, 0xb1, 0x19, 0xd2, 0xb4, 0x15, 0x8e, 0xb4, 0xc6, 0xf2, 0x47, 0xc9, 0xdc, 0xb9, 0x95, 0xcf, 0xa6, 0x49, 0x3d, 0x33, 0x4d, 0x89, 0xbb, 0x16, 0x26, 0x5c, 0x8e, 0xed, 0x18, 0xa1, 0x01, 0xb6, 0xd7, 0x46, 0x24, 0xb8, 0xce, 0x00, 0x58, 0x7e, 0xd1, 0x35, 0x3b, 0xd7, 0x08, 0xce, 0x90, 0xe6, 0x7e, 0x12, 0xc0, 0x51, 0x98, 0x40, 0x40, 0x27, 0x4c, 0x7b, 0xdb, 0xc6, 0x28, 0xfb, 0x2c, 0xc0, 0x0c, 0xa2, 0x33, 0x15, 0x0c, 0xb0, 0x47, 0x6f, 0x73, 0x55, 0x81, 0x8e, 0xf0, 0x8a, 0xba, 0xe6, 0x8b, 0xee, 0xb0, 0x2a, 0x3e, 0xc4, 0xba, 0x1d, 0x1c, 0x8b, 0xbb, 0x25, 0xa6, 0xe8, 0x31, 0x5a, 0xda, 0x04, 0x3d, 0x18, 0x2b, 0x0d, 0x71, 0x47, 0x24, 0x47, 0xe1, 0x50, 0xd1, 0x10, 0x2d, 0x6d, 0x09, 0x1e, 0x54, 0xc4, 0x9f, 0xc5, 0x22, 0xf1, 0x20, 0x02, 0xae, 0xaa, 0x5a, 0xef, 0x98, 0x01, 0x67, 0x5c, 0x5d, 0x8d, 0x42, 0xae, 0x68, 0x84, 0xa1, 0xa0, 0x97, 0xf6, 0x18, 0xe3, 0xa5, 0xae, 0x46, 0x1a, 0xa4, 0x3d, 0x27, 0xec, 0x0a, 0x99, 0xb3, 0xfc, 0x7d, 0x2e, 0x75, 0x68, 0x94, 0xbc, 0xe4, 0x98, 0xf2, 0x91, 0x22, 0x2d, 0xb1, 0x97, 0x71, 0x9f, 0xb8, 0xb7, 0xb9, 0x2a, 0xa1, 0x9f, 0x3b, 0xec, 0x1a, 0xb9, 0x9c, 0x87, 0x56, 0xe2, 0xbf, 0x70, 0xd8, 0x3c, 0x99, 0xc5, 0xd0, 0x0a, 0x4c, 0xd1, 0x5f, 0x1a, 0x10, 0x83, 0xa8, 0x80, 0xbf, 0x32, 0x1a, 0xb2, 0x28, 0x2a, 0xf8, 0xaf, 0x8d, 0x31, 0xd4, 0x90, 0x15, 0x91, 0xa2, 0xaf, 0x3a, 0xe8, 0x69, 0x6e, 0x2c, 0x83, 0xe9, 0x6b, 0x86, 0x11, 0xb5, 0x16, 0x8c, 0xaf, 0x1b, 0xc6, 0x4c, 0x67, 0x81, 0xbe, 0x61, 0xd0, 0xdb, 0x3c, 0x09, 0xc4, 0xd1, 0x51, 0x81, 0xbe, 0xe9, 0xb0, 0x05, 0x32, 0x8f, 0xe2, 0x6b, 0x3c, 0xe2, 0x89, 0x5f, 0xf2, 0xbf, 0xe5, 0xb0, 0xab, 0x84, 0x9e, 0x33, 0xa7, 0xe8, 0x73, 0x93, 0x8c, 0xe6, 0xf9, 0x35, 0xcd, 0x43, 0xbf, 0x34, 0x69, 0x72, 0x95, 0x31, 0x5a, 0xec, 0xcb, 0x93, 0x6c, 0xd6, 0x26, 0xdd, 0x9e, 0xbf, 0x32, 0xc9, 0x5a, 0x64, 0xaa, 0x97, 0x28, 0x90, 0x9a, 0x7e, 0x0e, 0xeb, 0x7b, 0xca, 0x0e, 0x4b, 0xfa, 0x79, 0x6c, 0xa3, 0x4b, 0xa6, 0xbe, 0xe9, 0x0b, 0xb8, 0x88, 0x99, 0x07, 0x0a, 0x92, 0xa0, 0xd2, 0x3b, 0x8a, 0x7e, 0xc1, 0x48, 0xd8, 0x4d, 0x47, 0xff, 0x56, 0x33, 0xa9, 0xa9, 0xae, 0xbd, 0xbf, 0xd7, 0xd0, 0x85, 0x4d, 0xd0, 0x65, 0x3b, 0xd3, 0x7f, 0xd4, 0xd8, 0x0d, 0x72, 0x35, 0xc7, 0xcc, 0x12, 0x2a, 0x1a, 0xf9, 0x9f, 0x35, 0x76, 0x93, 0x5c, 0xc7, 0x89, 0x5c, 0xd4, 0x0d, 0x0a, 0x85, 0x4a, 0x87, 0xbe, 0xa2, 0xff, 0xaa, 0xb1, 0x7b, 0xc9, 0xb5, 0x4d, 0xd0, 0xc5, 0x7d, 0x54, 0x88, 0xff, 0xae, 0xb1, 0x19, 0x32, 0xed, 0xe1, 0x96, 0x82, 0x13, 0xa0, 0xaf, 0xd6, 0xf0, 0x52, 0xf3, 0x63, 0xe6, 0xce, 0x6b, 0x35, 0x4c, 0xf5, 0xd3, 0x5c, 0xfb, 0xc7, 0xdd, 0xb8, 0x73, 0xcc, 0x93, 0x04, 0x22, 0x45, 0x5f, 0xaf, 0x61, 0x42, 0x3d, 0x88, 0xc5, 0x09, 0x54, 0xe0, 0x37, 0x4c, 0xd0, 0x86, 0xf9, 0x63, 0x23, 0x90, 0xe3, 0x82, 0xf0, 0x66, 0x0d, 0xaf, 0xc6, 0xf2, 0x9f, 0xa5, 0xbc, 0x55, 0x63, 0xf7, 0x91, 0x05, 0x3b, 0x2c, 0xf2, 0x8b, 0x41, 0xe2, 0x10, 0x70, 0x92, 0xd2, 0xe7, 0xea, 0x85, 0xc6, 0x2e, 0x44, 0x9a, 0x17, 0x72, 0x9f, 0xa9, 0xa3, 0x5f, 0xd8, 0x5c, 0xe5, 0x00, 0x55, 0xf4, 0xf9, 0x3a, 0xde, 0xe8, 0x26, 0xe8, 0x6c, 0x86, 0x2a, 0xfa, 0x59, 0x83, 0x64, 0x9a, 0x8d, 0xca, 0xdf, 0xd4, 0xd9, 0x1c, 0x21, 0xb6, 0x27, 0x0d, 0xf0, 0xdb, 0x5c, 0x15, 0x7e, 0xa6, 0x9c, 0x80, 0x34, 0x33, 0x9c, 0xfe, 0xae, 0x30, 0x50, 0x99, 0x7c, 0xf4, 0xf7, 0x75, 0x4c, 0xd9, 0x5e, 0x18, 0xc3, 0x5e, 0xe8, 0xdf, 0xa1, 0x5f, 0x6b, 0x62, 0xca, 0x4c, 0x44, 0x3b, 0x22, 0x00, 0x7b, 0xc3, 0x5f, 0x6f, 0x62, 0xc1, 0x60, 0x1d, 0xda, 0x82, 0xf9, 0x86, 0x39, 0x67, 0xd3, 0xbb, 0xd7, 0xa5, 0xdf, 0xc4, 0xcf, 0x25, 0x92, 0x9d, 0xf7, 0x06, 0xbb, 0xf4, 0x5b, 0x4d, 0x34, 0xb5, 0x1a, 0x45, 0xc2, 0xe7, 0xba, 0xe8, 0x86, 0x6f, 0x37, 0xb1, 0x9d, 0x2a, 0xd6, 0xb3, 0x5b, 0x7b, 0xb1, 0x89, 0xb9, 0xcf, 0x70, 0x53, 0x6c, 0x5d, 0x1c, 0x8a, 0xdf, 0x31, 0x5a, 0xf1, 0xf1, 0x86, 0x9e, 0xec, 0x69, 0xfa, 0x5d, 0xc3, 0x77, 0xfe, 0x0b, 0x80, 0xfe, 0xa1, 0x95, 0xd5, 0x57, 0x05, 0x7b, 0xa5, 0x65, 0xfb, 0xe3, 0xec, 0xca, 0xa7, 0x7f, 0x34, 0xf0, 0xf9, 0xcf, 0x04, 0xfa, 0xa7, 0x16, 0x3a, 0x56, 0xdd, 0xf4, 0xf8, 0xbd, 0xab, 0xe8, 0x9f, 0x5b, 0xe8, 0x41, 0xb9, 0xd3, 0xe9, 0xf7, 0x5d, 0x4c, 0x56, 0xbe, 0xcd, 0xe9, 0x0f, 0x5c, 0x0c, 0xf3, 0xdc, 0x1e, 0xa7, 0x3f, 0x74, 0xcd, 0x75, 0x14, 0x1b, 0x9c, 0xfe, 0xa8, 0x02, 0x20, 0x17, 0xfd, 0xb1, 0x6b, 0x26, 0xd0, 0x99, 0xad, 0x4d, 0x7f, 0xe2, 0xa2, 0x6f, 0xe7, 0xf7, 0x35, 0xfd, 0xa9, 0x6b, 0xaf, 0xbb, 0xd8, 0xd4, 0xf4, 0x67, 0x2e, 0x76, 0xc0, 0xc5, 0x3b, 0x9a, 0xbe, 0x64, 0x6c, 0x95, 0xdb, 0x99, 0xbe, 0xec, 0x2e, 0xb7, 0x49, 0xa3, 0xab, 0x22, 0xb3, 0x37, 0x1a, 0xa4, 0xd6, 0x55, 0x11, 0x9d, 0xc0, 0x31, 0xbb, 0x26, 0x44, 0xb4, 0x7e, 0x9a, 0xca, 0xa7, 0x3e, 0x40, 0x9d, 0xe5, 0x35, 0x32, 0xd7, 0x11, 0x71, 0xca, 0x8b, 0x76, 0x33, 0xab, 0xc2, 0xee, 0x18, 0x08, 0x6c, 0xa9, 0x4c, 0xe0, 0xac, 0x5e, 0x3f, 0x05, 0x7f, 0x64, 0x36, 0x9a, 0x83, 0x47, 0x14, 0xc2, 0x24, 0x07, 0x74, 0x72, 0xf9, 0x19, 0x42, 0x3b, 0x22, 0x51, 0xa1, 0xd2, 0x90, 0xf8, 0xe3, 0x2d, 0x38, 0x81, 0xc8, 0xec, 0x4d, 0x2d, 0x45, 0x32, 0xa4, 0x13, 0xe6, 0x49, 0x00, 0xe6, 0xd3, 0xde, 0x6e, 0xd7, 0x35, 0xfc, 0xac, 0x33, 0xdf, 0xfd, 0xb3, 0x84, 0xac, 0x9f, 0x40, 0xa2, 0x47, 0x3c, 0x8a, 0xc6, 0xb4, 0x86, 0xe7, 0xce, 0x48, 0x69, 0x11, 0x87, 0x9f, 0x36, 0xfb, 0xfb, 0xab, 0x0e, 0x69, 0xd9, 0x55, 0x5a, 0xb8, 0x66, 0x8f, 0x7d, 0x48, 0x82, 0xd0, 0x28, 0xc7, 0xcf, 0x56, 0x03, 0x65, 0x4b, 0xdf, 0x29, 0x99, 0x06, 0x9a, 0x4b, 0x9d, 0xbf, 0x2f, 0x2c, 0xd4, 0x15, 0x77, 0x93, 0x48, 0xf0, 0xc0, 0xec, 0xf3, 0x42, 0xb4, 0xcf, 0xa5, 0x32, 0x4b, 0x1d, 0xbf, 0xea, 0x33, 0xfd, 0xd2, 0xc4, 0x13, 0xd0, 0x4b, 0x25, 0x58, 0xc6, 0x3c, 0x85, 0xcb, 0xd3, 0x82, 0xa6, 0xd8, 0xf3, 0x4a, 0x27, 0xcb, 0xf7, 0x13, 0xb7, 0xfa, 0x62, 0x33, 0x11, 0x95, 0x6b, 0x70, 0x62, 0xf9, 0x15, 0x07, 0x17, 0xcb, 0xf9, 0x27, 0x17, 0xad, 0xbc, 0x10, 0x57, 0xa3, 0xc8, 0xbe, 0x9c, 0x0a, 0xc4, 0x16, 0xa2, 0x8d, 0xac, 0x00, 0xb1, 0x18, 0x29, 0x0e, 0xf9, 0xd9, 0x8a, 0xa4, 0x06, 0x49, 0x6b, 0x67, 0xd8, 0x3c, 0xe0, 0x18, 0x58, 0x15, 0xc2, 0x7e, 0xb6, 0xef, 0xa5, 0x0a, 0x97, 0x59, 0x4b, 0x74, 0xea, 0x0c, 0x9a, 0x15, 0x06, 0x6d, 0x9c, 0xf1, 0x26, 0xdb, 0x17, 0xd3, 0x67, 0xc0, 0x6c, 0x6f, 0x34, 0x3f, 0x22, 0xc8, 0xe5, 0xe2, 0x29, 0x7a, 0x00, 0xa7, 0xfa, 0x40, 0x1c, 0x3e, 0xcb, 0x1e, 0x58, 0xb1, 0x7f, 0x25, 0xad, 0xe4, 0x7f, 0x25, 0xad, 0x6c, 0x83, 0x52, 0x7c, 0x08, 0xbb, 0xa9, 0x59, 0xac, 0x0b, 0x7f, 0x6d, 0x98, 0xb7, 0xf6, 0xc5, 0x2f, 0xe0, 0xea, 0xdb, 0xd9, 0x9b, 0x4b, 0x2b, 0xa7, 0xdd, 0xc3, 0x67, 0xd7, 0x9e, 0x26, 0xb3, 0xa1, 0xc8, 0xe5, 0x86, 0x32, 0xf5, 0xd7, 0x5a, 0x1d, 0x23, 0xd7, 0x47, 0x1d, 0x7d, 0xe7, 0xe3, 0x8f, 0x0f, 0x43, 0x7d, 0x3c, 0x3a, 0x44, 0x6d, 0xb7, 0x2c, 0xdb, 0xa3, 0xa1, 0xc8, 0x7e, 0xdd, 0x0a, 0x13, 0x8d, 0x4d, 0x1f, 0xd9, 0x3f, 0xb9, 0x6e, 0x59, 0x8b, 0xe9, 0xe1, 0x17, 0x1d, 0xe7, 0x70, 0xca, 0x40, 0x8f, 0xff, 0x27, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x59, 0x97, 0x8f, 0x2a, 0x13, 0x00, 0x00, }