mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
18df2ba6fd
Support Database(#23742) Fix db nonexists error for FlushAll (#24222) Fix check collection limits fails (#24235) backward compatibility with empty DB name (#24317) Fix GetFlushAllState with DB (#24347) Remove db from global meta cache after drop database (#24474) Fix db name is empty for describe collection response (#24603) Add RBAC for Database API (#24653) Fix miss load the same name collection during recover stage (#24941) RBAC supports Database validation (#23609) Fix to list grant with db return empty (#23922) Optimize PrivilegeAll permission check (#23972) Add the default db value for the rbac request (#24307) Signed-off-by: jaime <yun.zhang@zilliz.com> Co-authored-by: SimFG <bang.fu@zilliz.com> Co-authored-by: longjiquan <jiquan.long@zilliz.com>
979 lines
34 KiB
Go
979 lines
34 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: etcd_meta.proto
|
|
|
|
package etcdpb
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
commonpb "github.com/milvus-io/milvus-proto/go-api/v2/commonpb"
|
|
schemapb "github.com/milvus-io/milvus-proto/go-api/v2/schemapb"
|
|
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 DatabaseState int32
|
|
|
|
const (
|
|
DatabaseState_DatabaseUnknown DatabaseState = 0
|
|
DatabaseState_DatabaseCreated DatabaseState = 1
|
|
DatabaseState_DatabaseCreating DatabaseState = 2
|
|
DatabaseState_DatabaseDropping DatabaseState = 3
|
|
DatabaseState_DatabaseDropped DatabaseState = 4
|
|
)
|
|
|
|
var DatabaseState_name = map[int32]string{
|
|
0: "DatabaseUnknown",
|
|
1: "DatabaseCreated",
|
|
2: "DatabaseCreating",
|
|
3: "DatabaseDropping",
|
|
4: "DatabaseDropped",
|
|
}
|
|
|
|
var DatabaseState_value = map[string]int32{
|
|
"DatabaseUnknown": 0,
|
|
"DatabaseCreated": 1,
|
|
"DatabaseCreating": 2,
|
|
"DatabaseDropping": 3,
|
|
"DatabaseDropped": 4,
|
|
}
|
|
|
|
func (x DatabaseState) String() string {
|
|
return proto.EnumName(DatabaseState_name, int32(x))
|
|
}
|
|
|
|
func (DatabaseState) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{0}
|
|
}
|
|
|
|
type CollectionState int32
|
|
|
|
const (
|
|
CollectionState_CollectionCreated CollectionState = 0
|
|
CollectionState_CollectionCreating CollectionState = 1
|
|
CollectionState_CollectionDropping CollectionState = 2
|
|
CollectionState_CollectionDropped CollectionState = 3
|
|
)
|
|
|
|
var CollectionState_name = map[int32]string{
|
|
0: "CollectionCreated",
|
|
1: "CollectionCreating",
|
|
2: "CollectionDropping",
|
|
3: "CollectionDropped",
|
|
}
|
|
|
|
var CollectionState_value = map[string]int32{
|
|
"CollectionCreated": 0,
|
|
"CollectionCreating": 1,
|
|
"CollectionDropping": 2,
|
|
"CollectionDropped": 3,
|
|
}
|
|
|
|
func (x CollectionState) String() string {
|
|
return proto.EnumName(CollectionState_name, int32(x))
|
|
}
|
|
|
|
func (CollectionState) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{1}
|
|
}
|
|
|
|
type PartitionState int32
|
|
|
|
const (
|
|
PartitionState_PartitionCreated PartitionState = 0
|
|
PartitionState_PartitionCreating PartitionState = 1
|
|
PartitionState_PartitionDropping PartitionState = 2
|
|
PartitionState_PartitionDropped PartitionState = 3
|
|
)
|
|
|
|
var PartitionState_name = map[int32]string{
|
|
0: "PartitionCreated",
|
|
1: "PartitionCreating",
|
|
2: "PartitionDropping",
|
|
3: "PartitionDropped",
|
|
}
|
|
|
|
var PartitionState_value = map[string]int32{
|
|
"PartitionCreated": 0,
|
|
"PartitionCreating": 1,
|
|
"PartitionDropping": 2,
|
|
"PartitionDropped": 3,
|
|
}
|
|
|
|
func (x PartitionState) String() string {
|
|
return proto.EnumName(PartitionState_name, int32(x))
|
|
}
|
|
|
|
func (PartitionState) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{2}
|
|
}
|
|
|
|
type AliasState int32
|
|
|
|
const (
|
|
AliasState_AliasCreated AliasState = 0
|
|
AliasState_AliasCreating AliasState = 1
|
|
AliasState_AliasDropping AliasState = 2
|
|
AliasState_AliasDropped AliasState = 3
|
|
)
|
|
|
|
var AliasState_name = map[int32]string{
|
|
0: "AliasCreated",
|
|
1: "AliasCreating",
|
|
2: "AliasDropping",
|
|
3: "AliasDropped",
|
|
}
|
|
|
|
var AliasState_value = map[string]int32{
|
|
"AliasCreated": 0,
|
|
"AliasCreating": 1,
|
|
"AliasDropping": 2,
|
|
"AliasDropped": 3,
|
|
}
|
|
|
|
func (x AliasState) String() string {
|
|
return proto.EnumName(AliasState_name, int32(x))
|
|
}
|
|
|
|
func (AliasState) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{3}
|
|
}
|
|
|
|
type IndexInfo struct {
|
|
IndexName string `protobuf:"bytes,1,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"`
|
|
IndexID int64 `protobuf:"varint,2,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
|
IndexParams []*commonpb.KeyValuePair `protobuf:"bytes,3,rep,name=index_params,json=indexParams,proto3" json:"index_params,omitempty"`
|
|
Deleted bool `protobuf:"varint,4,opt,name=deleted,proto3" json:"deleted,omitempty"`
|
|
CreateTime uint64 `protobuf:"varint,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IndexInfo) Reset() { *m = IndexInfo{} }
|
|
func (m *IndexInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*IndexInfo) ProtoMessage() {}
|
|
func (*IndexInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{0}
|
|
}
|
|
|
|
func (m *IndexInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IndexInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *IndexInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IndexInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IndexInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IndexInfo.Merge(m, src)
|
|
}
|
|
func (m *IndexInfo) XXX_Size() int {
|
|
return xxx_messageInfo_IndexInfo.Size(m)
|
|
}
|
|
func (m *IndexInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IndexInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IndexInfo proto.InternalMessageInfo
|
|
|
|
func (m *IndexInfo) GetIndexName() string {
|
|
if m != nil {
|
|
return m.IndexName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IndexInfo) GetIndexID() int64 {
|
|
if m != nil {
|
|
return m.IndexID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IndexInfo) GetIndexParams() []*commonpb.KeyValuePair {
|
|
if m != nil {
|
|
return m.IndexParams
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IndexInfo) GetDeleted() bool {
|
|
if m != nil {
|
|
return m.Deleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *IndexInfo) GetCreateTime() uint64 {
|
|
if m != nil {
|
|
return m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FieldIndexInfo struct {
|
|
FiledID int64 `protobuf:"varint,1,opt,name=filedID,proto3" json:"filedID,omitempty"`
|
|
IndexID int64 `protobuf:"varint,2,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FieldIndexInfo) Reset() { *m = FieldIndexInfo{} }
|
|
func (m *FieldIndexInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*FieldIndexInfo) ProtoMessage() {}
|
|
func (*FieldIndexInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{1}
|
|
}
|
|
|
|
func (m *FieldIndexInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FieldIndexInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *FieldIndexInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FieldIndexInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *FieldIndexInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FieldIndexInfo.Merge(m, src)
|
|
}
|
|
func (m *FieldIndexInfo) XXX_Size() int {
|
|
return xxx_messageInfo_FieldIndexInfo.Size(m)
|
|
}
|
|
func (m *FieldIndexInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FieldIndexInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FieldIndexInfo proto.InternalMessageInfo
|
|
|
|
func (m *FieldIndexInfo) GetFiledID() int64 {
|
|
if m != nil {
|
|
return m.FiledID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FieldIndexInfo) GetIndexID() int64 {
|
|
if m != nil {
|
|
return m.IndexID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CollectionInfo struct {
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
Schema *schemapb.CollectionSchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
|
|
CreateTime uint64 `protobuf:"varint,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
// deprecate
|
|
PartitionIDs []int64 `protobuf:"varint,4,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
|
|
// deprecate
|
|
PartitionNames []string `protobuf:"bytes,5,rep,name=partitionNames,proto3" json:"partitionNames,omitempty"`
|
|
// deprecate
|
|
FieldIndexes []*FieldIndexInfo `protobuf:"bytes,6,rep,name=field_indexes,json=fieldIndexes,proto3" json:"field_indexes,omitempty"`
|
|
VirtualChannelNames []string `protobuf:"bytes,7,rep,name=virtual_channel_names,json=virtualChannelNames,proto3" json:"virtual_channel_names,omitempty"`
|
|
PhysicalChannelNames []string `protobuf:"bytes,8,rep,name=physical_channel_names,json=physicalChannelNames,proto3" json:"physical_channel_names,omitempty"`
|
|
// deprecate
|
|
PartitionCreatedTimestamps []uint64 `protobuf:"varint,9,rep,packed,name=partition_created_timestamps,json=partitionCreatedTimestamps,proto3" json:"partition_created_timestamps,omitempty"`
|
|
ShardsNum int32 `protobuf:"varint,10,opt,name=shards_num,json=shardsNum,proto3" json:"shards_num,omitempty"`
|
|
StartPositions []*commonpb.KeyDataPair `protobuf:"bytes,11,rep,name=start_positions,json=startPositions,proto3" json:"start_positions,omitempty"`
|
|
ConsistencyLevel commonpb.ConsistencyLevel `protobuf:"varint,12,opt,name=consistency_level,json=consistencyLevel,proto3,enum=milvus.proto.common.ConsistencyLevel" json:"consistency_level,omitempty"`
|
|
State CollectionState `protobuf:"varint,13,opt,name=state,proto3,enum=milvus.proto.etcd.CollectionState" json:"state,omitempty"`
|
|
Properties []*commonpb.KeyValuePair `protobuf:"bytes,14,rep,name=properties,proto3" json:"properties,omitempty"`
|
|
DbId int64 `protobuf:"varint,15,opt,name=db_id,json=dbId,proto3" json:"db_id,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *CollectionInfo) Reset() { *m = CollectionInfo{} }
|
|
func (m *CollectionInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*CollectionInfo) ProtoMessage() {}
|
|
func (*CollectionInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{2}
|
|
}
|
|
|
|
func (m *CollectionInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_CollectionInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *CollectionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_CollectionInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *CollectionInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_CollectionInfo.Merge(m, src)
|
|
}
|
|
func (m *CollectionInfo) XXX_Size() int {
|
|
return xxx_messageInfo_CollectionInfo.Size(m)
|
|
}
|
|
func (m *CollectionInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_CollectionInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_CollectionInfo proto.InternalMessageInfo
|
|
|
|
func (m *CollectionInfo) GetID() int64 {
|
|
if m != nil {
|
|
return m.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CollectionInfo) GetSchema() *schemapb.CollectionSchema {
|
|
if m != nil {
|
|
return m.Schema
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetCreateTime() uint64 {
|
|
if m != nil {
|
|
return m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CollectionInfo) GetPartitionIDs() []int64 {
|
|
if m != nil {
|
|
return m.PartitionIDs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetPartitionNames() []string {
|
|
if m != nil {
|
|
return m.PartitionNames
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetFieldIndexes() []*FieldIndexInfo {
|
|
if m != nil {
|
|
return m.FieldIndexes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetVirtualChannelNames() []string {
|
|
if m != nil {
|
|
return m.VirtualChannelNames
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetPhysicalChannelNames() []string {
|
|
if m != nil {
|
|
return m.PhysicalChannelNames
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetPartitionCreatedTimestamps() []uint64 {
|
|
if m != nil {
|
|
return m.PartitionCreatedTimestamps
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetShardsNum() int32 {
|
|
if m != nil {
|
|
return m.ShardsNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CollectionInfo) GetStartPositions() []*commonpb.KeyDataPair {
|
|
if m != nil {
|
|
return m.StartPositions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetConsistencyLevel() commonpb.ConsistencyLevel {
|
|
if m != nil {
|
|
return m.ConsistencyLevel
|
|
}
|
|
return commonpb.ConsistencyLevel_Strong
|
|
}
|
|
|
|
func (m *CollectionInfo) GetState() CollectionState {
|
|
if m != nil {
|
|
return m.State
|
|
}
|
|
return CollectionState_CollectionCreated
|
|
}
|
|
|
|
func (m *CollectionInfo) GetProperties() []*commonpb.KeyValuePair {
|
|
if m != nil {
|
|
return m.Properties
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionInfo) GetDbId() int64 {
|
|
if m != nil {
|
|
return m.DbId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PartitionInfo struct {
|
|
PartitionID int64 `protobuf:"varint,1,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
|
|
PartitionName string `protobuf:"bytes,2,opt,name=partitionName,proto3" json:"partitionName,omitempty"`
|
|
PartitionCreatedTimestamp uint64 `protobuf:"varint,3,opt,name=partition_created_timestamp,json=partitionCreatedTimestamp,proto3" json:"partition_created_timestamp,omitempty"`
|
|
CollectionId int64 `protobuf:"varint,4,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
|
|
State PartitionState `protobuf:"varint,5,opt,name=state,proto3,enum=milvus.proto.etcd.PartitionState" json:"state,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *PartitionInfo) Reset() { *m = PartitionInfo{} }
|
|
func (m *PartitionInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*PartitionInfo) ProtoMessage() {}
|
|
func (*PartitionInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{3}
|
|
}
|
|
|
|
func (m *PartitionInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_PartitionInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *PartitionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_PartitionInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *PartitionInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_PartitionInfo.Merge(m, src)
|
|
}
|
|
func (m *PartitionInfo) XXX_Size() int {
|
|
return xxx_messageInfo_PartitionInfo.Size(m)
|
|
}
|
|
func (m *PartitionInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_PartitionInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_PartitionInfo proto.InternalMessageInfo
|
|
|
|
func (m *PartitionInfo) GetPartitionID() int64 {
|
|
if m != nil {
|
|
return m.PartitionID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *PartitionInfo) GetPartitionName() string {
|
|
if m != nil {
|
|
return m.PartitionName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *PartitionInfo) GetPartitionCreatedTimestamp() uint64 {
|
|
if m != nil {
|
|
return m.PartitionCreatedTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *PartitionInfo) GetCollectionId() int64 {
|
|
if m != nil {
|
|
return m.CollectionId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *PartitionInfo) GetState() PartitionState {
|
|
if m != nil {
|
|
return m.State
|
|
}
|
|
return PartitionState_PartitionCreated
|
|
}
|
|
|
|
type AliasInfo struct {
|
|
AliasName string `protobuf:"bytes,1,opt,name=alias_name,json=aliasName,proto3" json:"alias_name,omitempty"`
|
|
CollectionId int64 `protobuf:"varint,2,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
|
|
CreatedTime uint64 `protobuf:"varint,3,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
|
|
State AliasState `protobuf:"varint,4,opt,name=state,proto3,enum=milvus.proto.etcd.AliasState" json:"state,omitempty"`
|
|
DbId int64 `protobuf:"varint,5,opt,name=db_id,json=dbId,proto3" json:"db_id,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *AliasInfo) Reset() { *m = AliasInfo{} }
|
|
func (m *AliasInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*AliasInfo) ProtoMessage() {}
|
|
func (*AliasInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{4}
|
|
}
|
|
|
|
func (m *AliasInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_AliasInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *AliasInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_AliasInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *AliasInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_AliasInfo.Merge(m, src)
|
|
}
|
|
func (m *AliasInfo) XXX_Size() int {
|
|
return xxx_messageInfo_AliasInfo.Size(m)
|
|
}
|
|
func (m *AliasInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_AliasInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_AliasInfo proto.InternalMessageInfo
|
|
|
|
func (m *AliasInfo) GetAliasName() string {
|
|
if m != nil {
|
|
return m.AliasName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *AliasInfo) GetCollectionId() int64 {
|
|
if m != nil {
|
|
return m.CollectionId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *AliasInfo) GetCreatedTime() uint64 {
|
|
if m != nil {
|
|
return m.CreatedTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *AliasInfo) GetState() AliasState {
|
|
if m != nil {
|
|
return m.State
|
|
}
|
|
return AliasState_AliasCreated
|
|
}
|
|
|
|
func (m *AliasInfo) GetDbId() int64 {
|
|
if m != nil {
|
|
return m.DbId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type DatabaseInfo struct {
|
|
TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
State DatabaseState `protobuf:"varint,4,opt,name=state,proto3,enum=milvus.proto.etcd.DatabaseState" json:"state,omitempty"`
|
|
CreatedTime uint64 `protobuf:"varint,5,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DatabaseInfo) Reset() { *m = DatabaseInfo{} }
|
|
func (m *DatabaseInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*DatabaseInfo) ProtoMessage() {}
|
|
func (*DatabaseInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{5}
|
|
}
|
|
|
|
func (m *DatabaseInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DatabaseInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *DatabaseInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DatabaseInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DatabaseInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DatabaseInfo.Merge(m, src)
|
|
}
|
|
func (m *DatabaseInfo) XXX_Size() int {
|
|
return xxx_messageInfo_DatabaseInfo.Size(m)
|
|
}
|
|
func (m *DatabaseInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DatabaseInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DatabaseInfo proto.InternalMessageInfo
|
|
|
|
func (m *DatabaseInfo) GetTenantId() string {
|
|
if m != nil {
|
|
return m.TenantId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *DatabaseInfo) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *DatabaseInfo) GetId() int64 {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DatabaseInfo) GetState() DatabaseState {
|
|
if m != nil {
|
|
return m.State
|
|
}
|
|
return DatabaseState_DatabaseUnknown
|
|
}
|
|
|
|
func (m *DatabaseInfo) GetCreatedTime() uint64 {
|
|
if m != nil {
|
|
return m.CreatedTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SegmentIndexInfo struct {
|
|
CollectionID int64 `protobuf:"varint,1,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
|
|
PartitionID int64 `protobuf:"varint,2,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
|
|
SegmentID int64 `protobuf:"varint,3,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
|
|
FieldID int64 `protobuf:"varint,4,opt,name=fieldID,proto3" json:"fieldID,omitempty"`
|
|
IndexID int64 `protobuf:"varint,5,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
|
BuildID int64 `protobuf:"varint,6,opt,name=buildID,proto3" json:"buildID,omitempty"`
|
|
EnableIndex bool `protobuf:"varint,7,opt,name=enable_index,json=enableIndex,proto3" json:"enable_index,omitempty"`
|
|
CreateTime uint64 `protobuf:"varint,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) Reset() { *m = SegmentIndexInfo{} }
|
|
func (m *SegmentIndexInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*SegmentIndexInfo) ProtoMessage() {}
|
|
func (*SegmentIndexInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{6}
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SegmentIndexInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *SegmentIndexInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SegmentIndexInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SegmentIndexInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SegmentIndexInfo.Merge(m, src)
|
|
}
|
|
func (m *SegmentIndexInfo) XXX_Size() int {
|
|
return xxx_messageInfo_SegmentIndexInfo.Size(m)
|
|
}
|
|
func (m *SegmentIndexInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SegmentIndexInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SegmentIndexInfo proto.InternalMessageInfo
|
|
|
|
func (m *SegmentIndexInfo) GetCollectionID() int64 {
|
|
if m != nil {
|
|
return m.CollectionID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetPartitionID() int64 {
|
|
if m != nil {
|
|
return m.PartitionID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetSegmentID() int64 {
|
|
if m != nil {
|
|
return m.SegmentID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetFieldID() int64 {
|
|
if m != nil {
|
|
return m.FieldID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetIndexID() int64 {
|
|
if m != nil {
|
|
return m.IndexID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetBuildID() int64 {
|
|
if m != nil {
|
|
return m.BuildID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetEnableIndex() bool {
|
|
if m != nil {
|
|
return m.EnableIndex
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SegmentIndexInfo) GetCreateTime() uint64 {
|
|
if m != nil {
|
|
return m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// TODO move to proto files of interprocess communication
|
|
type CollectionMeta struct {
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
Schema *schemapb.CollectionSchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
|
|
CreateTime uint64 `protobuf:"varint,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
SegmentIDs []int64 `protobuf:"varint,4,rep,packed,name=segmentIDs,proto3" json:"segmentIDs,omitempty"`
|
|
PartitionTags []string `protobuf:"bytes,5,rep,name=partition_tags,json=partitionTags,proto3" json:"partition_tags,omitempty"`
|
|
PartitionIDs []int64 `protobuf:"varint,6,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *CollectionMeta) Reset() { *m = CollectionMeta{} }
|
|
func (m *CollectionMeta) String() string { return proto.CompactTextString(m) }
|
|
func (*CollectionMeta) ProtoMessage() {}
|
|
func (*CollectionMeta) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{7}
|
|
}
|
|
|
|
func (m *CollectionMeta) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_CollectionMeta.Unmarshal(m, b)
|
|
}
|
|
func (m *CollectionMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_CollectionMeta.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *CollectionMeta) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_CollectionMeta.Merge(m, src)
|
|
}
|
|
func (m *CollectionMeta) XXX_Size() int {
|
|
return xxx_messageInfo_CollectionMeta.Size(m)
|
|
}
|
|
func (m *CollectionMeta) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_CollectionMeta.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_CollectionMeta proto.InternalMessageInfo
|
|
|
|
func (m *CollectionMeta) GetID() int64 {
|
|
if m != nil {
|
|
return m.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CollectionMeta) GetSchema() *schemapb.CollectionSchema {
|
|
if m != nil {
|
|
return m.Schema
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionMeta) GetCreateTime() uint64 {
|
|
if m != nil {
|
|
return m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CollectionMeta) GetSegmentIDs() []int64 {
|
|
if m != nil {
|
|
return m.SegmentIDs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionMeta) GetPartitionTags() []string {
|
|
if m != nil {
|
|
return m.PartitionTags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CollectionMeta) GetPartitionIDs() []int64 {
|
|
if m != nil {
|
|
return m.PartitionIDs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CredentialInfo struct {
|
|
Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
|
|
// encrypted by bcrypt (for higher security level)
|
|
EncryptedPassword string `protobuf:"bytes,2,opt,name=encrypted_password,json=encryptedPassword,proto3" json:"encrypted_password,omitempty"`
|
|
Tenant string `protobuf:"bytes,3,opt,name=tenant,proto3" json:"tenant,omitempty"`
|
|
IsSuper bool `protobuf:"varint,4,opt,name=is_super,json=isSuper,proto3" json:"is_super,omitempty"`
|
|
// encrypted by sha256 (for good performance in cache mapping)
|
|
Sha256Password string `protobuf:"bytes,5,opt,name=sha256_password,json=sha256Password,proto3" json:"sha256_password,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *CredentialInfo) Reset() { *m = CredentialInfo{} }
|
|
func (m *CredentialInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*CredentialInfo) ProtoMessage() {}
|
|
func (*CredentialInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_975d306d62b73e88, []int{8}
|
|
}
|
|
|
|
func (m *CredentialInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_CredentialInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *CredentialInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_CredentialInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *CredentialInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_CredentialInfo.Merge(m, src)
|
|
}
|
|
func (m *CredentialInfo) XXX_Size() int {
|
|
return xxx_messageInfo_CredentialInfo.Size(m)
|
|
}
|
|
func (m *CredentialInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_CredentialInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_CredentialInfo proto.InternalMessageInfo
|
|
|
|
func (m *CredentialInfo) GetUsername() string {
|
|
if m != nil {
|
|
return m.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CredentialInfo) GetEncryptedPassword() string {
|
|
if m != nil {
|
|
return m.EncryptedPassword
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CredentialInfo) GetTenant() string {
|
|
if m != nil {
|
|
return m.Tenant
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CredentialInfo) GetIsSuper() bool {
|
|
if m != nil {
|
|
return m.IsSuper
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *CredentialInfo) GetSha256Password() string {
|
|
if m != nil {
|
|
return m.Sha256Password
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterEnum("milvus.proto.etcd.DatabaseState", DatabaseState_name, DatabaseState_value)
|
|
proto.RegisterEnum("milvus.proto.etcd.CollectionState", CollectionState_name, CollectionState_value)
|
|
proto.RegisterEnum("milvus.proto.etcd.PartitionState", PartitionState_name, PartitionState_value)
|
|
proto.RegisterEnum("milvus.proto.etcd.AliasState", AliasState_name, AliasState_value)
|
|
proto.RegisterType((*IndexInfo)(nil), "milvus.proto.etcd.IndexInfo")
|
|
proto.RegisterType((*FieldIndexInfo)(nil), "milvus.proto.etcd.FieldIndexInfo")
|
|
proto.RegisterType((*CollectionInfo)(nil), "milvus.proto.etcd.CollectionInfo")
|
|
proto.RegisterType((*PartitionInfo)(nil), "milvus.proto.etcd.PartitionInfo")
|
|
proto.RegisterType((*AliasInfo)(nil), "milvus.proto.etcd.AliasInfo")
|
|
proto.RegisterType((*DatabaseInfo)(nil), "milvus.proto.etcd.DatabaseInfo")
|
|
proto.RegisterType((*SegmentIndexInfo)(nil), "milvus.proto.etcd.SegmentIndexInfo")
|
|
proto.RegisterType((*CollectionMeta)(nil), "milvus.proto.etcd.CollectionMeta")
|
|
proto.RegisterType((*CredentialInfo)(nil), "milvus.proto.etcd.CredentialInfo")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("etcd_meta.proto", fileDescriptor_975d306d62b73e88) }
|
|
|
|
var fileDescriptor_975d306d62b73e88 = []byte{
|
|
// 1139 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xcd, 0x72, 0xe3, 0x44,
|
|
0x10, 0x5e, 0x59, 0xb6, 0x63, 0xb5, 0x7f, 0x33, 0xfb, 0x53, 0xda, 0xec, 0x2e, 0x68, 0x0d, 0x0b,
|
|
0xae, 0x54, 0x6d, 0x52, 0x24, 0xb0, 0x70, 0x81, 0x62, 0x89, 0x6b, 0xab, 0x5c, 0xc0, 0x96, 0x4b,
|
|
0x09, 0x7b, 0xe0, 0xa2, 0x1a, 0x4b, 0x93, 0x78, 0x40, 0x1a, 0xa9, 0x34, 0xe3, 0x2c, 0xe1, 0x09,
|
|
0x38, 0xf2, 0x1c, 0xbc, 0x00, 0x17, 0xae, 0x3c, 0x0d, 0x67, 0xee, 0xd4, 0xcc, 0xe8, 0xdf, 0x0e,
|
|
0xc5, 0x89, 0x9b, 0xfb, 0xd3, 0x74, 0x4f, 0x7f, 0xdd, 0xdf, 0x74, 0x1b, 0xc6, 0x44, 0xf8, 0x81,
|
|
0x17, 0x11, 0x81, 0x8f, 0x92, 0x34, 0x16, 0x31, 0xda, 0x8f, 0x68, 0x78, 0xbd, 0xe1, 0xda, 0x3a,
|
|
0x92, 0x5f, 0x0f, 0x06, 0x7e, 0x1c, 0x45, 0x31, 0xd3, 0xd0, 0xc1, 0x80, 0xfb, 0x6b, 0x12, 0x65,
|
|
0xc7, 0xa7, 0x7f, 0x1a, 0x60, 0x2d, 0x58, 0x40, 0x7e, 0x5a, 0xb0, 0xcb, 0x18, 0x3d, 0x01, 0xa0,
|
|
0xd2, 0xf0, 0x18, 0x8e, 0x88, 0x6d, 0x38, 0xc6, 0xcc, 0x72, 0x2d, 0x85, 0xbc, 0xc6, 0x11, 0x41,
|
|
0x36, 0xec, 0x29, 0x63, 0x31, 0xb7, 0x5b, 0x8e, 0x31, 0x33, 0xdd, 0xdc, 0x44, 0x73, 0x18, 0x68,
|
|
0xc7, 0x04, 0xa7, 0x38, 0xe2, 0xb6, 0xe9, 0x98, 0xb3, 0xfe, 0xc9, 0xd3, 0xa3, 0x5a, 0x32, 0x59,
|
|
0x1a, 0x5f, 0x93, 0x9b, 0x37, 0x38, 0xdc, 0x90, 0x25, 0xa6, 0xa9, 0xdb, 0x57, 0x6e, 0x4b, 0xe5,
|
|
0x25, 0xe3, 0x07, 0x24, 0x24, 0x82, 0x04, 0x76, 0xdb, 0x31, 0x66, 0x3d, 0x37, 0x37, 0xd1, 0xbb,
|
|
0xd0, 0xf7, 0x53, 0x82, 0x05, 0xf1, 0x04, 0x8d, 0x88, 0xdd, 0x71, 0x8c, 0x59, 0xdb, 0x05, 0x0d,
|
|
0x5d, 0xd0, 0x88, 0x4c, 0xe7, 0x30, 0x7a, 0x45, 0x49, 0x18, 0x94, 0x5c, 0x6c, 0xd8, 0xbb, 0xa4,
|
|
0x21, 0x09, 0x16, 0x73, 0x45, 0xc4, 0x74, 0x73, 0xf3, 0x76, 0x1a, 0xd3, 0x5f, 0xbb, 0x30, 0x3a,
|
|
0x8b, 0xc3, 0x90, 0xf8, 0x82, 0xc6, 0x4c, 0x85, 0x19, 0x41, 0xab, 0x88, 0xd0, 0x5a, 0xcc, 0xd1,
|
|
0xe7, 0xd0, 0xd5, 0x05, 0x54, 0xbe, 0xfd, 0x93, 0x67, 0x75, 0x8e, 0x59, 0x71, 0xcb, 0x20, 0xe7,
|
|
0x0a, 0x70, 0x33, 0xa7, 0x26, 0x11, 0xb3, 0x49, 0x04, 0x4d, 0x61, 0x90, 0xe0, 0x54, 0x50, 0x95,
|
|
0xc0, 0x9c, 0xdb, 0x6d, 0xc7, 0x9c, 0x99, 0x6e, 0x0d, 0x43, 0x1f, 0xc0, 0xa8, 0xb0, 0x65, 0x63,
|
|
0xb8, 0xdd, 0x71, 0xcc, 0x99, 0xe5, 0x36, 0x50, 0xf4, 0x0a, 0x86, 0x97, 0xb2, 0x28, 0x9e, 0xe2,
|
|
0x47, 0xb8, 0xdd, 0xdd, 0xd5, 0x16, 0xa9, 0x91, 0xa3, 0x7a, 0xf1, 0xdc, 0xc1, 0x65, 0x61, 0x13,
|
|
0x8e, 0x4e, 0xe0, 0xfe, 0x35, 0x4d, 0xc5, 0x06, 0x87, 0x9e, 0xbf, 0xc6, 0x8c, 0x91, 0x50, 0x09,
|
|
0x84, 0xdb, 0x7b, 0xea, 0xda, 0xbb, 0xd9, 0xc7, 0x33, 0xfd, 0x4d, 0xdf, 0xfd, 0x31, 0x3c, 0x48,
|
|
0xd6, 0x37, 0x9c, 0xfa, 0x5b, 0x4e, 0x3d, 0xe5, 0x74, 0x2f, 0xff, 0x5a, 0xf3, 0xfa, 0x12, 0x1e,
|
|
0x17, 0x1c, 0x3c, 0x5d, 0x95, 0x40, 0x55, 0x8a, 0x0b, 0x1c, 0x25, 0xdc, 0xb6, 0x1c, 0x73, 0xd6,
|
|
0x76, 0x0f, 0x8a, 0x33, 0x67, 0xfa, 0xc8, 0x45, 0x71, 0x42, 0x4a, 0x98, 0xaf, 0x71, 0x1a, 0x70,
|
|
0x8f, 0x6d, 0x22, 0x1b, 0x1c, 0x63, 0xd6, 0x71, 0x2d, 0x8d, 0xbc, 0xde, 0x44, 0x68, 0x01, 0x63,
|
|
0x2e, 0x70, 0x2a, 0xbc, 0x24, 0xe6, 0x2a, 0x02, 0xb7, 0xfb, 0xaa, 0x28, 0xce, 0x6d, 0x5a, 0x9d,
|
|
0x63, 0x81, 0x95, 0x54, 0x47, 0xca, 0x71, 0x99, 0xfb, 0x21, 0x17, 0xf6, 0xfd, 0x98, 0x71, 0xca,
|
|
0x05, 0x61, 0xfe, 0x8d, 0x17, 0x92, 0x6b, 0x12, 0xda, 0x03, 0xc7, 0x98, 0x8d, 0x9a, 0xa2, 0xc8,
|
|
0x82, 0x9d, 0x95, 0xa7, 0xbf, 0x91, 0x87, 0xdd, 0x89, 0xdf, 0x40, 0xd0, 0x67, 0xd0, 0xe1, 0x02,
|
|
0x0b, 0x62, 0x0f, 0x55, 0x9c, 0xe9, 0x8e, 0x4e, 0x55, 0xa4, 0x25, 0x4f, 0xba, 0xda, 0x01, 0xbd,
|
|
0x04, 0x48, 0xd2, 0x38, 0x21, 0xa9, 0xa0, 0x84, 0xdb, 0xa3, 0xff, 0xfa, 0xfe, 0x2a, 0x4e, 0xe8,
|
|
0x2e, 0x74, 0x82, 0x95, 0x47, 0x03, 0x7b, 0xac, 0xd4, 0xde, 0x0e, 0x56, 0x8b, 0x60, 0xfa, 0xb7,
|
|
0x01, 0xc3, 0x65, 0x21, 0x3e, 0xf9, 0x22, 0x1c, 0xe8, 0x57, 0xd4, 0x98, 0x3d, 0x8d, 0x2a, 0x84,
|
|
0xde, 0x87, 0x61, 0x4d, 0x89, 0xea, 0xa9, 0x58, 0x6e, 0x1d, 0x44, 0x5f, 0xc0, 0xa3, 0x7f, 0xe9,
|
|
0x75, 0xf6, 0x34, 0x1e, 0xde, 0xda, 0x6a, 0xf4, 0x1e, 0x0c, 0xfd, 0xa2, 0x16, 0x32, 0xed, 0xb6,
|
|
0xca, 0x64, 0x50, 0x82, 0x8b, 0x00, 0x7d, 0x9a, 0x17, 0xb4, 0xa3, 0x0a, 0xba, 0x4b, 0xfa, 0x05,
|
|
0xbb, 0x6a, 0x3d, 0xa7, 0x7f, 0x18, 0x60, 0xbd, 0x0c, 0x29, 0xe6, 0xf9, 0x60, 0xc4, 0xd2, 0xa8,
|
|
0x0d, 0x46, 0x85, 0x28, 0x2a, 0x5b, 0xa9, 0xb4, 0x76, 0xa4, 0xf2, 0x14, 0x06, 0x55, 0x96, 0x19,
|
|
0xc1, 0x6c, 0x1c, 0x28, 0x5e, 0xe8, 0x34, 0xcf, 0xb6, 0xad, 0xb2, 0x7d, 0xb2, 0x23, 0x5b, 0x95,
|
|
0x53, 0xad, 0xf3, 0x45, 0xdb, 0x3a, 0x95, 0xb6, 0xfd, 0x66, 0xc0, 0x40, 0x2a, 0x77, 0x85, 0x39,
|
|
0x51, 0x0c, 0x1e, 0x81, 0x25, 0x08, 0xc3, 0x4c, 0xc8, 0x93, 0x9a, 0x40, 0x4f, 0x03, 0x8b, 0x00,
|
|
0x21, 0x68, 0xb3, 0xb2, 0x4f, 0xea, 0xb7, 0x1c, 0x7c, 0x34, 0x50, 0x49, 0x9a, 0x6e, 0x8b, 0x06,
|
|
0xe8, 0x45, 0x3d, 0x37, 0x67, 0x47, 0x6e, 0xf9, 0x85, 0xb5, 0xf4, 0x9a, 0xb4, 0x3b, 0x5b, 0xb4,
|
|
0xa7, 0xbf, 0xb4, 0x60, 0x72, 0x4e, 0xae, 0x22, 0xc2, 0x44, 0x39, 0xbf, 0xa7, 0x50, 0x2d, 0x5f,
|
|
0xae, 0xb3, 0x1a, 0xd6, 0x94, 0x62, 0x6b, 0x5b, 0x8a, 0x8f, 0xc1, 0xe2, 0x59, 0xe4, 0x79, 0x46,
|
|
0xa6, 0x04, 0xf4, 0x8e, 0x90, 0x83, 0x6e, 0x9e, 0x89, 0x27, 0x37, 0xab, 0x3b, 0xa2, 0x53, 0x5f,
|
|
0x75, 0x36, 0xec, 0xad, 0x36, 0x54, 0xf9, 0x74, 0xf5, 0x97, 0xcc, 0x94, 0x4c, 0x09, 0xc3, 0xab,
|
|
0x90, 0xe8, 0x79, 0x6b, 0xef, 0xa9, 0x1d, 0xd6, 0xd7, 0x98, 0x22, 0xd6, 0x1c, 0xff, 0xbd, 0xad,
|
|
0x3d, 0xf6, 0x97, 0x51, 0xdd, 0x40, 0xdf, 0x12, 0x81, 0xff, 0xf7, 0x0d, 0xf4, 0x0e, 0x40, 0x51,
|
|
0xa1, 0x7c, 0xff, 0x54, 0x10, 0xf4, 0xac, 0xb2, 0x7d, 0x3c, 0x81, 0xaf, 0xf2, 0xed, 0x53, 0x3e,
|
|
0xef, 0x0b, 0x7c, 0xc5, 0xb7, 0x16, 0x59, 0x77, 0x7b, 0x91, 0x4d, 0x7f, 0x97, 0x6c, 0x53, 0x12,
|
|
0x10, 0x26, 0x28, 0x0e, 0x55, 0xdb, 0x0f, 0xa0, 0xb7, 0xe1, 0x24, 0xad, 0xbc, 0xb3, 0xc2, 0x46,
|
|
0xcf, 0x01, 0x11, 0xe6, 0xa7, 0x37, 0x89, 0x14, 0x53, 0x82, 0x39, 0x7f, 0x1b, 0xa7, 0x41, 0x26,
|
|
0xda, 0xfd, 0xe2, 0xcb, 0x32, 0xfb, 0x80, 0x1e, 0x40, 0x57, 0x2b, 0x5c, 0x91, 0xb4, 0xdc, 0xcc,
|
|
0x42, 0x0f, 0xa1, 0x47, 0xb9, 0xc7, 0x37, 0x09, 0x49, 0xf3, 0xff, 0x19, 0x94, 0x9f, 0x4b, 0x13,
|
|
0x7d, 0x08, 0x63, 0xbe, 0xc6, 0x27, 0x9f, 0xbc, 0x28, 0xc3, 0x77, 0x94, 0xef, 0x48, 0xc3, 0x79,
|
|
0xec, 0xc3, 0x9f, 0x61, 0x58, 0x53, 0x3b, 0xba, 0x0b, 0xe3, 0x1c, 0xf8, 0x8e, 0xfd, 0xc8, 0xe2,
|
|
0xb7, 0x6c, 0x72, 0xa7, 0x0a, 0x66, 0xe3, 0x6b, 0x62, 0xa0, 0x7b, 0x30, 0xa9, 0x81, 0x94, 0x5d,
|
|
0x4d, 0x5a, 0x55, 0x74, 0x9e, 0xc6, 0x49, 0x22, 0x51, 0xb3, 0x1a, 0x40, 0xa1, 0x24, 0x98, 0xb4,
|
|
0x0f, 0x63, 0x18, 0x37, 0x96, 0x00, 0xba, 0x0f, 0xfb, 0x25, 0x94, 0x5f, 0x75, 0x07, 0x3d, 0x00,
|
|
0xd4, 0x80, 0x65, 0x58, 0xa3, 0x8e, 0x17, 0xd7, 0xb5, 0xea, 0x61, 0xf2, 0x0b, 0xcd, 0xc3, 0x1f,
|
|
0x60, 0x54, 0x1f, 0x92, 0x32, 0xdb, 0x65, 0x63, 0x30, 0x4f, 0xee, 0x48, 0xf7, 0x3a, 0xaa, 0x6f,
|
|
0xab, 0xc2, 0x95, 0xcb, 0xaa, 0x31, 0xca, 0xbb, 0xde, 0x00, 0x94, 0x23, 0x0e, 0x4d, 0x60, 0xa0,
|
|
0xac, 0xf2, 0x8e, 0x7d, 0x18, 0x96, 0x88, 0x8e, 0x9f, 0x43, 0x95, 0xd8, 0xb9, 0x5f, 0x11, 0xf7,
|
|
0xab, 0xd3, 0xef, 0x3f, 0xba, 0xa2, 0x62, 0xbd, 0x59, 0xc9, 0x35, 0x78, 0xac, 0x5f, 0xcc, 0x73,
|
|
0x1a, 0x67, 0xbf, 0x8e, 0x29, 0x13, 0x52, 0x64, 0xe1, 0xb1, 0x7a, 0x44, 0xc7, 0x72, 0x9c, 0x25,
|
|
0xab, 0x55, 0x57, 0x59, 0xa7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xee, 0x8d, 0xf3, 0xf4, 0x66,
|
|
0x0b, 0x00, 0x00,
|
|
}
|