From 8697b23f8f38ec4e370bbb151e6ceecb51dfee94 Mon Sep 17 00:00:00 2001 From: Fabrizio Furano Date: Thu, 28 Mar 2024 10:08:44 +0100 Subject: [PATCH 1/2] Rebuild the eos grpc proto --- pkg/eosclient/eosgrpc/eos_grpc/Rpc.pb.go | 568 +++++++++++++---------- pkg/eosclient/eosgrpc/eos_grpc/Rpc.proto | 376 +++++++-------- 2 files changed, 507 insertions(+), 437 deletions(-) diff --git a/pkg/eosclient/eosgrpc/eos_grpc/Rpc.pb.go b/pkg/eosclient/eosgrpc/eos_grpc/Rpc.pb.go index 947e8d45c2..d57d0b2bbd 100644 --- a/pkg/eosclient/eosgrpc/eos_grpc/Rpc.pb.go +++ b/pkg/eosclient/eosgrpc/eos_grpc/Rpc.pb.go @@ -907,6 +907,8 @@ type ContainerMdProto struct { Path []byte `protobuf:"bytes,13,opt,name=path,proto3" json:"path,omitempty"` Etag string `protobuf:"bytes,14,opt,name=etag,proto3" json:"etag,omitempty"` Inode uint64 `protobuf:"varint,15,opt,name=inode,proto3" json:"inode,omitempty"` + Files uint64 `protobuf:"varint,16,opt,name=files,proto3" json:"files,omitempty"` + Containers uint64 `protobuf:"varint,17,opt,name=containers,proto3" json:"containers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1042,6 +1044,20 @@ func (m *ContainerMdProto) GetInode() uint64 { return 0 } +func (m *ContainerMdProto) GetFiles() uint64 { + if m != nil { + return m.Files + } + return 0 +} + +func (m *ContainerMdProto) GetContainers() uint64 { + if m != nil { + return m.Containers + } + return 0 +} + type QuotaProto struct { Path []byte `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` @@ -2681,6 +2697,7 @@ type NSRequest_RecycleRequest struct { Cmd NSRequest_RecycleRequest_RECYCLE_CMD `protobuf:"varint,2,opt,name=cmd,proto3,enum=eos.rpc.NSRequest_RecycleRequest_RECYCLE_CMD" json:"cmd,omitempty"` Restoreflag *NSRequest_RecycleRequest_RestoreFlags `protobuf:"bytes,3,opt,name=restoreflag,proto3" json:"restoreflag,omitempty"` Purgedate *NSRequest_RecycleRequest_PurgeDate `protobuf:"bytes,4,opt,name=purgedate,proto3" json:"purgedate,omitempty"` + Listflag *NSRequest_RecycleRequest_ListFlags `protobuf:"bytes,5,opt,name=listflag,proto3" json:"listflag,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -2739,6 +2756,13 @@ func (m *NSRequest_RecycleRequest) GetPurgedate() *NSRequest_RecycleRequest_Purg return nil } +func (m *NSRequest_RecycleRequest) GetListflag() *NSRequest_RecycleRequest_ListFlags { + if m != nil { + return m.Listflag + } + return nil +} + type NSRequest_RecycleRequest_RestoreFlags struct { Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"` Mkpath bool `protobuf:"varint,2,opt,name=mkpath,proto3" json:"mkpath,omitempty"` @@ -2849,6 +2873,45 @@ func (m *NSRequest_RecycleRequest_PurgeDate) GetDay() int32 { return 0 } +type NSRequest_RecycleRequest_ListFlags struct { + Maxentries int32 `protobuf:"varint,1,opt,name=maxentries,proto3" json:"maxentries,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *NSRequest_RecycleRequest_ListFlags) Reset() { *m = NSRequest_RecycleRequest_ListFlags{} } +func (m *NSRequest_RecycleRequest_ListFlags) String() string { return proto.CompactTextString(m) } +func (*NSRequest_RecycleRequest_ListFlags) ProtoMessage() {} +func (*NSRequest_RecycleRequest_ListFlags) Descriptor() ([]byte, []int) { + return fileDescriptor_979aee4989bceb08, []int{20, 8, 2} +} + +func (m *NSRequest_RecycleRequest_ListFlags) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_NSRequest_RecycleRequest_ListFlags.Unmarshal(m, b) +} +func (m *NSRequest_RecycleRequest_ListFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_NSRequest_RecycleRequest_ListFlags.Marshal(b, m, deterministic) +} +func (m *NSRequest_RecycleRequest_ListFlags) XXX_Merge(src proto.Message) { + xxx_messageInfo_NSRequest_RecycleRequest_ListFlags.Merge(m, src) +} +func (m *NSRequest_RecycleRequest_ListFlags) XXX_Size() int { + return xxx_messageInfo_NSRequest_RecycleRequest_ListFlags.Size(m) +} +func (m *NSRequest_RecycleRequest_ListFlags) XXX_DiscardUnknown() { + xxx_messageInfo_NSRequest_RecycleRequest_ListFlags.DiscardUnknown(m) +} + +var xxx_messageInfo_NSRequest_RecycleRequest_ListFlags proto.InternalMessageInfo + +func (m *NSRequest_RecycleRequest_ListFlags) GetMaxentries() int32 { + if m != nil { + return m.Maxentries + } + return 0 +} + type NSRequest_SetXAttrRequest struct { Id *MDId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Xattrs map[string][]byte `protobuf:"bytes,2,rep,name=xattrs,proto3" json:"xattrs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` @@ -4527,6 +4590,7 @@ func init() { proto.RegisterType((*NSRequest_RecycleRequest)(nil), "eos.rpc.NSRequest.RecycleRequest") proto.RegisterType((*NSRequest_RecycleRequest_RestoreFlags)(nil), "eos.rpc.NSRequest.RecycleRequest.RestoreFlags") proto.RegisterType((*NSRequest_RecycleRequest_PurgeDate)(nil), "eos.rpc.NSRequest.RecycleRequest.PurgeDate") + proto.RegisterType((*NSRequest_RecycleRequest_ListFlags)(nil), "eos.rpc.NSRequest.RecycleRequest.ListFlags") proto.RegisterType((*NSRequest_SetXAttrRequest)(nil), "eos.rpc.NSRequest.SetXAttrRequest") proto.RegisterMapType((map[string][]byte)(nil), "eos.rpc.NSRequest.SetXAttrRequest.XattrsEntry") proto.RegisterType((*NSRequest_ChownRequest)(nil), "eos.rpc.NSRequest.ChownRequest") @@ -4559,256 +4623,260 @@ func init() { } var fileDescriptor_979aee4989bceb08 = []byte{ - // 3982 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x7a, 0xcd, 0x73, 0x1b, 0xc7, - 0x72, 0x38, 0xf1, 0x49, 0x6c, 0x03, 0x20, 0xe1, 0x95, 0x7e, 0x36, 0x0c, 0x49, 0x16, 0xbd, 0xb2, - 0xfc, 0x24, 0x3d, 0x8b, 0xb2, 0xf4, 0x8b, 0x23, 0xdb, 0x7a, 0x8e, 0x03, 0x91, 0x20, 0x05, 0x9b, - 0x00, 0xe8, 0x01, 0xa8, 0x92, 0x72, 0x41, 0xad, 0x76, 0x87, 0xe0, 0x96, 0xb0, 0xbb, 0x78, 0xbb, - 0x0b, 0x49, 0xf4, 0x35, 0xb9, 0xe4, 0x55, 0x72, 0x7b, 0xb7, 0xdc, 0x52, 0x49, 0x2e, 0xb9, 0xe7, - 0x90, 0x53, 0x6e, 0x79, 0x95, 0x43, 0x0e, 0xa9, 0x54, 0xe5, 0x96, 0x5b, 0x4e, 0xc9, 0x1f, 0x91, - 0xea, 0x9e, 0xd9, 0xdd, 0x59, 0x12, 0x20, 0xe8, 0x3c, 0x5f, 0x50, 0xd3, 0x3d, 0xdd, 0x3d, 0x33, - 0x3d, 0xfd, 0xb9, 0x03, 0xd0, 0xd8, 0xcc, 0xda, 0x9e, 0x05, 0x7e, 0xe4, 0xeb, 0xeb, 0xdc, 0x0f, - 0xb7, 0x83, 0x99, 0x65, 0xb4, 0xa1, 0x7a, 0xe8, 0x78, 0x13, 0xc6, 0x7f, 0x3d, 0xe7, 0x61, 0xa4, - 0x37, 0x61, 0xdd, 0x9c, 0x47, 0x27, 0xaf, 0xf9, 0x69, 0x33, 0xb7, 0x95, 0xbb, 0xa3, 0xb1, 0x18, - 0xc4, 0x19, 0x97, 0x87, 0xa1, 0x39, 0xe1, 0xcd, 0xfc, 0x56, 0xee, 0x4e, 0x8d, 0xc5, 0xa0, 0x71, - 0x1b, 0x34, 0x21, 0x62, 0x36, 0xcd, 0x90, 0xe5, 0xb2, 0x64, 0xbf, 0xc9, 0xc1, 0xfb, 0x3b, 0xbe, - 0x17, 0x99, 0x8e, 0xc7, 0x83, 0xae, 0x17, 0xf2, 0x20, 0x8a, 0x57, 0x7d, 0x0c, 0x9a, 0x15, 0xcf, - 0x34, 0x73, 0x5b, 0x85, 0x3b, 0xd5, 0x47, 0x1f, 0x6e, 0xcb, 0x1d, 0x6e, 0x27, 0x3c, 0x3d, 0xfb, - 0x10, 0xf7, 0xce, 0x52, 0x5a, 0x75, 0xbb, 0xf9, 0xec, 0x76, 0x6f, 0x00, 0x38, 0xde, 0x09, 0x0f, - 0x9c, 0x68, 0xec, 0xda, 0xcd, 0xc2, 0x56, 0xee, 0x4e, 0x85, 0x69, 0x12, 0xd3, 0xb3, 0x8d, 0x97, - 0xf0, 0xde, 0x9e, 0x33, 0xe5, 0xd9, 0x6d, 0xdc, 0x83, 0xd2, 0xb1, 0x33, 0xe5, 0xa1, 0xdc, 0xc2, - 0xd5, 0x64, 0x0b, 0x48, 0x1a, 0xaf, 0x2e, 0x48, 0x96, 0xaf, 0x6c, 0x3c, 0x81, 0x6a, 0x2c, 0xf6, - 0x9c, 0x42, 0x0a, 0x48, 0x28, 0x41, 0x5d, 0x87, 0x62, 0xc0, 0x23, 0xab, 0x99, 0xdf, 0x2a, 0xdc, - 0xa9, 0x33, 0x1a, 0x1b, 0xf7, 0xa1, 0x38, 0x72, 0x5c, 0xae, 0x37, 0xa0, 0x10, 0x72, 0x8b, 0x54, - 0x58, 0x64, 0x38, 0xd4, 0xaf, 0x40, 0xc9, 0x1b, 0x23, 0x2e, 0x4f, 0xb8, 0xa2, 0x37, 0xe4, 0x96, - 0xf1, 0x07, 0x50, 0xd9, 0x39, 0xe1, 0xd6, 0xeb, 0x70, 0xee, 0xea, 0x57, 0xa1, 0xf4, 0xc6, 0x9c, - 0xce, 0x63, 0xbd, 0x0b, 0x00, 0x17, 0x89, 0x4e, 0x67, 0x5c, 0x6e, 0x92, 0xc6, 0xc6, 0x3f, 0x17, - 0xa1, 0xaa, 0x1c, 0x49, 0xdf, 0x80, 0xbc, 0x63, 0xcb, 0xb5, 0xf2, 0x8e, 0xad, 0x7f, 0x00, 0xeb, - 0xa8, 0xe2, 0xb1, 0x63, 0xcb, 0xc5, 0xca, 0x08, 0x76, 0x6d, 0xdc, 0xd5, 0xdc, 0x11, 0xda, 0x2c, - 0x32, 0x1c, 0x22, 0x66, 0xe2, 0xd8, 0xcd, 0xa2, 0xc0, 0x4c, 0x1c, 0x1b, 0x17, 0x0c, 0x9d, 0x1f, - 0x79, 0xb3, 0x24, 0xb6, 0x89, 0x63, 0xfd, 0x1a, 0x68, 0x53, 0xf3, 0xd4, 0x9f, 0x93, 0xc8, 0xf2, - 0x56, 0xee, 0x4e, 0x9d, 0x55, 0x04, 0xa2, 0x6b, 0xe3, 0xbe, 0x8f, 0xa7, 0xe6, 0x24, 0x6c, 0xae, - 0xd3, 0x84, 0x00, 0x50, 0x8c, 0x67, 0xba, 0xbc, 0x59, 0xa1, 0xc3, 0xd0, 0x98, 0xc4, 0x38, 0xde, - 0xeb, 0x31, 0x4d, 0x68, 0x34, 0x51, 0x41, 0x44, 0x1f, 0x27, 0x6f, 0x41, 0xc9, 0x8a, 0x1c, 0x97, - 0x37, 0x61, 0x2b, 0x77, 0xa7, 0xfa, 0xa8, 0x9e, 0x5c, 0x1e, 0xea, 0x93, 0x89, 0x39, 0x24, 0x72, - 0x89, 0xa8, 0xba, 0x90, 0x88, 0xe6, 0xf4, 0xfb, 0x50, 0xb1, 0xa4, 0x52, 0x9b, 0x35, 0xa2, 0x7b, - 0x2f, 0x35, 0x46, 0x39, 0xc1, 0x12, 0x12, 0xfd, 0x3a, 0x68, 0x53, 0xdf, 0x32, 0x23, 0xc7, 0xf7, - 0xc2, 0x66, 0x9d, 0xee, 0x32, 0x45, 0xe8, 0x77, 0xa1, 0x31, 0xf7, 0x68, 0xd7, 0x29, 0xd1, 0x06, - 0x11, 0x6d, 0x0a, 0xfc, 0x41, 0x42, 0xfa, 0x25, 0x94, 0xdf, 0x99, 0x51, 0x14, 0x84, 0xcd, 0x4d, - 0xb2, 0xbf, 0xad, 0x45, 0xf6, 0xb7, 0xfd, 0x82, 0x48, 0x3a, 0x5e, 0x14, 0x9c, 0x32, 0x49, 0x8f, - 0xca, 0x9a, 0x99, 0xd1, 0x49, 0xb3, 0x21, 0x94, 0x85, 0x63, 0xc4, 0xf1, 0xc8, 0x9c, 0x34, 0xdf, - 0x13, 0x17, 0x8f, 0x63, 0x54, 0xb5, 0xe3, 0xf9, 0x36, 0x6f, 0xea, 0x74, 0x39, 0x02, 0x68, 0x7d, - 0x05, 0x55, 0x45, 0x28, 0x5e, 0x69, 0xea, 0xfe, 0x38, 0x4c, 0x2d, 0x2b, 0xaf, 0x58, 0xd6, 0xd7, - 0xf9, 0x2f, 0x73, 0xc6, 0x7f, 0x15, 0xa0, 0x71, 0xd6, 0x3f, 0xcf, 0x99, 0xd3, 0x35, 0xd0, 0x66, - 0x66, 0xc0, 0x55, 0x83, 0xaa, 0x08, 0xc4, 0x25, 0x4d, 0xea, 0x1a, 0x68, 0x51, 0xc0, 0xf9, 0x98, - 0xec, 0x0a, 0xcd, 0xa7, 0xc0, 0x2a, 0x88, 0x18, 0xa2, 0x6d, 0xe9, 0x50, 0x74, 0xf1, 0x48, 0x25, - 0xb2, 0x1e, 0x1a, 0xff, 0x04, 0x93, 0x4a, 0xac, 0x46, 0xbb, 0x8c, 0xd5, 0xc0, 0x05, 0x56, 0x73, - 0x0b, 0x4a, 0xe1, 0x05, 0xa6, 0x45, 0x73, 0xfa, 0x37, 0xc9, 0x15, 0xd7, 0xe8, 0x8a, 0x6f, 0x2f, - 0x8d, 0x72, 0x17, 0xde, 0x73, 0x7d, 0xc1, 0x3d, 0x6f, 0x2c, 0xba, 0xe7, 0xcd, 0x9f, 0xe9, 0x9e, - 0xff, 0xb5, 0x00, 0xf0, 0xc3, 0xdc, 0x8f, 0x4c, 0x71, 0xc3, 0xf1, 0x3e, 0x72, 0xd9, 0x7d, 0x90, - 0x76, 0x65, 0xa0, 0x21, 0xed, 0x7e, 0x2a, 0x83, 0x0f, 0xde, 0xee, 0xc6, 0x23, 0x3d, 0x39, 0xec, - 0x0f, 0x47, 0x83, 0x51, 0x7b, 0xf4, 0xf2, 0xb0, 0x23, 0x02, 0x12, 0xba, 0xd0, 0x3c, 0xe4, 0xf6, - 0xab, 0xd3, 0x88, 0x87, 0xf2, 0xe2, 0x53, 0x84, 0x7e, 0x0f, 0x1a, 0x08, 0x4c, 0xfd, 0x89, 0x63, - 0x99, 0x53, 0x41, 0x24, 0xa2, 0xcb, 0x39, 0x7c, 0x2c, 0x49, 0x84, 0xf1, 0x72, 0x2a, 0x49, 0x04, - 0xed, 0x16, 0x54, 0x5c, 0xf3, 0x9d, 0x90, 0xb0, 0x2e, 0x0c, 0x31, 0x86, 0xf5, 0x3b, 0xb0, 0xe9, - 0x9a, 0xef, 0x32, 0x8b, 0x54, 0x88, 0xe4, 0x2c, 0x5a, 0x4a, 0x11, 0x4b, 0x68, 0x89, 0x14, 0xb1, - 0xc2, 0xe7, 0x70, 0x65, 0xc6, 0x03, 0x8b, 0x7b, 0x91, 0x39, 0xe1, 0xe9, 0x99, 0xd0, 0x70, 0xf2, - 0x6c, 0xd1, 0xd4, 0x79, 0x0e, 0x21, 0xb8, 0xba, 0x88, 0x43, 0xac, 0xb1, 0x05, 0xd5, 0x30, 0x32, - 0xa3, 0x79, 0x28, 0x64, 0xd7, 0x48, 0xe1, 0x2a, 0x2a, 0xa5, 0x10, 0xb2, 0xea, 0x2a, 0x05, 0xa1, - 0x8c, 0x63, 0x28, 0x33, 0x7f, 0xca, 0x53, 0x07, 0xcc, 0x9d, 0x73, 0xc0, 0x7c, 0xea, 0x80, 0x2d, - 0xa8, 0xcc, 0x43, 0x1e, 0xd0, 0xfd, 0x16, 0x48, 0x58, 0x02, 0xa3, 0xc6, 0x27, 0x81, 0x3f, 0x9f, - 0xd1, 0x64, 0x91, 0x26, 0x53, 0x84, 0x31, 0x86, 0x62, 0x6f, 0xb7, 0x6b, 0x2f, 0xb4, 0x18, 0x11, - 0x27, 0x70, 0x99, 0x32, 0xc5, 0x89, 0x06, 0x14, 0x1c, 0xcf, 0xa7, 0x05, 0xca, 0x0c, 0x87, 0xfa, - 0xc7, 0xd2, 0x7e, 0x8a, 0x64, 0x3f, 0x8a, 0x4b, 0x25, 0xa6, 0x63, 0x7c, 0x0b, 0xa5, 0x03, 0xc7, - 0x75, 0x22, 0x5c, 0xe1, 0x47, 0x1e, 0xf8, 0xb4, 0x42, 0x85, 0xd1, 0x18, 0x25, 0xba, 0x8e, 0x17, - 0x9f, 0xc4, 0x75, 0x3c, 0xc2, 0x98, 0xef, 0xe2, 0x70, 0xe3, 0x9a, 0xef, 0x8c, 0xbf, 0x2b, 0x43, - 0xb5, 0xb7, 0x3b, 0xe4, 0x53, 0x6e, 0x61, 0x18, 0xd6, 0xdf, 0x87, 0x72, 0x48, 0x80, 0x94, 0x24, - 0x21, 0xfd, 0x93, 0x38, 0x52, 0xe4, 0xc9, 0xbf, 0x37, 0x92, 0xcd, 0xd0, 0xf2, 0x71, 0xa8, 0xf8, - 0x24, 0x0e, 0x15, 0x85, 0xc5, 0x54, 0x6e, 0x4c, 0x25, 0x62, 0x45, 0x71, 0x31, 0x95, 0x08, 0x16, - 0x86, 0x92, 0x49, 0xcf, 0x13, 0x89, 0xcc, 0x7a, 0x0f, 0x28, 0x12, 0x26, 0x91, 0xf1, 0x3c, 0x5d, - 0x32, 0x8f, 0xb4, 0xd6, 0x89, 0x33, 0xb5, 0x03, 0xee, 0x91, 0xf5, 0x2f, 0xa0, 0x8d, 0xe7, 0xf5, - 0xcf, 0xd4, 0xa4, 0x56, 0x59, 0x48, 0xac, 0x24, 0xb9, 0x6f, 0x40, 0x17, 0xc9, 0x8c, 0xdb, 0x4a, - 0x9a, 0xd3, 0x16, 0xb2, 0xbd, 0x17, 0x53, 0xa6, 0x89, 0xaf, 0x05, 0xb2, 0x1a, 0x70, 0x6c, 0xf2, - 0x94, 0x22, 0x4b, 0xe0, 0x34, 0x94, 0x57, 0x45, 0x28, 0x13, 0xa1, 0xbc, 0x09, 0xeb, 0xe1, 0xa9, - 0x8b, 0x72, 0xc8, 0xfc, 0x2b, 0x2c, 0x06, 0x33, 0xc9, 0xbb, 0xbe, 0x3a, 0x79, 0x5f, 0x85, 0x92, - 0xff, 0x16, 0xab, 0xce, 0x0d, 0x91, 0x29, 0x08, 0x40, 0x2c, 0x99, 0x30, 0xc5, 0xcf, 0x3a, 0x13, - 0x00, 0x96, 0x94, 0x34, 0x3d, 0x0e, 0x7c, 0x3f, 0xa2, 0x5c, 0x5b, 0x61, 0x1a, 0x61, 0x98, 0xef, - 0x47, 0x38, 0x4d, 0x74, 0x62, 0xfa, 0x3d, 0x31, 0x4d, 0x18, 0x9a, 0xfe, 0x05, 0x6c, 0x06, 0x7c, - 0xc2, 0xdf, 0xcd, 0xc6, 0xe8, 0x81, 0xe4, 0x2d, 0x3a, 0x39, 0xc3, 0x86, 0x40, 0xef, 0x49, 0xac, - 0x7e, 0x1b, 0x24, 0x66, 0x6c, 0x3b, 0xc2, 0xe5, 0xae, 0x10, 0x5d, 0x5d, 0x60, 0x77, 0x05, 0x52, - 0xff, 0x02, 0x4a, 0x94, 0x15, 0x9a, 0x57, 0x29, 0x93, 0xdc, 0x4c, 0x4e, 0xa9, 0x18, 0xb3, 0x48, - 0x22, 0x22, 0x87, 0x08, 0xea, 0xd6, 0x97, 0x00, 0x29, 0xf2, 0x27, 0xe5, 0x80, 0x7f, 0xca, 0x81, - 0xd6, 0xdb, 0x8d, 0x6b, 0xe5, 0xd8, 0x35, 0x73, 0x4b, 0x5d, 0x53, 0xbf, 0x91, 0xf8, 0xb7, 0x9a, - 0x0e, 0x31, 0x1c, 0x90, 0xbb, 0x2b, 0x15, 0x74, 0x21, 0x5b, 0xbb, 0xdf, 0x82, 0x62, 0xe0, 0x4f, - 0x63, 0xef, 0xd8, 0x4c, 0x58, 0x45, 0xc4, 0x62, 0x34, 0xa9, 0x3f, 0x02, 0x2d, 0x8c, 0xcf, 0x29, - 0x5d, 0xe4, 0xea, 0x22, 0x1d, 0xb0, 0x94, 0xcc, 0xf8, 0xb3, 0x1c, 0x00, 0x1e, 0x21, 0x9c, 0xf9, - 0x5e, 0xc8, 0x2f, 0x73, 0x86, 0x4f, 0xa1, 0x70, 0xec, 0xc6, 0x87, 0x58, 0xdc, 0x10, 0x20, 0x81, - 0xfe, 0x4b, 0x28, 0x58, 0xb2, 0xcf, 0xb8, 0xb0, 0x77, 0x41, 0x2a, 0xe3, 0x3f, 0x73, 0x58, 0x7f, - 0x7b, 0xf6, 0xcf, 0xa7, 0xcb, 0x58, 0x63, 0x85, 0x8b, 0x34, 0xa6, 0x28, 0xbc, 0x98, 0x55, 0xb8, - 0xc8, 0x68, 0x36, 0x9f, 0x45, 0x27, 0x32, 0xb3, 0x26, 0x70, 0x56, 0xcf, 0xe5, 0xcb, 0xe9, 0x79, - 0x1f, 0xb4, 0xe1, 0x89, 0x19, 0xf0, 0xf6, 0x5c, 0x14, 0x06, 0xd8, 0x73, 0x4a, 0x23, 0xa3, 0xf1, - 0xc2, 0x62, 0x41, 0x87, 0xe2, 0x89, 0x1f, 0x46, 0xd2, 0x18, 0x68, 0x6c, 0xfc, 0x26, 0x0f, 0x40, - 0x92, 0x44, 0xdd, 0xf1, 0x11, 0xc0, 0x8c, 0x07, 0xae, 0x13, 0x86, 0xb8, 0x19, 0x21, 0x50, 0xc1, - 0xe0, 0x09, 0xf9, 0xbb, 0x99, 0x13, 0xf0, 0x50, 0xc6, 0xfc, 0x18, 0x4c, 0xfd, 0x5c, 0x48, 0x3f, - 0xeb, 0xe7, 0x42, 0x1f, 0xd2, 0xcf, 0x3f, 0x02, 0x98, 0x70, 0x8f, 0x07, 0x66, 0x62, 0x5a, 0x45, - 0xa6, 0x60, 0x92, 0x5c, 0x56, 0x96, 0x07, 0xc2, 0x5c, 0x76, 0x1d, 0x34, 0x73, 0x3a, 0xf5, 0xdf, - 0x62, 0xb0, 0xa5, 0xe0, 0x5a, 0x61, 0x29, 0x02, 0x73, 0xca, 0x9b, 0xc8, 0x7f, 0xcd, 0x3d, 0x0a, - 0xa5, 0x1a, 0x93, 0x90, 0xfe, 0x19, 0xac, 0xfb, 0x81, 0x33, 0x71, 0x28, 0x58, 0xa2, 0x17, 0xa7, - 0x25, 0x52, 0xa2, 0x3f, 0x16, 0x93, 0x18, 0x7f, 0x9e, 0x93, 0xca, 0x18, 0x11, 0xf3, 0x5d, 0x28, - 0x09, 0x99, 0x39, 0xba, 0x94, 0x2b, 0x59, 0x56, 0xd9, 0xac, 0x8a, 0x75, 0xae, 0x83, 0x16, 0x3a, - 0x13, 0xcf, 0x8c, 0xe6, 0x41, 0xec, 0xd8, 0x29, 0x02, 0xcf, 0x1b, 0xf2, 0xc0, 0x31, 0xa7, 0xce, - 0x8f, 0x5c, 0x98, 0x70, 0x8d, 0x29, 0x18, 0xea, 0xe8, 0x38, 0x17, 0x15, 0x79, 0x89, 0xd1, 0xd8, - 0xf8, 0x8b, 0x8f, 0x40, 0xeb, 0x0f, 0x57, 0x7f, 0x35, 0x88, 0x0d, 0x33, 0x7f, 0x91, 0x61, 0x3e, - 0x86, 0x92, 0xfb, 0xda, 0x76, 0x82, 0xe6, 0xff, 0x23, 0xaa, 0x34, 0x94, 0x25, 0x2b, 0x6c, 0xf7, - 0x70, 0x5e, 0x02, 0xcf, 0xd6, 0x98, 0xa0, 0x47, 0xc6, 0xc0, 0x45, 0xc6, 0xf7, 0x97, 0x32, 0x32, - 0x37, 0xcb, 0x48, 0xf4, 0xc8, 0x18, 0xf9, 0x73, 0xeb, 0xa4, 0xf9, 0xc1, 0x52, 0xc6, 0x11, 0xce, - 0x2b, 0x8c, 0x44, 0xaf, 0x7f, 0x0d, 0x65, 0x91, 0xbf, 0x9a, 0x4d, 0xe2, 0xdc, 0x5a, 0xc0, 0x79, - 0x44, 0x04, 0x29, 0xab, 0xe4, 0xd0, 0xb7, 0x21, 0x1f, 0xb8, 0xcd, 0x0f, 0x89, 0xef, 0xfa, 0xc2, - 0xad, 0xa6, 0x3c, 0xf9, 0xc0, 0xc5, 0xb5, 0x02, 0x91, 0x28, 0x5a, 0x4b, 0xd7, 0x62, 0x44, 0xa0, - 0xac, 0x25, 0x38, 0xf4, 0x6f, 0xd2, 0x04, 0x79, 0x8d, 0x98, 0x3f, 0x5e, 0xc0, 0x3c, 0x14, 0x14, - 0x29, 0x77, 0x92, 0x45, 0xbf, 0x81, 0xf5, 0x37, 0x3c, 0x20, 0x2f, 0xbb, 0xbe, 0x94, 0xfd, 0xb9, - 0xa0, 0x50, 0xd8, 0x25, 0x0f, 0xb2, 0x07, 0xdc, 0x3a, 0xb5, 0xa6, 0xbc, 0x79, 0x63, 0x29, 0x3b, - 0x13, 0x14, 0x0a, 0xbb, 0xe4, 0xd1, 0xbf, 0x8e, 0x53, 0xdb, 0x47, 0xc4, 0x6c, 0x2c, 0xda, 0x3a, - 0x8f, 0x5e, 0xb4, 0xa3, 0x48, 0xbd, 0x59, 0x62, 0xc1, 0x9b, 0xb5, 0x4e, 0xfc, 0xb7, 0x5e, 0xf3, - 0xe6, 0xd2, 0x9b, 0xdd, 0xc1, 0x79, 0x85, 0x91, 0xe8, 0x05, 0xa3, 0xeb, 0xdb, 0xcd, 0xad, 0x0b, - 0x18, 0x5d, 0xdf, 0xce, 0x30, 0xba, 0xbe, 0xad, 0x3f, 0x84, 0x82, 0x69, 0x4d, 0x9b, 0x1f, 0x13, - 0xdb, 0x8d, 0x05, 0x6c, 0x6d, 0x6b, 0x9a, 0x32, 0x21, 0xad, 0x30, 0x3f, 0x74, 0x5d, 0xe3, 0x02, - 0xf3, 0x7b, 0xcd, 0xbd, 0x8c, 0xf9, 0xa1, 0x23, 0x3f, 0x86, 0xd2, 0xaf, 0xb1, 0x0d, 0x6b, 0xde, - 0x5a, 0xca, 0x48, 0x6d, 0x9a, 0xc2, 0x48, 0xf4, 0xc8, 0x18, 0x62, 0x58, 0x68, 0x7e, 0xb2, 0x94, - 0x91, 0xc2, 0x86, 0xc2, 0x48, 0xf4, 0xad, 0x31, 0xd4, 0x54, 0xdf, 0x93, 0x89, 0x28, 0xb7, 0x2c, - 0x11, 0x5d, 0x07, 0x2d, 0xe0, 0xd6, 0x3c, 0x08, 0x9d, 0x37, 0xc2, 0xe9, 0x2b, 0x2c, 0x45, 0x24, - 0xbd, 0x7a, 0x81, 0x7a, 0x78, 0x1a, 0xb7, 0xee, 0x43, 0x4d, 0xf5, 0xd1, 0x15, 0x0b, 0x20, 0xb9, - 0xea, 0x99, 0xab, 0xc8, 0x0f, 0xa0, 0x9e, 0x71, 0xc7, 0x4b, 0xec, 0xdf, 0xf3, 0x63, 0xdb, 0x95, - 0x5f, 0x0d, 0x13, 0x44, 0xeb, 0x18, 0xb4, 0xc4, 0x49, 0x7f, 0x3f, 0x4d, 0x5c, 0xbc, 0xce, 0x1e, - 0xd4, 0x33, 0x8e, 0xbd, 0x6a, 0xad, 0xf7, 0xa1, 0x1c, 0x99, 0xc1, 0x84, 0x47, 0x32, 0xb8, 0x4b, - 0xa8, 0xb5, 0x0f, 0x1b, 0x59, 0x1f, 0xff, 0xbf, 0x0a, 0xfa, 0x9f, 0x1c, 0x6c, 0x64, 0xdd, 0x7d, - 0x95, 0xa4, 0x6f, 0x45, 0x41, 0x94, 0xa7, 0x92, 0xe6, 0xfe, 0xca, 0xe8, 0xb1, 0xfd, 0xbc, 0xc3, - 0x86, 0xdd, 0x41, 0x7f, 0xbc, 0xd3, 0xdb, 0xa5, 0x22, 0x09, 0xb3, 0x92, 0x6b, 0xbe, 0x8b, 0xa3, - 0x50, 0x81, 0x72, 0x8f, 0x82, 0xc1, 0x1e, 0x77, 0x12, 0x98, 0xaf, 0x62, 0x02, 0x91, 0xc1, 0x55, - 0x94, 0xf1, 0x25, 0x54, 0x15, 0xa9, 0x3a, 0x40, 0x79, 0x87, 0x75, 0xda, 0xa3, 0x4e, 0x63, 0x4d, - 0xd7, 0xa0, 0x74, 0x78, 0xc4, 0xf6, 0x3b, 0x8d, 0x9c, 0x5e, 0x81, 0xe2, 0x41, 0x77, 0x38, 0x6a, - 0xe4, 0x71, 0xb4, 0xcf, 0xda, 0x4f, 0x1b, 0x85, 0xd6, 0xbf, 0x17, 0x60, 0x23, 0x1b, 0x9e, 0x16, - 0x54, 0xca, 0x2b, 0x4f, 0x98, 0x95, 0xb0, 0xcd, 0x3a, 0x3b, 0x2f, 0x77, 0x0e, 0x3a, 0xe9, 0x09, - 0x0f, 0xa1, 0x1a, 0xf0, 0x30, 0xf2, 0x03, 0x8e, 0x4d, 0x8d, 0xac, 0xdd, 0xb6, 0x2f, 0x21, 0x48, - 0x30, 0xed, 0x61, 0x27, 0xc4, 0x54, 0x11, 0x7a, 0x17, 0xb4, 0xd9, 0x3c, 0x98, 0x70, 0xdb, 0x8c, - 0xe2, 0xea, 0xf9, 0x97, 0xab, 0xe5, 0x1d, 0x22, 0xcb, 0xae, 0x19, 0x71, 0x96, 0x72, 0xb7, 0x5e, - 0x40, 0x4d, 0x5d, 0x87, 0xfa, 0x30, 0x3f, 0xb0, 0xb8, 0xec, 0x8a, 0x05, 0x80, 0xf6, 0xe2, 0xbe, - 0xa6, 0x62, 0x48, 0x58, 0xb8, 0x84, 0xb0, 0xa0, 0x94, 0xb7, 0x10, 0x4a, 0xeb, 0x4e, 0xe0, 0xd6, - 0x3e, 0x68, 0xc9, 0x8a, 0x18, 0x11, 0x4e, 0xb9, 0x19, 0x90, 0xd4, 0x12, 0xa3, 0x31, 0x2e, 0xe5, - 0xfa, 0x9e, 0x94, 0x59, 0x62, 0x02, 0xc0, 0x0b, 0xb0, 0xcd, 0x53, 0x69, 0x08, 0x38, 0x34, 0x1e, - 0x40, 0x55, 0xd1, 0xa9, 0x5e, 0x85, 0x75, 0xd6, 0x19, 0x8e, 0x06, 0x6c, 0xd9, 0x05, 0xb7, 0xfe, - 0x32, 0x0f, 0x9b, 0x67, 0x12, 0xc7, 0x2a, 0x33, 0xde, 0x4b, 0x3e, 0xd8, 0xe5, 0xa9, 0x40, 0xdb, - 0x5e, 0x9d, 0x8b, 0x16, 0x7e, 0xb9, 0xcb, 0x44, 0x83, 0xc2, 0xd9, 0x68, 0x60, 0x40, 0xed, 0x35, - 0x3f, 0x0d, 0x23, 0xdf, 0xe6, 0x53, 0x4e, 0x57, 0x57, 0xb8, 0xa3, 0xb1, 0x0c, 0x0e, 0x55, 0x6d, - 0x05, 0x1c, 0x2f, 0xb6, 0x24, 0x54, 0x2d, 0xa0, 0xdf, 0xe3, 0xab, 0x5e, 0x6b, 0x04, 0x35, 0x35, - 0x17, 0xae, 0xd2, 0xc5, 0xed, 0xb8, 0x86, 0x5e, 0x52, 0xcc, 0x89, 0xd9, 0x56, 0x1b, 0xa5, 0xa6, - 0x89, 0x72, 0x95, 0xd4, 0x38, 0x27, 0xe4, 0x95, 0x9c, 0xf0, 0xbb, 0x3c, 0x40, 0x9a, 0x35, 0x57, - 0x49, 0x78, 0xa2, 0x3a, 0xe2, 0xdd, 0x0b, 0x13, 0xf0, 0x76, 0x7b, 0xe7, 0x60, 0xbc, 0x33, 0xe8, - 0xf5, 0xda, 0x7d, 0xe9, 0x84, 0x17, 0x5f, 0xcc, 0xd7, 0x99, 0x0f, 0x50, 0x9f, 0xae, 0x96, 0xad, - 0xb4, 0x6c, 0x3a, 0x14, 0x83, 0xf9, 0x54, 0x5c, 0x97, 0xc6, 0x68, 0x8c, 0x7e, 0x31, 0xf3, 0x43, - 0x27, 0xe9, 0xa5, 0xea, 0x2c, 0x81, 0x8d, 0xfb, 0x50, 0x55, 0x76, 0x87, 0x66, 0xdb, 0x1f, 0xf4, - 0xd1, 0x96, 0x01, 0xca, 0xbd, 0xc1, 0x6e, 0x77, 0xef, 0xa5, 0x6a, 0xcc, 0xc6, 0x6d, 0xa8, 0xc4, - 0x0b, 0xea, 0x35, 0xa8, 0x1c, 0x0d, 0x3b, 0x6c, 0xdc, 0xde, 0x39, 0x68, 0xac, 0xa1, 0x23, 0x0c, - 0x5f, 0x0e, 0x09, 0xc8, 0xb5, 0xbe, 0xc2, 0x7c, 0x99, 0x96, 0x12, 0x2b, 0xba, 0x06, 0x41, 0x2a, - 0x28, 0x5a, 0xbf, 0xcb, 0x41, 0x4d, 0xad, 0x26, 0x16, 0x7e, 0xc4, 0xbb, 0xa9, 0x34, 0xa6, 0xe7, - 0x2c, 0x02, 0x6f, 0x67, 0x0b, 0xf2, 0xfe, 0x4c, 0x7e, 0x01, 0x6e, 0x64, 0xbf, 0x00, 0x0f, 0x0e, - 0x59, 0xde, 0x9f, 0x65, 0xbe, 0xa7, 0x16, 0xcf, 0x7c, 0x4f, 0x55, 0xbf, 0xd8, 0x96, 0xce, 0x7c, - 0xb1, 0xbd, 0x0b, 0x25, 0x8e, 0x36, 0x4f, 0x9a, 0xdc, 0x50, 0x8e, 0x42, 0xc2, 0x3b, 0xfd, 0x11, - 0x7b, 0xc9, 0x04, 0x45, 0xeb, 0xdf, 0x8a, 0x50, 0x53, 0xeb, 0x1b, 0xfd, 0x2b, 0xc8, 0x4f, 0x43, - 0xa9, 0x83, 0x5f, 0xac, 0x28, 0x86, 0xb6, 0x0f, 0x42, 0x02, 0xb1, 0x2c, 0x9f, 0x86, 0xfa, 0x1f, - 0xd1, 0x81, 0xc4, 0x89, 0x3f, 0x5b, 0xc5, 0x3a, 0x98, 0x61, 0xd7, 0xc8, 0x13, 0x7e, 0x7f, 0xd6, - 0xfa, 0x87, 0x1c, 0xac, 0x4b, 0x89, 0xfa, 0x00, 0x34, 0x7f, 0x1e, 0x1d, 0xfb, 0x81, 0x6b, 0x46, - 0xb2, 0xfd, 0x7f, 0x78, 0xc9, 0xdd, 0x6c, 0x0f, 0xe6, 0xd1, 0x1e, 0x31, 0xb2, 0x54, 0x06, 0x75, - 0x7a, 0x49, 0xb7, 0x2e, 0xba, 0x6b, 0xa5, 0x2f, 0xff, 0x15, 0x68, 0x09, 0x97, 0x62, 0x60, 0x1b, - 0x00, 0xbd, 0x41, 0xbf, 0x3b, 0x1a, 0xb0, 0x6e, 0x7f, 0xbf, 0x91, 0x43, 0x03, 0x42, 0x23, 0x43, - 0x80, 0xb2, 0xe2, 0x77, 0xc3, 0x41, 0xbf, 0x51, 0x68, 0xfd, 0x69, 0x1e, 0x6a, 0xea, 0x79, 0xf4, - 0x6f, 0x49, 0x13, 0x62, 0xdb, 0x0f, 0x7e, 0x8a, 0x26, 0xb6, 0x07, 0x33, 0xba, 0xf9, 0xab, 0x71, - 0x55, 0x2a, 0x76, 0x2a, 0x00, 0x0c, 0x61, 0x58, 0x50, 0x8b, 0x4e, 0x9d, 0xea, 0xe5, 0xd8, 0xf0, - 0x8a, 0x4a, 0xc7, 0xad, 0x43, 0x71, 0x1e, 0xf2, 0x20, 0x76, 0x2f, 0x1c, 0xa7, 0xfd, 0x7c, 0x59, - 0xe9, 0xe7, 0x8d, 0x03, 0xc8, 0x0f, 0x66, 0x99, 0xf4, 0x0f, 0x50, 0x66, 0x9d, 0xde, 0xe0, 0x39, - 0xa6, 0x07, 0x0d, 0x4a, 0xc3, 0x67, 0x6d, 0xd6, 0x69, 0xe4, 0xf1, 0xdc, 0x47, 0x7d, 0x01, 0x14, - 0x90, 0xa6, 0xbd, 0xb3, 0xd3, 0x19, 0x0e, 0x1b, 0x45, 0xc5, 0x03, 0x4b, 0x4f, 0x2b, 0x50, 0x0e, - 0xe7, 0xaf, 0x2c, 0xd7, 0x7e, 0xaa, 0xc1, 0xba, 0xe5, 0xbb, 0xae, 0xe9, 0xd9, 0xc6, 0xdf, 0xd4, - 0x00, 0xf0, 0xdc, 0xf2, 0xc3, 0xd2, 0x63, 0x28, 0xf1, 0x20, 0xf0, 0x03, 0x69, 0x60, 0xd9, 0xee, - 0x47, 0xd0, 0x6c, 0x77, 0x90, 0x20, 0x86, 0x98, 0xa0, 0x57, 0xfb, 0x2e, 0x61, 0x60, 0xb7, 0x16, - 0xb1, 0x26, 0xa5, 0x93, 0x64, 0x5e, 0xd4, 0x77, 0x15, 0x96, 0xb3, 0x27, 0xe9, 0x3f, 0x66, 0x8f, - 0xfb, 0x2e, 0xd9, 0xc9, 0x14, 0x17, 0xb4, 0x08, 0x92, 0x95, 0xa2, 0x9d, 0x64, 0x8b, 0x3b, 0x19, - 0xd1, 0x90, 0x94, 0x96, 0x9f, 0x54, 0xc6, 0x90, 0xf8, 0xa4, 0x67, 0x1a, 0x92, 0xf2, 0x72, 0x46, - 0x69, 0x3f, 0x31, 0xa3, 0x68, 0x48, 0xbe, 0x80, 0x7a, 0x46, 0x75, 0x68, 0x08, 0x16, 0x26, 0x90, - 0x9c, 0x48, 0x20, 0x38, 0xa6, 0xcf, 0xfc, 0xe1, 0x44, 0x9a, 0x15, 0x0e, 0x5b, 0xff, 0x91, 0x83, - 0xcd, 0x33, 0x7a, 0xbb, 0x1c, 0xa7, 0xfe, 0x7d, 0xa6, 0x96, 0xc1, 0x22, 0xe0, 0xc1, 0x25, 0x2e, - 0x25, 0x86, 0xbb, 0xde, 0xb1, 0xaf, 0x14, 0x3f, 0x3f, 0x40, 0x55, 0x99, 0x58, 0x95, 0xd9, 0x92, - 0x87, 0xc7, 0xfc, 0xf2, 0x87, 0xc7, 0xd6, 0x5f, 0x15, 0x60, 0xf3, 0xcc, 0x95, 0x5e, 0xfe, 0x64, - 0xf2, 0xea, 0x2f, 0x3c, 0xd9, 0x19, 0xe1, 0x31, 0x2c, 0x4e, 0x16, 0x0b, 0x68, 0xfd, 0x36, 0x0f, - 0x55, 0x65, 0xe6, 0xe7, 0x29, 0x26, 0x50, 0x03, 0xb6, 0xf2, 0x9e, 0x72, 0x56, 0x03, 0x34, 0x97, - 0xfc, 0xe5, 0xa0, 0xa8, 0xfc, 0xe5, 0xe0, 0x50, 0x66, 0xee, 0x12, 0x45, 0xa7, 0x5f, 0xfd, 0xc4, - 0x73, 0x6d, 0xef, 0x76, 0x0e, 0x3a, 0xa3, 0xee, 0xa0, 0xaf, 0xe4, 0x73, 0x59, 0x59, 0x95, 0x93, - 0xca, 0xca, 0x30, 0xa0, 0xa6, 0xd2, 0x61, 0xa8, 0xdc, 0xeb, 0x1e, 0x60, 0x80, 0xa9, 0x40, 0x71, - 0xc4, 0x3a, 0x9d, 0x46, 0xae, 0xb5, 0x0f, 0x55, 0xc5, 0x69, 0x2e, 0x79, 0x31, 0x71, 0xe9, 0x50, - 0x48, 0x4b, 0x87, 0xd6, 0x09, 0xd4, 0x33, 0x8e, 0x74, 0x49, 0x51, 0x0f, 0x41, 0x23, 0x87, 0xf3, - 0x44, 0xdf, 0x5d, 0xc8, 0xe4, 0xfc, 0xf4, 0x49, 0x97, 0xa5, 0x54, 0xad, 0x50, 0x7e, 0xbd, 0xa5, - 0x6b, 0x8c, 0xbf, 0xd4, 0xe6, 0xb2, 0x5f, 0x6a, 0xe9, 0x8d, 0x43, 0x7e, 0xbd, 0xc5, 0xf1, 0xa2, - 0x2d, 0xc7, 0x4f, 0x8b, 0xc5, 0xf4, 0x69, 0xb1, 0x09, 0xeb, 0x1e, 0xb9, 0xb1, 0x2d, 0xb3, 0x79, - 0x0c, 0xb6, 0x9e, 0x40, 0x55, 0x7c, 0xf2, 0xb4, 0x2c, 0x1e, 0x86, 0x0b, 0x97, 0x6d, 0xc2, 0xfa, - 0x24, 0x30, 0xbd, 0x88, 0xdb, 0xb2, 0xdb, 0x88, 0xc1, 0xd6, 0xdf, 0xe6, 0xa0, 0x9e, 0x09, 0x16, - 0x97, 0x54, 0xce, 0x17, 0x50, 0xa6, 0xe5, 0x63, 0xf3, 0xbf, 0xb1, 0x34, 0x0a, 0x91, 0xb1, 0x4b, - 0x62, 0xfd, 0x31, 0x94, 0x4d, 0xda, 0x26, 0x15, 0xea, 0x4b, 0x42, 0xa5, 0x72, 0x1a, 0x26, 0xc9, - 0x8d, 0xbb, 0x50, 0xef, 0x87, 0xc3, 0xc8, 0x8c, 0x56, 0x7e, 0x38, 0x35, 0xfe, 0xbe, 0x00, 0x1b, - 0x31, 0xed, 0x05, 0x67, 0xd2, 0xa1, 0xc8, 0xd3, 0x43, 0xd1, 0x98, 0xb2, 0x6a, 0x84, 0x8d, 0x82, - 0xfc, 0xd6, 0x4d, 0x00, 0xf6, 0x0f, 0x9e, 0x5a, 0x63, 0x49, 0x08, 0xfb, 0x68, 0x2f, 0xf9, 0x43, - 0x55, 0x5c, 0x64, 0xa9, 0x28, 0xfd, 0x1a, 0x68, 0xaf, 0x7c, 0x3f, 0x1a, 0x93, 0x1f, 0x8a, 0x37, - 0xf5, 0x0a, 0x22, 0xe8, 0x8f, 0x4a, 0x37, 0xa1, 0x6a, 0xcd, 0x03, 0xfa, 0x77, 0xc7, 0xb1, 0x63, - 0xcb, 0x57, 0x75, 0x90, 0xa8, 0x3d, 0xc7, 0x56, 0x09, 0x2c, 0xc7, 0x96, 0x6f, 0xea, 0x31, 0xc1, - 0x8e, 0x20, 0x70, 0xb9, 0x3b, 0x7e, 0xe3, 0x04, 0xd1, 0xdc, 0x9c, 0xca, 0x17, 0x75, 0x70, 0xb9, - 0xfb, 0x5c, 0x60, 0xf4, 0x8f, 0xa1, 0x86, 0x04, 0x01, 0x0f, 0x1d, 0x9b, 0x7b, 0x91, 0x7c, 0x22, - 0x44, 0x26, 0x26, 0x51, 0xb8, 0x45, 0x24, 0x11, 0x19, 0xa5, 0x2a, 0xeb, 0x44, 0xee, 0x8a, 0x32, - 0xe5, 0x06, 0xa0, 0xb4, 0xf1, 0x24, 0xf0, 0xdf, 0x46, 0x27, 0xf4, 0x5e, 0x58, 0x64, 0x48, 0xbe, - 0x4f, 0x08, 0xbc, 0x83, 0xe8, 0x24, 0xe0, 0xa6, 0x2d, 0x1e, 0xca, 0x8b, 0x2c, 0x06, 0xd1, 0x60, - 0x8e, 0xed, 0x90, 0x9e, 0x06, 0x8b, 0x0c, 0x87, 0xa8, 0xc4, 0xf9, 0x8c, 0xf4, 0x20, 0xfe, 0x59, - 0x21, 0x21, 0xe3, 0x1f, 0x0b, 0x50, 0xef, 0x99, 0x9e, 0x33, 0x4d, 0x6a, 0xe5, 0x6f, 0xa1, 0x16, - 0x88, 0xe1, 0x58, 0x79, 0xdb, 0x49, 0x3f, 0xfb, 0xf6, 0xda, 0xfd, 0xee, 0x41, 0x7b, 0xcc, 0x3a, - 0x3f, 0x1c, 0x75, 0x86, 0x23, 0xd1, 0x37, 0x54, 0x25, 0xc7, 0x08, 0xc3, 0xcd, 0x87, 0x50, 0x41, - 0x5b, 0x18, 0x9f, 0xf9, 0x87, 0xd9, 0xf7, 0xe2, 0xb9, 0x86, 0xfe, 0xc5, 0x67, 0xf9, 0x71, 0x95, - 0x94, 0xc0, 0x78, 0x58, 0xd2, 0xc2, 0x58, 0x7d, 0x8f, 0x27, 0x0c, 0xfd, 0x4b, 0x6a, 0x0b, 0xaa, - 0x36, 0x0f, 0xad, 0xc0, 0x99, 0x25, 0x8f, 0x1b, 0x1a, 0x53, 0x51, 0xb8, 0xae, 0x10, 0x20, 0xff, - 0xaa, 0xa5, 0xb1, 0x75, 0x82, 0xbb, 0xb6, 0xfe, 0x09, 0x6c, 0x88, 0x29, 0xf1, 0xce, 0x29, 0xaf, - 0x5b, 0x63, 0x35, 0xc2, 0xee, 0x23, 0x52, 0xfc, 0x9f, 0x4b, 0x94, 0x04, 0x15, 0xd1, 0xbe, 0x8b, - 0x7c, 0xdf, 0x84, 0x75, 0x6a, 0x58, 0xfd, 0x80, 0x6e, 0x58, 0x63, 0x31, 0x88, 0x3a, 0xe5, 0xa2, - 0x6a, 0x03, 0xf1, 0x38, 0x22, 0x20, 0xbc, 0x76, 0xd3, 0x76, 0x1d, 0x6f, 0x2c, 0x67, 0xab, 0x62, - 0xaf, 0x84, 0xeb, 0x24, 0x2f, 0xb2, 0x62, 0x43, 0xf4, 0x70, 0x54, 0x53, 0x0e, 0xfb, 0xcc, 0x0f, - 0x23, 0xfd, 0x76, 0xbc, 0xdf, 0xf8, 0x4d, 0x5a, 0xfe, 0x13, 0xa2, 0x4e, 0xd8, 0xf8, 0xfd, 0xd9, - 0xf8, 0x97, 0x1c, 0x6c, 0xc4, 0x97, 0x27, 0x5d, 0x4d, 0x86, 0x8a, 0x5c, 0x26, 0x24, 0x5b, 0x71, - 0x9b, 0x5a, 0x92, 0xce, 0x77, 0x03, 0x20, 0xf2, 0x23, 0x73, 0x3a, 0x9e, 0x87, 0xf2, 0xe1, 0xa4, - 0xc0, 0x34, 0xc2, 0x1c, 0x85, 0x1c, 0x53, 0xdc, 0x86, 0x98, 0xb6, 0xcc, 0x99, 0x69, 0x39, 0x91, - 0x78, 0x76, 0x2b, 0xb0, 0x3a, 0x61, 0x77, 0x24, 0x52, 0xff, 0x14, 0x36, 0x3d, 0xfe, 0x56, 0xd8, - 0xee, 0x38, 0x2d, 0xa6, 0x0a, 0xac, 0xee, 0xf1, 0xb7, 0x64, 0xc1, 0x14, 0xa6, 0x51, 0xfb, 0x29, - 0x9d, 0xf2, 0x00, 0x55, 0x8b, 0xc9, 0x0e, 0xcd, 0xe8, 0xe4, 0xde, 0x1f, 0x42, 0xf1, 0x4c, 0x2e, - 0xaa, 0x83, 0xb6, 0x33, 0xe8, 0x8f, 0xda, 0xdd, 0x7e, 0x87, 0x2d, 0x28, 0xee, 0x87, 0xa3, 0xf6, - 0xa8, 0x51, 0xb8, 0x77, 0x1f, 0xb4, 0xe4, 0x5f, 0x39, 0x88, 0xc6, 0x7e, 0x52, 0x7c, 0x47, 0xd9, - 0x67, 0x83, 0xa3, 0x43, 0x51, 0x1d, 0x1f, 0xb2, 0xc1, 0x77, 0x9d, 0x1d, 0x24, 0x7f, 0x00, 0xeb, - 0xb2, 0x85, 0xd3, 0xd7, 0xa1, 0xb0, 0xdf, 0x19, 0x35, 0xd6, 0x70, 0x30, 0xec, 0x8c, 0x1a, 0x39, - 0xbd, 0x0c, 0x79, 0xd6, 0x6b, 0xe4, 0xa9, 0xcc, 0xee, 0xf5, 0x07, 0xbb, 0x1d, 0x92, 0x0f, 0x69, - 0x5b, 0x96, 0x6d, 0x6e, 0x9f, 0x0f, 0x0e, 0x8e, 0x7a, 0xb2, 0x14, 0xef, 0x12, 0x79, 0xfe, 0xde, - 0x6f, 0x73, 0x70, 0x65, 0x81, 0x8b, 0xe8, 0x0d, 0xa8, 0x89, 0x2a, 0x7e, 0x2c, 0xea, 0xf4, 0x35, - 0xc4, 0x50, 0x12, 0x8e, 0x31, 0x39, 0xc4, 0x74, 0x5e, 0x8c, 0x3a, 0xfd, 0xdd, 0x71, 0x5c, 0xd8, - 0x37, 0xa0, 0x36, 0x7c, 0xc6, 0xba, 0xfd, 0xef, 0xc7, 0x71, 0x75, 0x7f, 0x05, 0x36, 0x7b, 0xed, - 0x7e, 0x7b, 0xbf, 0x33, 0xee, 0xbc, 0x90, 0xda, 0x28, 0x52, 0x1b, 0xdd, 0x17, 0xe8, 0x46, 0x49, - 0xd7, 0x61, 0x63, 0xbf, 0x33, 0x1a, 0xef, 0xb4, 0x0f, 0xdb, 0x3b, 0xdd, 0x51, 0xb7, 0x33, 0x6c, - 0x94, 0x1f, 0xfd, 0x77, 0x01, 0x0a, 0x1d, 0x3f, 0xd4, 0x1f, 0x41, 0xf1, 0xd0, 0xf1, 0x26, 0x7a, - 0xfa, 0x12, 0xaa, 0xfc, 0x89, 0xb6, 0xa5, 0x9f, 0xc1, 0xce, 0xa6, 0xa7, 0xc6, 0x9a, 0xfe, 0x10, - 0xf2, 0xbd, 0x5d, 0x5d, 0x57, 0x4a, 0xa1, 0x98, 0xfe, 0x4a, 0x06, 0x27, 0x4c, 0xd0, 0x58, 0xfb, - 0x3c, 0xa7, 0x7f, 0x01, 0xc5, 0x3d, 0xc7, 0xb3, 0x75, 0xf5, 0xe1, 0x39, 0x79, 0x36, 0x5e, 0xce, - 0xf6, 0x04, 0xca, 0x22, 0x75, 0xe8, 0xef, 0xa7, 0x99, 0x49, 0xcd, 0x3b, 0xad, 0x0f, 0xce, 0xe1, - 0x63, 0x76, 0xfd, 0x3b, 0xd8, 0x3c, 0xf3, 0x2f, 0x5d, 0xfd, 0xe6, 0xf9, 0xf7, 0xec, 0xcc, 0x1f, - 0x67, 0x5b, 0xe9, 0xfe, 0x94, 0x7f, 0xbe, 0x1a, 0x6b, 0xfa, 0x1f, 0x03, 0xa4, 0xff, 0xb2, 0xd5, - 0x5b, 0x99, 0xe7, 0xf3, 0xcb, 0x49, 0x78, 0x08, 0xc5, 0xce, 0x3b, 0x6e, 0x29, 0x6a, 0x4b, 0xda, - 0x4b, 0xe5, 0xfc, 0x69, 0xda, 0x35, 0xd6, 0xf4, 0x67, 0x70, 0x45, 0x78, 0xf3, 0x90, 0x07, 0x6f, - 0x78, 0xf2, 0xa1, 0x2f, 0x55, 0x45, 0x26, 0x50, 0x2b, 0xaa, 0xc8, 0xc6, 0x00, 0x63, 0xed, 0xe9, - 0x11, 0x6c, 0x3a, 0xfe, 0xf6, 0x04, 0xe7, 0x24, 0xcd, 0xd3, 0x4a, 0xc7, 0x0f, 0xa9, 0x60, 0x3a, - 0xcc, 0xfd, 0xc9, 0xe7, 0x13, 0x27, 0x3a, 0x99, 0xbf, 0xda, 0xb6, 0x7c, 0xf7, 0x81, 0xc5, 0x03, - 0xef, 0x3e, 0xf7, 0xc3, 0x07, 0x48, 0x7d, 0x9f, 0xa2, 0xf1, 0x03, 0xfa, 0x7d, 0x35, 0x3f, 0x7e, - 0xc2, 0xfd, 0x70, 0x8c, 0xf8, 0xbf, 0xce, 0x17, 0x3a, 0x83, 0xe1, 0xab, 0x32, 0x4d, 0xfc, 0xff, - 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x0d, 0x04, 0x13, 0x8f, 0x2d, 0x00, 0x00, + // 4040 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x3a, 0x4d, 0x77, 0xdb, 0xc6, + 0x76, 0x22, 0x09, 0x52, 0xc4, 0x25, 0x29, 0x31, 0xb0, 0x9b, 0x30, 0x8c, 0x1d, 0x2b, 0x74, 0x9c, + 0x67, 0x3b, 0xb1, 0x1c, 0xbb, 0x4d, 0x9d, 0xc4, 0x2f, 0x4d, 0x69, 0x89, 0x92, 0x99, 0x88, 0xa4, + 0x32, 0xa4, 0x7c, 0xec, 0x6e, 0x78, 0x60, 0x60, 0x44, 0xe1, 0x98, 0x00, 0xf8, 0x00, 0xd0, 0xb6, + 0xb2, 0x6c, 0xbb, 0xe9, 0x3b, 0xa7, 0xbb, 0xb7, 0x7b, 0xbb, 0x9e, 0xb6, 0x9b, 0xee, 0xbb, 0xe8, + 0xaa, 0xbb, 0xbe, 0xf3, 0x16, 0x5d, 0x74, 0xd3, 0x5d, 0xff, 0x40, 0xfb, 0x23, 0x7a, 0xee, 0x9d, + 0x01, 0x30, 0x90, 0x48, 0x51, 0x79, 0x79, 0x1b, 0x9c, 0x99, 0x3b, 0xf7, 0xde, 0x99, 0xb9, 0x73, + 0x3f, 0x67, 0x00, 0x3a, 0x9b, 0x59, 0xdb, 0xb3, 0xc0, 0x8f, 0x7c, 0x63, 0x9d, 0xfb, 0xe1, 0x76, + 0x30, 0xb3, 0x5a, 0x6d, 0xa8, 0x1c, 0x3a, 0xde, 0x84, 0xf1, 0x5f, 0xcd, 0x79, 0x18, 0x19, 0x0d, + 0x58, 0x37, 0xe7, 0xd1, 0xc9, 0x2b, 0x7e, 0xda, 0xc8, 0x6d, 0xe5, 0x6e, 0xeb, 0x2c, 0xee, 0xe2, + 0x88, 0xcb, 0xc3, 0xd0, 0x9c, 0xf0, 0x46, 0x7e, 0x2b, 0x77, 0xbb, 0xca, 0xe2, 0x6e, 0xeb, 0x16, + 0xe8, 0x82, 0xc5, 0x6c, 0x9a, 0x41, 0xcb, 0x65, 0xd1, 0x7e, 0x9d, 0x83, 0x77, 0x77, 0x7c, 0x2f, + 0x32, 0x1d, 0x8f, 0x07, 0x5d, 0x2f, 0xe4, 0x41, 0x14, 0xcf, 0xfa, 0x08, 0x74, 0x2b, 0x1e, 0x69, + 0xe4, 0xb6, 0x0a, 0xb7, 0x2b, 0x0f, 0xdf, 0xdf, 0x96, 0x2b, 0xdc, 0x4e, 0x68, 0x7a, 0xf6, 0x21, + 0xae, 0x9d, 0xa5, 0xb8, 0xea, 0x72, 0xf3, 0xd9, 0xe5, 0x5e, 0x07, 0x70, 0xbc, 0x13, 0x1e, 0x38, + 0xd1, 0xd8, 0xb5, 0x1b, 0x85, 0xad, 0xdc, 0xed, 0x32, 0xd3, 0x25, 0xa4, 0x67, 0xb7, 0x5e, 0xc0, + 0x3b, 0x7b, 0xce, 0x94, 0x67, 0x97, 0x71, 0x17, 0x8a, 0xc7, 0xce, 0x94, 0x87, 0x72, 0x09, 0x57, + 0x93, 0x25, 0x20, 0x6a, 0x3c, 0xbb, 0x40, 0x59, 0x3e, 0x73, 0xeb, 0x31, 0x54, 0x62, 0xb6, 0xe7, + 0x04, 0x52, 0x40, 0x44, 0xd9, 0x35, 0x0c, 0xd0, 0x02, 0x1e, 0x59, 0x8d, 0xfc, 0x56, 0xe1, 0x76, + 0x8d, 0x51, 0xbb, 0x75, 0x0f, 0xb4, 0x91, 0xe3, 0x72, 0xa3, 0x0e, 0x85, 0x90, 0x5b, 0x24, 0x42, + 0x8d, 0x61, 0xd3, 0xb8, 0x02, 0x45, 0x6f, 0x8c, 0xb0, 0x3c, 0xc1, 0x34, 0x6f, 0xc8, 0xad, 0xd6, + 0x9f, 0x41, 0x79, 0xe7, 0x84, 0x5b, 0xaf, 0xc2, 0xb9, 0x6b, 0x5c, 0x85, 0xe2, 0x6b, 0x73, 0x3a, + 0x8f, 0xe5, 0x2e, 0x3a, 0x38, 0x49, 0x74, 0x3a, 0xe3, 0x72, 0x91, 0xd4, 0x6e, 0xfd, 0x87, 0x06, + 0x15, 0x65, 0x4b, 0xc6, 0x06, 0xe4, 0x1d, 0x5b, 0xce, 0x95, 0x77, 0x6c, 0xe3, 0x3d, 0x58, 0x47, + 0x11, 0x8f, 0x1d, 0x5b, 0x4e, 0x56, 0xc2, 0x6e, 0xd7, 0xc6, 0x55, 0xcd, 0x1d, 0x21, 0x4d, 0x8d, + 0x61, 0x13, 0x21, 0x13, 0xc7, 0x6e, 0x68, 0x02, 0x32, 0x71, 0x6c, 0x9c, 0x30, 0x74, 0x7e, 0xe4, + 0x8d, 0xa2, 0x58, 0x26, 0xb6, 0x8d, 0x0f, 0x40, 0x9f, 0x9a, 0xa7, 0xfe, 0x9c, 0x58, 0x96, 0xb6, + 0x72, 0xb7, 0x6b, 0xac, 0x2c, 0x00, 0x5d, 0x1b, 0xd7, 0x7d, 0x3c, 0x35, 0x27, 0x61, 0x63, 0x9d, + 0x06, 0x44, 0x07, 0xd9, 0x78, 0xa6, 0xcb, 0x1b, 0x65, 0xda, 0x0c, 0xb5, 0x89, 0x8d, 0xe3, 0xbd, + 0x1a, 0xd3, 0x80, 0x4e, 0x03, 0x65, 0x04, 0xf4, 0x71, 0xf0, 0x26, 0x14, 0xad, 0xc8, 0x71, 0x79, + 0x03, 0xb6, 0x72, 0xb7, 0x2b, 0x0f, 0x6b, 0xc9, 0xe1, 0xa1, 0x3c, 0x99, 0x18, 0x43, 0x24, 0x97, + 0x90, 0x2a, 0x0b, 0x91, 0x68, 0xcc, 0xb8, 0x07, 0x65, 0x4b, 0x0a, 0xb5, 0x51, 0x25, 0xbc, 0x77, + 0x52, 0x65, 0x94, 0x03, 0x2c, 0x41, 0x31, 0xae, 0x81, 0x3e, 0xf5, 0x2d, 0x33, 0x72, 0x7c, 0x2f, + 0x6c, 0xd4, 0xe8, 0x2c, 0x53, 0x80, 0x71, 0x07, 0xea, 0x73, 0x8f, 0x56, 0x9d, 0x22, 0x6d, 0x10, + 0xd2, 0xa6, 0x80, 0x1f, 0x24, 0xa8, 0x5f, 0x42, 0xe9, 0xad, 0x19, 0x45, 0x41, 0xd8, 0xd8, 0x24, + 0xfd, 0xdb, 0x5a, 0xa4, 0x7f, 0xdb, 0xcf, 0x09, 0xa5, 0xe3, 0x45, 0xc1, 0x29, 0x93, 0xf8, 0x28, + 0xac, 0x99, 0x19, 0x9d, 0x34, 0xea, 0x42, 0x58, 0xd8, 0x46, 0x18, 0x8f, 0xcc, 0x49, 0xe3, 0x1d, + 0x71, 0xf0, 0xd8, 0x46, 0x51, 0x3b, 0x9e, 0x6f, 0xf3, 0x86, 0x41, 0x87, 0x23, 0x3a, 0xcd, 0xaf, + 0xa0, 0xa2, 0x30, 0xc5, 0x23, 0x4d, 0xcd, 0x1f, 0x9b, 0xa9, 0x66, 0xe5, 0x15, 0xcd, 0xfa, 0x3a, + 0xff, 0x65, 0xae, 0xf5, 0x5b, 0x0d, 0xea, 0x67, 0xed, 0xf3, 0x9c, 0x3a, 0x7d, 0x00, 0xfa, 0xcc, + 0x0c, 0xb8, 0xaa, 0x50, 0x65, 0x01, 0xb8, 0xa4, 0x4a, 0x7d, 0x00, 0x7a, 0x14, 0x70, 0x3e, 0x26, + 0xbd, 0x42, 0xf5, 0x29, 0xb0, 0x32, 0x02, 0x86, 0xa8, 0x5b, 0x06, 0x68, 0x2e, 0x6e, 0xa9, 0x48, + 0xda, 0x43, 0xed, 0x9f, 0xa0, 0x52, 0x89, 0xd6, 0xe8, 0x97, 0xd1, 0x1a, 0xb8, 0x40, 0x6b, 0x6e, + 0x42, 0x31, 0xbc, 0x40, 0xb5, 0x68, 0xcc, 0xf8, 0x26, 0x39, 0xe2, 0x2a, 0x1d, 0xf1, 0xad, 0xa5, + 0x5e, 0xee, 0xc2, 0x73, 0xae, 0x2d, 0x38, 0xe7, 0x8d, 0x45, 0xe7, 0xbc, 0xa9, 0x9c, 0x33, 0x49, + 0x85, 0xdc, 0x5b, 0x5d, 0x40, 0x85, 0x23, 0xfb, 0x10, 0x20, 0xf1, 0xa7, 0x21, 0x69, 0x8b, 0xc6, + 0x14, 0xc8, 0xcf, 0xd1, 0x8e, 0xff, 0x2c, 0x00, 0xfc, 0x30, 0xf7, 0x23, 0x53, 0xe8, 0x45, 0xbc, + 0xfa, 0x5c, 0x76, 0xf5, 0x74, 0x26, 0xd2, 0x3d, 0xd1, 0x99, 0x7c, 0x22, 0x5d, 0x16, 0xea, 0xc4, + 0xc6, 0x43, 0x23, 0x11, 0xd1, 0x0f, 0x47, 0x83, 0x51, 0x7b, 0xf4, 0xe2, 0xb0, 0x23, 0xdc, 0x18, + 0x1a, 0xde, 0x3c, 0xe4, 0xf6, 0xcb, 0xd3, 0x88, 0x87, 0x52, 0x5d, 0x52, 0x80, 0x71, 0x17, 0xea, + 0xd8, 0x99, 0xfa, 0x13, 0xc7, 0x32, 0xa7, 0x02, 0x49, 0xf8, 0xa4, 0x73, 0xf0, 0x98, 0x93, 0x90, + 0x4e, 0x29, 0xe5, 0x24, 0x24, 0xd4, 0x84, 0xb2, 0x6b, 0xbe, 0x15, 0x1c, 0xd6, 0x85, 0xfa, 0xc6, + 0x7d, 0xe3, 0x36, 0x6c, 0xba, 0xe6, 0xdb, 0xcc, 0x24, 0x65, 0x42, 0x39, 0x0b, 0x96, 0x5c, 0xc4, + 0x14, 0x7a, 0xc2, 0x45, 0xcc, 0xf0, 0x39, 0x5c, 0x99, 0xf1, 0xc0, 0xe2, 0x5e, 0x64, 0x4e, 0x78, + 0xba, 0x27, 0x54, 0xb7, 0x3c, 0x5b, 0x34, 0x74, 0x9e, 0x42, 0x30, 0xae, 0x2c, 0xa2, 0x10, 0x73, + 0x6c, 0x41, 0x25, 0x8c, 0xcc, 0x68, 0x1e, 0x0a, 0xde, 0x55, 0x12, 0xb8, 0x0a, 0x4a, 0x31, 0x04, + 0xaf, 0x9a, 0x8a, 0x41, 0xa0, 0xd6, 0x31, 0x94, 0x98, 0x3f, 0xe5, 0xa9, 0xd9, 0xe6, 0xce, 0x99, + 0x6d, 0x3e, 0x35, 0xdb, 0x26, 0x94, 0xe7, 0x21, 0x0f, 0xe8, 0x7c, 0x0b, 0xc4, 0x2c, 0xe9, 0xa3, + 0xc4, 0x27, 0x81, 0x3f, 0x9f, 0xd1, 0xa0, 0x46, 0x83, 0x29, 0xa0, 0x35, 0x06, 0xad, 0xb7, 0xdb, + 0xb5, 0x17, 0x6a, 0x8c, 0xf0, 0x2e, 0x38, 0x4d, 0x89, 0xbc, 0x4b, 0x1d, 0x0a, 0x8e, 0xe7, 0xd3, + 0x04, 0x25, 0x86, 0x4d, 0xe3, 0x23, 0xa9, 0x3f, 0x1a, 0xe9, 0x8f, 0x62, 0x88, 0x89, 0xea, 0xb4, + 0xbe, 0x85, 0xe2, 0x81, 0xe3, 0x3a, 0x11, 0xce, 0xf0, 0x23, 0x0f, 0x7c, 0x9a, 0xa1, 0xcc, 0xa8, + 0x8d, 0x1c, 0x5d, 0xc7, 0x8b, 0x77, 0xe2, 0x3a, 0x1e, 0x41, 0xcc, 0xb7, 0xb1, 0x93, 0x72, 0xcd, + 0xb7, 0xad, 0x7f, 0x2e, 0x41, 0xa5, 0xb7, 0x3b, 0xe4, 0x53, 0x6e, 0xa1, 0xf3, 0x36, 0xde, 0x85, + 0x52, 0x48, 0x1d, 0xc9, 0x49, 0xf6, 0x8c, 0x8f, 0x63, 0xff, 0x92, 0x27, 0xaf, 0xb0, 0x91, 0x2c, + 0x86, 0xa6, 0x8f, 0x1d, 0xcc, 0xc7, 0xb1, 0x83, 0x29, 0x2c, 0xc6, 0x72, 0x63, 0x2c, 0xe1, 0x61, + 0xb4, 0xc5, 0x58, 0xc2, 0xc5, 0xb4, 0x94, 0xf8, 0x7b, 0x1e, 0x49, 0xc4, 0xe3, 0xbb, 0x40, 0xfe, + 0x33, 0xf1, 0xa7, 0xe7, 0xf1, 0x92, 0x71, 0xc4, 0xb5, 0x4e, 0x9c, 0xa9, 0x1d, 0x70, 0x8f, 0xb4, + 0x7f, 0x01, 0x6e, 0x3c, 0x6e, 0x7c, 0xa6, 0x86, 0xc2, 0xf2, 0x42, 0x64, 0x25, 0x34, 0x7e, 0x03, + 0x86, 0x08, 0x81, 0xdc, 0x56, 0x82, 0xa3, 0xbe, 0x90, 0xec, 0x9d, 0x18, 0x33, 0x0d, 0x97, 0x4d, + 0x90, 0x39, 0x84, 0x63, 0x93, 0xa5, 0x68, 0x2c, 0xe9, 0xa7, 0x01, 0xa0, 0x22, 0x5d, 0x1d, 0x05, + 0x80, 0x06, 0xac, 0x87, 0xa7, 0x2e, 0xf2, 0x21, 0xf5, 0x2f, 0xb3, 0xb8, 0x9b, 0x09, 0xf9, 0xb5, + 0xd5, 0x21, 0xff, 0x2a, 0x14, 0xfd, 0x37, 0x98, 0xab, 0x6e, 0x88, 0xf8, 0x42, 0x1d, 0x84, 0x92, + 0x0a, 0x93, 0xd7, 0xad, 0x31, 0xd1, 0xc1, 0x44, 0x94, 0x86, 0xc7, 0x81, 0xef, 0x47, 0xe4, 0x7a, + 0xcb, 0x4c, 0x27, 0x08, 0xf3, 0xfd, 0x08, 0x87, 0x09, 0x4f, 0x0c, 0xbf, 0x23, 0x86, 0x09, 0x42, + 0xc3, 0xbf, 0x80, 0xcd, 0x80, 0x4f, 0xf8, 0xdb, 0xd9, 0x18, 0x2d, 0x90, 0xac, 0xc5, 0x20, 0x63, + 0xd8, 0x10, 0xe0, 0x3d, 0x09, 0x35, 0x6e, 0x81, 0x84, 0x8c, 0x6d, 0x47, 0x98, 0xdc, 0x15, 0xc2, + 0xab, 0x09, 0xe8, 0xae, 0x00, 0x1a, 0x5f, 0x40, 0x91, 0x62, 0x49, 0xe3, 0x2a, 0xc5, 0x9f, 0x1b, + 0xc9, 0x2e, 0x15, 0x65, 0x16, 0xa1, 0x47, 0x44, 0x1e, 0x81, 0xdd, 0xfc, 0x12, 0x20, 0x05, 0xfe, + 0xa4, 0x18, 0xf0, 0xef, 0x39, 0xd0, 0x7b, 0xbb, 0x71, 0x86, 0x1d, 0x9b, 0x66, 0x6e, 0xa9, 0x69, + 0x1a, 0xd7, 0x13, 0xfb, 0x56, 0x83, 0x28, 0xba, 0x03, 0x32, 0x77, 0x25, 0xef, 0x2e, 0x64, 0x33, + 0xfe, 0x9b, 0xa0, 0x05, 0xfe, 0x34, 0xb6, 0x8e, 0xcd, 0x84, 0x54, 0x78, 0x2c, 0x46, 0x83, 0xc6, + 0x43, 0xd0, 0xc3, 0x78, 0x9f, 0xd2, 0x44, 0xae, 0x2e, 0x92, 0x01, 0x4b, 0xd1, 0x5a, 0x7f, 0x9b, + 0x03, 0xc0, 0x2d, 0x84, 0x33, 0xdf, 0x0b, 0xf9, 0x65, 0xf6, 0xf0, 0x09, 0x14, 0x8e, 0xdd, 0x78, + 0x13, 0x8b, 0xcb, 0x08, 0x44, 0x30, 0x3e, 0x85, 0x82, 0x25, 0xab, 0x93, 0x0b, 0x2b, 0x1e, 0xc4, + 0x6a, 0xfd, 0x4f, 0x0e, 0xb3, 0x76, 0xcf, 0xfe, 0xe3, 0xc9, 0x32, 0x96, 0x58, 0xe1, 0x22, 0x89, + 0x29, 0x02, 0xd7, 0xb2, 0x02, 0x17, 0x11, 0xcd, 0xe6, 0xb3, 0xe8, 0x44, 0x46, 0xd6, 0xa4, 0x9f, + 0x95, 0x73, 0xe9, 0x72, 0x72, 0xde, 0x07, 0x7d, 0x78, 0x62, 0x06, 0xbc, 0x3d, 0x17, 0x89, 0x01, + 0x56, 0xaa, 0x52, 0xc9, 0xa8, 0xbd, 0x30, 0x59, 0x30, 0x40, 0x3b, 0xf1, 0xc3, 0x48, 0x2a, 0x03, + 0xb5, 0x5b, 0xbf, 0xce, 0x03, 0x10, 0x27, 0x91, 0x77, 0x7c, 0x08, 0x30, 0xe3, 0x81, 0xeb, 0x84, + 0x21, 0x2e, 0x46, 0x30, 0x54, 0x20, 0xb8, 0x43, 0xfe, 0x76, 0xe6, 0x04, 0x3c, 0x94, 0x3e, 0x3f, + 0xee, 0xa6, 0x76, 0x2e, 0xb8, 0x9f, 0xb5, 0x73, 0x21, 0x0f, 0x69, 0xe7, 0x1f, 0x02, 0x4c, 0xb8, + 0xc7, 0x03, 0x33, 0x51, 0x2d, 0x8d, 0x29, 0x90, 0x24, 0x96, 0x95, 0xe4, 0x86, 0x30, 0x96, 0x5d, + 0x03, 0xdd, 0x9c, 0x4e, 0xfd, 0x37, 0xe8, 0x6c, 0xc9, 0xb9, 0x96, 0x59, 0x0a, 0xc0, 0x98, 0xf2, + 0x3a, 0xf2, 0x5f, 0x71, 0x8f, 0x5c, 0xa9, 0xce, 0x64, 0xcf, 0xf8, 0x0c, 0xd6, 0xfd, 0xc0, 0x99, + 0x38, 0xe4, 0x2c, 0xd1, 0x8a, 0xd3, 0x14, 0x29, 0x91, 0x1f, 0x8b, 0x51, 0x5a, 0x7f, 0x97, 0x93, + 0xc2, 0x18, 0x11, 0xf1, 0x1d, 0x28, 0x0a, 0x9e, 0x39, 0x3a, 0x94, 0x2b, 0x59, 0x52, 0x59, 0xe2, + 0x8a, 0x79, 0xae, 0x81, 0x1e, 0x3a, 0x13, 0xcf, 0x8c, 0xe6, 0x41, 0x6c, 0xd8, 0x29, 0x00, 0xf7, + 0x1b, 0xf2, 0xc0, 0x31, 0xa7, 0xce, 0x8f, 0x5c, 0xa8, 0x70, 0x95, 0x29, 0x10, 0xaa, 0x03, 0x39, + 0x17, 0x79, 0x7c, 0x91, 0x51, 0xbb, 0xf5, 0xd7, 0x37, 0x40, 0xef, 0x0f, 0x57, 0xdf, 0x35, 0xc4, + 0x8a, 0x99, 0xbf, 0x48, 0x31, 0x1f, 0x41, 0xd1, 0x7d, 0x65, 0x3b, 0x41, 0xe3, 0x4f, 0x08, 0x2b, + 0x75, 0x65, 0xc9, 0x0c, 0xdb, 0x3d, 0x1c, 0x97, 0x9d, 0xa7, 0x6b, 0x4c, 0xe0, 0x23, 0x61, 0xe0, + 0x22, 0xe1, 0xbb, 0x4b, 0x09, 0x99, 0x9b, 0x25, 0x24, 0x7c, 0x24, 0x8c, 0xfc, 0xb9, 0x75, 0xd2, + 0x78, 0x6f, 0x29, 0xe1, 0x08, 0xc7, 0x15, 0x42, 0xc2, 0x37, 0xbe, 0x86, 0x92, 0x88, 0x5f, 0x8d, + 0x06, 0x51, 0x6e, 0x2d, 0xa0, 0x3c, 0x22, 0x84, 0x94, 0x54, 0x52, 0x18, 0xdb, 0x90, 0x0f, 0xdc, + 0xc6, 0xfb, 0x44, 0x77, 0x6d, 0xe1, 0x52, 0x53, 0x9a, 0x7c, 0xe0, 0xe2, 0x5c, 0x81, 0x08, 0x14, + 0xcd, 0xa5, 0x73, 0x31, 0x42, 0x50, 0xe6, 0x12, 0x14, 0xc6, 0x37, 0x69, 0x80, 0xfc, 0x80, 0x88, + 0x3f, 0x5a, 0x40, 0x3c, 0x14, 0x18, 0x29, 0x75, 0x12, 0x45, 0xbf, 0x81, 0xf5, 0xd7, 0x3c, 0x20, + 0x2b, 0xbb, 0xb6, 0x94, 0xfc, 0x99, 0xc0, 0x50, 0xc8, 0x25, 0x0d, 0x92, 0x07, 0xdc, 0x3a, 0xb5, + 0xa6, 0xbc, 0x71, 0x7d, 0x29, 0x39, 0x13, 0x18, 0x0a, 0xb9, 0xa4, 0x31, 0xbe, 0x8e, 0x43, 0xdb, + 0x87, 0x44, 0xdc, 0x5a, 0xb4, 0x74, 0x1e, 0x3d, 0x6f, 0x47, 0x91, 0x7a, 0xb2, 0x44, 0x82, 0x27, + 0x6b, 0x9d, 0xf8, 0x6f, 0xbc, 0xc6, 0x8d, 0xa5, 0x27, 0xbb, 0x83, 0xe3, 0x0a, 0x21, 0xe1, 0x0b, + 0x42, 0xd7, 0xb7, 0x1b, 0x5b, 0x17, 0x10, 0xba, 0xbe, 0x9d, 0x21, 0x74, 0x7d, 0xdb, 0x78, 0x00, + 0x05, 0xd3, 0x9a, 0x36, 0x3e, 0x22, 0xb2, 0xeb, 0x0b, 0xc8, 0xda, 0xd6, 0x34, 0x25, 0x42, 0x5c, + 0xa1, 0x7e, 0x68, 0xba, 0xad, 0x0b, 0xd4, 0xef, 0x15, 0xf7, 0x32, 0xea, 0x87, 0x86, 0xfc, 0x08, + 0x8a, 0xbf, 0xc2, 0x32, 0xac, 0x71, 0x73, 0x29, 0x21, 0x95, 0x69, 0x0a, 0x21, 0xe1, 0x23, 0x61, + 0x88, 0x6e, 0xa1, 0xf1, 0xf1, 0x52, 0x42, 0x72, 0x1b, 0x0a, 0x21, 0xe1, 0x37, 0xc7, 0x50, 0x55, + 0x6d, 0x4f, 0x06, 0xa2, 0xdc, 0xb2, 0x40, 0x74, 0x0d, 0xf4, 0x80, 0x5b, 0xf3, 0x20, 0x74, 0x5e, + 0x0b, 0xa3, 0x2f, 0xb3, 0x14, 0x90, 0x54, 0xf8, 0x05, 0xaa, 0xfc, 0xa9, 0xdd, 0xbc, 0x07, 0x55, + 0xd5, 0x46, 0x57, 0x4c, 0x80, 0xe8, 0xaa, 0x65, 0xae, 0x42, 0x3f, 0x80, 0x5a, 0xc6, 0x1c, 0x2f, + 0xb1, 0x7e, 0xcf, 0x8f, 0x75, 0x57, 0xde, 0x35, 0x26, 0x80, 0xe6, 0x31, 0xe8, 0x89, 0x91, 0xfe, + 0x3c, 0x49, 0x5c, 0x3c, 0xcf, 0x1e, 0xd4, 0x32, 0x86, 0xbd, 0x6a, 0xae, 0x77, 0xa1, 0x14, 0x99, + 0xc1, 0x84, 0x47, 0xd2, 0xb9, 0xcb, 0x5e, 0x73, 0x1f, 0x36, 0xb2, 0x36, 0xfe, 0x87, 0x32, 0xfa, + 0xbf, 0x1c, 0x6c, 0x64, 0xcd, 0x7d, 0x15, 0xa7, 0x6f, 0x45, 0x42, 0x94, 0xa7, 0x94, 0xe6, 0xde, + 0x4a, 0xef, 0xb1, 0xfd, 0xac, 0xc3, 0x86, 0xdd, 0x41, 0x7f, 0xbc, 0xd3, 0xdb, 0xa5, 0x24, 0x09, + 0xa3, 0x92, 0x6b, 0xbe, 0x8d, 0xbd, 0x50, 0x81, 0x62, 0x8f, 0x02, 0xc1, 0x1a, 0x77, 0x12, 0x98, + 0x2f, 0x63, 0x04, 0x11, 0xc1, 0x55, 0x50, 0xeb, 0x4b, 0xa8, 0x28, 0x5c, 0x0d, 0x80, 0xd2, 0x0e, + 0xeb, 0xb4, 0x47, 0x9d, 0xfa, 0x9a, 0xa1, 0x43, 0xf1, 0xf0, 0x88, 0xed, 0x77, 0xea, 0x39, 0xa3, + 0x0c, 0xda, 0x41, 0x77, 0x38, 0xaa, 0xe7, 0xb1, 0xb5, 0xcf, 0xda, 0x4f, 0xea, 0x85, 0xe6, 0xef, + 0x35, 0xd8, 0xc8, 0xba, 0xa7, 0x05, 0x99, 0xf2, 0xca, 0x1d, 0x66, 0x39, 0x6c, 0xb3, 0xce, 0xce, + 0x8b, 0x9d, 0x83, 0x4e, 0xba, 0xc3, 0x43, 0xa8, 0x04, 0x3c, 0x8c, 0xfc, 0x80, 0x63, 0x51, 0x23, + 0x73, 0xb7, 0xed, 0x4b, 0x30, 0x12, 0x44, 0x7b, 0x58, 0x09, 0x31, 0x95, 0x85, 0xd1, 0x05, 0x7d, + 0x36, 0x0f, 0x26, 0xdc, 0x36, 0xa3, 0x38, 0x7b, 0xfe, 0x74, 0x35, 0xbf, 0x43, 0x24, 0xd9, 0x35, + 0x23, 0xce, 0x52, 0x6a, 0x63, 0x1f, 0xca, 0x53, 0x27, 0x8c, 0x68, 0x65, 0xc5, 0xcb, 0x72, 0x3a, + 0x70, 0xc2, 0x48, 0x2c, 0x2b, 0x21, 0x6e, 0x3e, 0x87, 0xaa, 0xba, 0x60, 0x2a, 0xe8, 0xfc, 0xc0, + 0xe2, 0xb2, 0xbc, 0x16, 0x1d, 0x54, 0x3c, 0xf7, 0x15, 0x65, 0x55, 0xc2, 0x54, 0x64, 0x0f, 0x33, + 0x53, 0x79, 0x9c, 0xa1, 0x34, 0x93, 0xa4, 0xdf, 0xdc, 0x07, 0x3d, 0x59, 0x3a, 0xba, 0x96, 0x53, + 0x6e, 0x06, 0xc4, 0xb5, 0xc8, 0xa8, 0x8d, 0x53, 0xb9, 0xbe, 0x27, 0x79, 0x16, 0x99, 0xe8, 0xe0, + 0x49, 0xda, 0xe6, 0xa9, 0xd4, 0x28, 0x6c, 0x36, 0x3f, 0x05, 0x3d, 0x59, 0xb9, 0xd4, 0x3b, 0xee, + 0x45, 0x81, 0x43, 0xef, 0x07, 0xb1, 0xde, 0x49, 0x48, 0xeb, 0x3e, 0x54, 0x94, 0x93, 0x34, 0x2a, + 0xb0, 0xce, 0x3a, 0xc3, 0xd1, 0x80, 0x2d, 0x53, 0xab, 0xe6, 0xdf, 0xe7, 0x61, 0xf3, 0x4c, 0xb8, + 0x5a, 0x65, 0x3c, 0x7b, 0xc9, 0xe5, 0x62, 0x9e, 0xd2, 0xc2, 0xed, 0xd5, 0x11, 0x70, 0xe1, 0x2d, + 0x63, 0xc6, 0x07, 0x15, 0xce, 0xfa, 0xa0, 0x16, 0x54, 0x5f, 0xf1, 0xd3, 0x30, 0xf2, 0x6d, 0x3e, + 0xe5, 0xa4, 0x30, 0x85, 0xdb, 0x3a, 0xcb, 0xc0, 0xf0, 0x5c, 0xac, 0x80, 0xa3, 0x3a, 0x15, 0xc5, + 0xb9, 0x88, 0xde, 0xcf, 0xb8, 0x4b, 0x6c, 0x8e, 0xa0, 0xaa, 0x46, 0xe0, 0x55, 0xb2, 0xb8, 0x15, + 0x67, 0xee, 0x4b, 0x52, 0x48, 0x31, 0xda, 0x6c, 0x23, 0xd7, 0x34, 0x3c, 0xaf, 0xe2, 0x1a, 0x47, + 0xa2, 0xbc, 0x12, 0x89, 0x7e, 0x97, 0x07, 0x48, 0x63, 0xf5, 0x2a, 0x0e, 0x8f, 0x55, 0xf3, 0xbf, + 0x73, 0x61, 0xd8, 0xdf, 0x6e, 0xef, 0x1c, 0x8c, 0x77, 0x06, 0xbd, 0x5e, 0xbb, 0x2f, 0x4d, 0xff, + 0xe2, 0x83, 0xf9, 0x3a, 0x73, 0xed, 0xf5, 0xc9, 0x6a, 0xde, 0x4a, 0xa1, 0x68, 0x80, 0x16, 0xcc, + 0xa7, 0xe2, 0xb8, 0x74, 0x46, 0x6d, 0x34, 0xa2, 0x99, 0x1f, 0x3a, 0x49, 0x05, 0x57, 0x63, 0x49, + 0xbf, 0x75, 0x0f, 0x2a, 0xca, 0xea, 0x50, 0x6d, 0xfb, 0x83, 0x3e, 0xea, 0x32, 0x40, 0xa9, 0x37, + 0xd8, 0xed, 0xee, 0xbd, 0x50, 0x95, 0xb9, 0x75, 0x0b, 0xca, 0xf1, 0x84, 0x46, 0x15, 0xca, 0x47, + 0xc3, 0x0e, 0x1b, 0xb7, 0x77, 0x0e, 0xea, 0x6b, 0x68, 0x08, 0xc3, 0x17, 0x43, 0xea, 0xe4, 0x9a, + 0x5f, 0x61, 0x94, 0x4e, 0x13, 0x98, 0x15, 0xb5, 0x8a, 0x40, 0x15, 0x18, 0xcd, 0xdf, 0xe5, 0xa0, + 0xaa, 0xe6, 0x30, 0x0b, 0xaf, 0x0e, 0x6f, 0x28, 0xe5, 0xf0, 0x39, 0x8d, 0xc0, 0xd3, 0xd9, 0x82, + 0xbc, 0x3f, 0x93, 0xf7, 0xce, 0xf5, 0xec, 0xbd, 0xf3, 0xe0, 0x90, 0xe5, 0xfd, 0x59, 0xe6, 0x16, + 0x57, 0x3b, 0x73, 0x8b, 0xab, 0xde, 0x13, 0x17, 0xcf, 0xdc, 0x13, 0xdf, 0x81, 0x22, 0xba, 0x82, + 0x53, 0x92, 0xe4, 0x86, 0xb2, 0x15, 0x62, 0xde, 0xe9, 0x8f, 0xd8, 0x0b, 0x26, 0x30, 0x9a, 0xff, + 0xa5, 0x41, 0x55, 0xcd, 0xaa, 0x8c, 0xaf, 0x20, 0x3f, 0x0d, 0xa5, 0x0c, 0x7e, 0xb1, 0x22, 0x05, + 0xdb, 0x3e, 0x08, 0xa9, 0x8b, 0xc5, 0xc0, 0x34, 0x34, 0xfe, 0x82, 0x36, 0x24, 0x76, 0xfc, 0xd9, + 0x2a, 0xd2, 0xc1, 0x0c, 0x6b, 0x55, 0x9e, 0xd0, 0xfb, 0xb3, 0xe6, 0xbf, 0xe6, 0x60, 0x5d, 0x72, + 0x34, 0x06, 0xa0, 0xfb, 0xf3, 0xe8, 0xd8, 0x0f, 0x5c, 0x33, 0x92, 0x97, 0x0e, 0x0f, 0x2e, 0xb9, + 0x9a, 0xed, 0xc1, 0x3c, 0xda, 0x23, 0x42, 0x96, 0xf2, 0xa0, 0xfa, 0x32, 0xb9, 0x23, 0x10, 0x35, + 0xbd, 0x72, 0x1b, 0xf0, 0x4b, 0xd0, 0x13, 0x2a, 0x45, 0xc1, 0x36, 0x00, 0x7a, 0x83, 0x7e, 0x77, + 0x34, 0x60, 0xdd, 0xfe, 0x7e, 0x3d, 0x87, 0x0a, 0x84, 0x4a, 0x86, 0x1d, 0x8a, 0xc5, 0xdf, 0x0d, + 0x07, 0xfd, 0x7a, 0xa1, 0xf9, 0x37, 0x79, 0xa8, 0xaa, 0xfb, 0x31, 0xbe, 0x25, 0x49, 0x88, 0x65, + 0xdf, 0xff, 0x29, 0x92, 0xd8, 0x1e, 0xcc, 0xe8, 0xe4, 0xaf, 0xc6, 0xb9, 0xb0, 0x58, 0xa9, 0xe8, + 0xa0, 0x0b, 0xc3, 0x34, 0x5e, 0xdc, 0x0f, 0x50, 0x96, 0x1e, 0x2b, 0x9e, 0xa6, 0xd4, 0xf9, 0x06, + 0x68, 0xf3, 0x90, 0x07, 0xb1, 0x79, 0x61, 0x3b, 0xbd, 0x45, 0x28, 0x29, 0xb7, 0x08, 0xad, 0x03, + 0xc8, 0x0f, 0x66, 0x99, 0xa4, 0x03, 0xa0, 0xc4, 0x3a, 0xbd, 0xc1, 0x33, 0x0c, 0x0f, 0x3a, 0x14, + 0x87, 0x4f, 0xdb, 0xac, 0x53, 0xcf, 0xe3, 0xbe, 0x8f, 0xfa, 0xa2, 0x53, 0x40, 0x9c, 0xf6, 0xce, + 0x4e, 0x67, 0x38, 0xac, 0x6b, 0x8a, 0x05, 0x16, 0x9f, 0x94, 0xa1, 0x14, 0xce, 0x5f, 0x5a, 0xae, + 0xfd, 0x44, 0x87, 0x75, 0xcb, 0x77, 0x5d, 0xd3, 0xb3, 0x5b, 0xff, 0x58, 0x05, 0xc0, 0x7d, 0xcb, + 0xeb, 0xac, 0x47, 0x50, 0xe4, 0x41, 0xe0, 0x07, 0x52, 0xc1, 0xb2, 0x35, 0x97, 0xc0, 0xd9, 0xee, + 0x20, 0x42, 0xdc, 0x63, 0x02, 0x5f, 0xad, 0xf6, 0x84, 0x82, 0xdd, 0x5c, 0x44, 0x9a, 0x24, 0x6c, + 0x92, 0x78, 0x51, 0xb5, 0x57, 0x58, 0x4e, 0x9e, 0xa4, 0x0a, 0x31, 0x79, 0x5c, 0xed, 0xc9, 0xfa, + 0x49, 0x5b, 0x50, 0x98, 0x48, 0x52, 0xf2, 0x76, 0x92, 0x2c, 0xae, 0x9f, 0x44, 0x19, 0x54, 0x5c, + 0xbe, 0x53, 0xe9, 0x43, 0xe2, 0x9d, 0x9e, 0x29, 0x83, 0x4a, 0xcb, 0x09, 0xa5, 0xfe, 0xc4, 0x84, + 0xa2, 0x0c, 0xfa, 0x02, 0x6a, 0x19, 0xd1, 0xa1, 0x22, 0x58, 0x18, 0x40, 0x72, 0x22, 0x80, 0x60, + 0x9b, 0x1e, 0x17, 0xc2, 0x89, 0x54, 0x2b, 0x6c, 0x36, 0xff, 0x3b, 0x07, 0x9b, 0x67, 0xe4, 0x76, + 0x39, 0x4a, 0xe3, 0xfb, 0x4c, 0xe2, 0x83, 0x49, 0xc0, 0xfd, 0x4b, 0x1c, 0x4a, 0xdc, 0xef, 0x7a, + 0xc7, 0xbe, 0x92, 0x29, 0xfd, 0x00, 0x15, 0x65, 0x60, 0x55, 0x64, 0x4b, 0x1e, 0x49, 0xf3, 0xcb, + 0x1f, 0x49, 0x9b, 0xbf, 0x2d, 0xc0, 0xe6, 0x99, 0x23, 0xbd, 0xfc, 0xce, 0xe4, 0xd1, 0x5f, 0xb8, + 0xb3, 0x33, 0xcc, 0xe3, 0xbe, 0xd8, 0x59, 0xcc, 0xa0, 0xf9, 0x9b, 0x3c, 0x54, 0x94, 0x91, 0x3f, + 0x4e, 0x32, 0x81, 0x12, 0xb0, 0x95, 0x57, 0x9c, 0xb3, 0x12, 0xa0, 0xb1, 0xe4, 0xf7, 0x08, 0x4d, + 0xf9, 0x3d, 0xe2, 0x50, 0x46, 0xee, 0x22, 0x79, 0xa7, 0x5f, 0xfe, 0xc4, 0x7d, 0x6d, 0xef, 0x76, + 0x0e, 0x3a, 0xa3, 0xee, 0xa0, 0xaf, 0xc4, 0x73, 0x99, 0x59, 0x95, 0x92, 0xcc, 0xaa, 0xd5, 0x82, + 0xaa, 0x8a, 0x87, 0xae, 0x72, 0xaf, 0x7b, 0x80, 0x0e, 0xa6, 0x0c, 0xda, 0x88, 0x75, 0x3a, 0xf5, + 0x5c, 0x73, 0x1f, 0x2a, 0x8a, 0xd1, 0x5c, 0xf2, 0x60, 0xe2, 0xd4, 0xa1, 0x90, 0xa6, 0x0e, 0xcd, + 0x13, 0xa8, 0x65, 0x0c, 0xe9, 0x92, 0xac, 0x1e, 0x80, 0x4e, 0x06, 0xe7, 0x89, 0x6a, 0xbf, 0x90, + 0x89, 0xf9, 0xe9, 0x43, 0x32, 0x4b, 0xb1, 0x9a, 0xa1, 0xbc, 0x33, 0xa6, 0x63, 0x8c, 0xef, 0x87, + 0x73, 0xd9, 0xfb, 0x61, 0x7a, 0x59, 0x91, 0x77, 0xc6, 0xd8, 0x5e, 0xb4, 0xe4, 0xf8, 0x41, 0x53, + 0x4b, 0x1f, 0x34, 0x1b, 0xb0, 0xee, 0x91, 0x19, 0xdb, 0x32, 0x9a, 0xc7, 0xdd, 0xe6, 0x63, 0xa8, + 0x88, 0x8b, 0x56, 0xcb, 0xe2, 0x61, 0xb8, 0x70, 0xda, 0x06, 0xac, 0x4f, 0x02, 0xd3, 0x8b, 0xb8, + 0x2d, 0x4b, 0x93, 0xb8, 0xdb, 0xfc, 0xa7, 0x1c, 0xd4, 0x32, 0xce, 0xe2, 0x92, 0xc2, 0xf9, 0x02, + 0x4a, 0x34, 0x7d, 0xac, 0xfe, 0xd7, 0x97, 0x7a, 0x21, 0x52, 0x76, 0x89, 0x6c, 0x3c, 0x82, 0x92, + 0x49, 0xcb, 0xa4, 0x44, 0x7d, 0x89, 0xab, 0x54, 0x76, 0xc3, 0x24, 0x7a, 0xeb, 0x0e, 0xd4, 0xfa, + 0xe1, 0x30, 0x32, 0xa3, 0x95, 0xd7, 0xb5, 0xad, 0x7f, 0x29, 0xc0, 0x46, 0x8c, 0x7b, 0xc1, 0x9e, + 0x0c, 0xd0, 0x78, 0xba, 0x29, 0x6a, 0x53, 0x54, 0x8d, 0xb0, 0x50, 0x90, 0x37, 0xec, 0xd4, 0xc1, + 0xfa, 0xc1, 0x53, 0x73, 0x2c, 0xd9, 0xc3, 0xea, 0xdd, 0x53, 0x7e, 0x56, 0x10, 0xc7, 0xa2, 0x82, + 0x8c, 0x0f, 0x40, 0x7f, 0xe9, 0xfb, 0xd1, 0x98, 0xec, 0x50, 0xbc, 0xe4, 0x97, 0x11, 0x40, 0x3f, + 0x55, 0xdd, 0x80, 0x8a, 0x35, 0x0f, 0xe8, 0x4f, 0x94, 0x63, 0xc7, 0x96, 0x6f, 0xf9, 0x20, 0x41, + 0x7b, 0x8e, 0xad, 0x22, 0x58, 0x8e, 0x2d, 0x5f, 0xf2, 0x63, 0x84, 0x1d, 0x81, 0xe0, 0x72, 0x77, + 0xfc, 0xda, 0x09, 0xa2, 0xb9, 0x39, 0x95, 0xef, 0xf8, 0xe0, 0x72, 0xf7, 0x99, 0x80, 0x18, 0x1f, + 0x41, 0x15, 0x11, 0x02, 0x1e, 0x3a, 0x36, 0xf7, 0x22, 0xf9, 0x30, 0x89, 0x44, 0x4c, 0x82, 0x70, + 0x89, 0x88, 0x22, 0x22, 0x4a, 0x45, 0xe6, 0x89, 0xdc, 0x15, 0x69, 0xca, 0x75, 0x40, 0x6e, 0xe3, + 0x49, 0xe0, 0xbf, 0x89, 0x4e, 0xe8, 0x95, 0x52, 0x63, 0x88, 0xbe, 0x4f, 0x00, 0x3c, 0x83, 0xe8, + 0x24, 0xe0, 0xa6, 0x2d, 0x9e, 0xe7, 0x35, 0x16, 0x77, 0x51, 0x61, 0x8e, 0xed, 0x90, 0x1e, 0x24, + 0x35, 0x86, 0x4d, 0x14, 0xe2, 0x7c, 0x46, 0x72, 0x10, 0x7f, 0x81, 0xc8, 0x5e, 0xeb, 0xdf, 0x0a, + 0x50, 0xeb, 0x99, 0x9e, 0x33, 0x4d, 0x72, 0xe5, 0x6f, 0xa1, 0x1a, 0x88, 0xe6, 0x58, 0x79, 0x51, + 0x4a, 0x2f, 0x9b, 0x7b, 0xed, 0x7e, 0xf7, 0xa0, 0x3d, 0x66, 0x9d, 0x1f, 0x8e, 0x3a, 0xc3, 0x91, + 0xa8, 0x1b, 0x2a, 0x92, 0x62, 0x84, 0xee, 0xe6, 0x7d, 0x28, 0xa3, 0x2e, 0x8c, 0xcf, 0xfc, 0x0d, + 0xf7, 0xbd, 0x78, 0x24, 0xa2, 0x3f, 0x0e, 0x2d, 0x3f, 0xce, 0x92, 0x92, 0x3e, 0x6e, 0x96, 0xa4, + 0x30, 0x56, 0xff, 0x02, 0x20, 0x08, 0xfd, 0xd1, 0xb5, 0x05, 0x15, 0x9b, 0x87, 0x56, 0xe0, 0xcc, + 0x92, 0x27, 0x15, 0x9d, 0xa9, 0x20, 0x9c, 0x57, 0x30, 0x90, 0xbf, 0x95, 0xe9, 0x6c, 0x9d, 0xfa, + 0x5d, 0xdb, 0xf8, 0x18, 0x36, 0xc4, 0x90, 0x78, 0x5d, 0x95, 0xc7, 0xad, 0xb3, 0x2a, 0x41, 0xf7, + 0x11, 0x28, 0xfe, 0x3d, 0x13, 0x29, 0x41, 0x59, 0xd4, 0xfa, 0x22, 0xde, 0x37, 0x60, 0x9d, 0x0a, + 0x56, 0x3f, 0xa0, 0x13, 0xd6, 0x59, 0xdc, 0x45, 0x99, 0x72, 0x91, 0xb5, 0x81, 0x78, 0x92, 0x11, + 0x3d, 0x3c, 0x76, 0xd3, 0x76, 0x1d, 0x6f, 0x2c, 0x47, 0x2b, 0x62, 0xad, 0x04, 0xeb, 0x24, 0xef, + 0xc0, 0x62, 0x41, 0xf4, 0x5c, 0x55, 0x55, 0x36, 0xfb, 0xd4, 0x0f, 0x23, 0xe3, 0x56, 0xbc, 0xde, + 0xf8, 0x25, 0x5c, 0xfe, 0x7f, 0x51, 0x23, 0x68, 0xfc, 0xea, 0xdd, 0xfa, 0x7d, 0x0e, 0x36, 0xe2, + 0xc3, 0x93, 0xa6, 0x26, 0x5d, 0x45, 0x2e, 0xe3, 0x92, 0xad, 0xb8, 0x4c, 0x2d, 0x4a, 0xe3, 0xbb, + 0x0e, 0x10, 0xf9, 0x91, 0x39, 0x1d, 0xcf, 0x43, 0xf9, 0x5c, 0x53, 0x60, 0x3a, 0x41, 0x8e, 0x42, + 0x8e, 0x21, 0x6e, 0x43, 0x0c, 0x5b, 0xe6, 0xcc, 0xb4, 0x9c, 0x48, 0x3c, 0xf6, 0x15, 0x58, 0x8d, + 0xa0, 0x3b, 0x12, 0x68, 0x7c, 0x02, 0x9b, 0x1e, 0x7f, 0x23, 0x74, 0x77, 0x9c, 0x26, 0x53, 0x05, + 0x56, 0xf3, 0xf8, 0x1b, 0xd2, 0x60, 0x72, 0xd3, 0x28, 0xfd, 0x14, 0x4f, 0x79, 0xf6, 0xaa, 0xc6, + 0x68, 0x87, 0x66, 0x74, 0x72, 0xf7, 0xcf, 0x41, 0x3b, 0x13, 0x8b, 0x6a, 0xa0, 0xef, 0x0c, 0xfa, + 0xa3, 0x76, 0xb7, 0xdf, 0x61, 0x0b, 0x92, 0xfb, 0xe1, 0xa8, 0x3d, 0xaa, 0x17, 0xee, 0xde, 0x03, + 0x3d, 0xf9, 0x17, 0x08, 0xc1, 0x58, 0x4f, 0x8a, 0x7b, 0x94, 0x7d, 0x36, 0x38, 0x3a, 0x14, 0xd9, + 0xf1, 0x21, 0x1b, 0x7c, 0xd7, 0xd9, 0x41, 0xf4, 0xfb, 0xb0, 0x2e, 0x4b, 0x38, 0x63, 0x1d, 0x0a, + 0xfb, 0x9d, 0x51, 0x7d, 0x0d, 0x1b, 0xc3, 0xce, 0xa8, 0x9e, 0x33, 0x4a, 0x90, 0x67, 0xbd, 0x7a, + 0x9e, 0xd2, 0xec, 0x5e, 0x7f, 0xb0, 0xdb, 0x21, 0xfe, 0x90, 0x96, 0x65, 0xd9, 0xe2, 0xf6, 0xd9, + 0xe0, 0xe0, 0xa8, 0x27, 0x53, 0xf1, 0x2e, 0xa1, 0xe7, 0xef, 0xfe, 0x26, 0x07, 0x57, 0x16, 0x98, + 0x88, 0x51, 0x87, 0xaa, 0xc8, 0xe2, 0xc7, 0x22, 0x4f, 0x5f, 0x43, 0x08, 0x05, 0xe1, 0x18, 0x92, + 0x43, 0x48, 0xe7, 0xf9, 0xa8, 0xd3, 0xdf, 0x1d, 0xc7, 0x89, 0x7d, 0x1d, 0xaa, 0xc3, 0xa7, 0xac, + 0xdb, 0xff, 0x7e, 0x1c, 0x67, 0xf7, 0x57, 0x60, 0xb3, 0xd7, 0xee, 0xb7, 0xf7, 0x3b, 0xe3, 0xce, + 0x73, 0x29, 0x0d, 0x8d, 0xca, 0xe8, 0xbe, 0x00, 0xd7, 0x8b, 0x86, 0x01, 0x1b, 0xfb, 0x9d, 0xd1, + 0x78, 0xa7, 0x7d, 0xd8, 0xde, 0xe9, 0x8e, 0xba, 0x9d, 0x61, 0xbd, 0xf4, 0xf0, 0x7f, 0x0b, 0x50, + 0xe8, 0xf8, 0xa1, 0xf1, 0x10, 0xb4, 0x43, 0xc7, 0x9b, 0x18, 0xe9, 0xfb, 0xab, 0xf2, 0xc3, 0x6f, + 0xd3, 0x38, 0x03, 0x9d, 0x4d, 0x4f, 0x5b, 0x6b, 0xc6, 0x03, 0xc8, 0xf7, 0x76, 0x0d, 0x43, 0x49, + 0x85, 0x62, 0xfc, 0x2b, 0x19, 0x98, 0x50, 0xc1, 0xd6, 0xda, 0xe7, 0x39, 0xe3, 0x0b, 0xd0, 0xf6, + 0x1c, 0xcf, 0x36, 0xd4, 0xe7, 0xee, 0xe4, 0xb1, 0x7a, 0x39, 0xd9, 0x63, 0x28, 0x89, 0xd0, 0x61, + 0xbc, 0x9b, 0x46, 0x26, 0x35, 0xee, 0x34, 0xdf, 0x3b, 0x07, 0x8f, 0xc9, 0x8d, 0xef, 0x60, 0xf3, + 0xcc, 0x1f, 0xc5, 0xc6, 0x8d, 0xf3, 0xaf, 0xe8, 0x99, 0x9f, 0x7c, 0x9b, 0xe9, 0xfa, 0x94, 0xbf, + 0x74, 0x5b, 0x6b, 0xc6, 0x5f, 0x02, 0xa4, 0x7f, 0x04, 0x1b, 0xcd, 0xcc, 0xa3, 0xfd, 0xe5, 0x38, + 0x3c, 0x00, 0xad, 0xf3, 0x96, 0x5b, 0x8a, 0xd8, 0x92, 0xf2, 0x52, 0xd9, 0x7f, 0x1a, 0x76, 0x5b, + 0x6b, 0xc6, 0x53, 0xb8, 0x22, 0xac, 0x79, 0xc8, 0x83, 0xd7, 0x3c, 0xb9, 0xe8, 0x4b, 0x45, 0x91, + 0x71, 0xd4, 0x8a, 0x28, 0xb2, 0x3e, 0xa0, 0xb5, 0xf6, 0xe4, 0x08, 0x36, 0x1d, 0x7f, 0x7b, 0x82, + 0x63, 0x12, 0xe7, 0x49, 0xb9, 0xe3, 0x87, 0x94, 0x30, 0x1d, 0xe6, 0xfe, 0xea, 0xf3, 0x89, 0x13, + 0x9d, 0xcc, 0x5f, 0x6e, 0x5b, 0xbe, 0x7b, 0xdf, 0xe2, 0x81, 0x77, 0x8f, 0xfb, 0xe1, 0x7d, 0xc4, + 0xbe, 0x47, 0xde, 0xf8, 0x3e, 0x7d, 0x5f, 0xce, 0x8f, 0x1f, 0x73, 0x3f, 0x1c, 0x23, 0xfc, 0x1f, + 0xf2, 0x85, 0xce, 0x60, 0xf8, 0xb2, 0x44, 0x03, 0x7f, 0xfa, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x8f, 0xfd, 0x31, 0xde, 0x3b, 0x2e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/eosclient/eosgrpc/eos_grpc/Rpc.proto b/pkg/eosclient/eosgrpc/eos_grpc/Rpc.proto index 97c68bdaa5..ee49fcb49a 100644 --- a/pkg/eosclient/eosgrpc/eos_grpc/Rpc.proto +++ b/pkg/eosclient/eosgrpc/eos_grpc/Rpc.proto @@ -1,25 +1,24 @@ // @project The CERN Tape Archive (CTA) // @brief CTA-EOS gRPC API for CASTOR-EOS migration // @copyright Copyright 2019 CERN -// @license This program is free software: you can redistribute it and/or -// modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 -// of the License, or (at your option) any later version. +// @license This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // -// This program is distributed in the hope that it will be -// useful, but WITHOUT ANY WARRANTY; without even the implied -// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -// PURPOSE. See the GNU General Public License for more -// details. +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. // -// You should have received a copy of the GNU General Public -// License along with this program. If not, see -// . +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // NOTE: Compile for Go with: // protoc ./eos_grpc.proto --go_out=plugins=grpc:. + syntax = "proto3"; package eos.rpc; @@ -30,36 +29,37 @@ option java_outer_classname = "EosProto"; option objc_class_prefix = "EOS"; option go_package = "github.com/cern-eos/grpc-proto/protobuf;eos_grpc"; + service Eos { // Replies to a ping - rpc Ping(PingRequest) returns (PingReply) {} + rpc Ping (PingRequest) returns (PingReply) {} // --------------------------------------------------------------------- // NAMESPACE // --------------------------------------------------------------------- - // Replies to MD requests with a stream - rpc MD(MDRequest) returns (stream MDResponse) {} + // Replies to MD requests with a stream + rpc MD (MDRequest) returns (stream MDResponse) {} // Replies to Find requests with a stream - rpc Find(FindRequest) returns (stream MDResponse) {} + rpc Find (FindRequest) returns (stream MDResponse) {} // Replies to a NsStat operation - rpc NsStat(NsStatRequest) returns (NsStatResponse) {} + rpc NsStat (NsStatRequest) returns (NsStatResponse) {} // Replies to an insert - rpc ContainerInsert(ContainerInsertRequest) returns (InsertReply) {} - rpc FileInsert(FileInsertRequest) returns (InsertReply) {} + rpc ContainerInsert (ContainerInsertRequest) returns (InsertReply) {} + rpc FileInsert (FileInsertRequest) returns (InsertReply) {} // Replies to a NsRequest operation - rpc Exec(NSRequest) returns (NSResponse) {} + rpc Exec (NSRequest) returns (NSResponse) {} // --------------------------------------------------------------------- // OPENSTACK // --------------------------------------------------------------------- // Manila Driver - rpc ManilaServerRequest(ManilaRequest) returns (ManilaResponse) {} + rpc ManilaServerRequest (ManilaRequest) returns (ManilaResponse) {} } message PingRequest { @@ -67,7 +67,9 @@ message PingRequest { bytes message = 2; } -message PingReply { bytes message = 1; } +message PingReply { + bytes message = 1; +} // --------------------------------------------------------------------- // NAMESPACE @@ -111,7 +113,7 @@ message FileMdProto { bytes link_name = 9; Time ctime = 10; // change time Time mtime = 11; // modification time - Checksum checksum = 12; + Checksum checksum =12; repeated uint32 locations = 13; repeated uint32 unlink_locations = 14; map xattrs = 15; @@ -136,52 +138,34 @@ message ContainerMdProto { bytes path = 13; string etag = 14; uint64 inode = 15; + uint64 files = 16; + uint64 containers = 17; } -enum TYPE { - FILE = 0; - CONTAINER = 1; - LISTING = 2; - STAT = 3; -} - -enum QUOTATYPE { - USER = 0; - GROUP = 2; - PROJECT = 3; -} - -enum QUOTAOP { - GET = 0; - SET = 1; - RM = 2; - RMNODE = 3; -} - -enum QUOTAENTRY { - NONE = 0; - VOLUME = 1; - INODE = 2; -} - -message QuotaProto { - bytes path = 1; // quota node path - string name = 2; // associated name for the given type - QUOTATYPE type = 3; // user,group,project or all quota - uint64 usedbytes = 4; // bytes used physical - uint64 usedlogicalbytes = 5; // bytes used logical - uint64 usedfiles = 6; // number of files used - uint64 maxbytes = 7; // maximum number of bytes (volume quota) - uint64 maxlogicalbytes = - 8; // maximum number of logical bytes (logical volume quota) - uint64 maxfiles = 9; // maximum number of files (inode quota) - float percentageusedbytes = - 10; // percentage of volume quota used from 0 to 100 +enum TYPE { FILE = 0; CONTAINER = 1; LISTING = 2; STAT = 3;} + +enum QUOTATYPE { USER = 0; GROUP = 2; PROJECT = 3;} + +enum QUOTAOP { GET = 0; SET = 1; RM = 2; RMNODE = 3;} + +enum QUOTAENTRY { NONE = 0; VOLUME = 1; INODE = 2;} + +message QuotaProto { + bytes path = 1; // quota node path + string name = 2; // associated name for the given type + QUOTATYPE type = 3; // user,group,project or all quota + uint64 usedbytes = 4; // bytes used physical + uint64 usedlogicalbytes = 5; // bytes used logical + uint64 usedfiles = 6; // number of files used + uint64 maxbytes = 7; // maximum number of bytes (volume quota) + uint64 maxlogicalbytes = 8; // maximum number of logical bytes (logical volume quota) + uint64 maxfiles = 9; // maximum number of files (inode quota) + float percentageusedbytes = 10; // percentage of volume quota used from 0 to 100 float percentageusedfiles = 11; // percentag of inode quota used from 0 to 100 - string statusbytes = 12; // status string for volume quota ok,warning,exceeded - string statusfiles = 13; // status string for inode quota ok,warning,exceeded + string statusbytes = 12; // status string for volume quota ok,warning,exceeded + string statusfiles = 13; // status string for inode quota ok,warning,exceeded } - + message RoleId { uint64 uid = 1; uint64 gid = 2; @@ -242,25 +226,26 @@ message MDResponse { message FindRequest { TYPE type = 1; MDId id = 2; - RoleId role = 3; + RoleId role = 3; string authkey = 4; uint64 maxdepth = 5; MDSelection selection = 6; } message ShareAuth { - string prot = 1; - string name = 2; - string host = 3; + string prot = 1; + string name = 2; + string host = 3; } + message ShareProto { string permission = 1; - uint64 expires = 2; - string owner = 3; - string group = 4; + uint64 expires = 2; + string owner = 3; + string group = 4; uint64 generation = 5; - string path = 6; + string path = 6; bool allowtree = 7; string vtoken = 8; repeated ShareAuth origins = 9; @@ -279,10 +264,14 @@ message NSRequest { bool recursive = 2; int64 mode = 3; } - - message RmdirRequest { MDId id = 1; } - - message TouchRequest { MDId id = 1; } + + message RmdirRequest { + MDId id = 1; + } + + message TouchRequest { + MDId id = 1; + } message UnlinkRequest { MDId id = 1; @@ -307,24 +296,25 @@ message NSRequest { message VersionRequest { enum VERSION_CMD { - CREATE = 0; - PURGE = 1; - LIST = 2; - GRAB = 3; - } - MDId id = 1; - VERSION_CMD cmd = 2; - int32 maxversion = 3; - string grabversion = 4; + CREATE= 0; + PURGE = 1; + LIST = 2; + GRAB = 3; + } + MDId id = 1; + VERSION_CMD cmd = 2; + int32 maxversion = 3; + string grabversion = 4; } message RecycleRequest { - string key = 1; + string key = 1; enum RECYCLE_CMD { RESTORE = 0; PURGE = 1; LIST = 2; } + RECYCLE_CMD cmd = 2; message RestoreFlags { @@ -339,8 +329,13 @@ message NSRequest { int32 day = 3; } + message ListFlags { + int32 maxentries = 1; + } + RestoreFlags restoreflag = 3; PurgeDate purgedate = 4; + ListFlags listflag = 5; } message SetXAttrRequest { @@ -353,7 +348,7 @@ message NSRequest { message ChownRequest { MDId id = 1; - RoleId owner = 2; + RoleId owner = 2; } message ChmodRequest { @@ -365,7 +360,7 @@ message NSRequest { enum ACL_COMMAND { NONE = 0; MODIFY = 1; - LIST = 2; + LIST = 2; } enum ACL_TYPE { @@ -377,38 +372,40 @@ message NSRequest { ACL_COMMAND cmd = 2; bool recursive = 3; ACL_TYPE type = 4; - string rule = 5; + string rule = 5; uint32 position = 6; } - message TokenRequest { ShareToken token = 1; } + message TokenRequest { + ShareToken token = 1; + } message QuotaRequest { bytes path = 1; RoleId id = 2; - QUOTAOP op = 3; // get or set, rm or rmnode - uint64 maxfiles = 4; // maximum number of bytes (volume quota) for setting - uint64 maxbytes = 5; // maximum number of bytes (volume quota) for setting + QUOTAOP op = 3; // get or set, rm or rmnode + uint64 maxfiles = 4; // maximum number of bytes (volume quota) for setting + uint64 maxbytes = 5; // maximum number of bytes (volume quota) for setting QUOTAENTRY entry = 6; // select volume or inode entry for deletion } message ShareRequest { message LsShare { enum OutFormat { - NONE = 0; // - MONITORING = 1; // [-m] - LISTING = 2; // [-l] - JSON = 3; // [grpc] + NONE = 0; // + MONITORING = 1; // [-m] + LISTING = 2; // [-l] + JSON = 3; // [grpc] } - OutFormat outformat = 1; // - string selection = 2; // + OutFormat outformat = 1; // + string selection = 2; // } message OperateShare { enum Op { CREATE = 0; REMOVE = 1; - SHARE = 2; + SHARE = 2; UNSHARE = 3; ACCESS = 4; MODIFY = 5; @@ -422,7 +419,7 @@ message NSRequest { } oneof subcmd { - LsShare ls = 1; + LsShare ls = 1; OperateShare op = 2; } } @@ -432,70 +429,69 @@ message NSRequest { // Actual request data object oneof command { - MkdirRequest mkdir = 21; - RmdirRequest rmdir = 22; - TouchRequest touch = 23; - UnlinkRequest unlink = 24; - RmRequest rm = 25; - RenameRequest rename = 26; - SymlinkRequest symlink = 27; - VersionRequest version = 28; - RecycleRequest recycle = 29; - SetXAttrRequest xattr = 30; - ChownRequest chown = 31; - ChmodRequest chmod = 32; - AclRequest acl = 33; - TokenRequest token = 34; - QuotaRequest quota = 35; - ShareRequest share = 36; + MkdirRequest mkdir = 21; + RmdirRequest rmdir = 22; + TouchRequest touch = 23; + UnlinkRequest unlink = 24; + RmRequest rm = 25; + RenameRequest rename = 26; + SymlinkRequest symlink = 27; + VersionRequest version = 28; + RecycleRequest recycle = 29; + SetXAttrRequest xattr = 30; + ChownRequest chown = 31; + ChmodRequest chmod = 32; + AclRequest acl = 33; + TokenRequest token = 34; + QuotaRequest quota = 35; + ShareRequest share = 36; } } + + message NSResponse { message ErrorResponse { int64 code = 1; - string msg = 2; + string msg = 2; } message VersionResponse { message VersionInfo { - MDId id = 1; - Time mtime = 2; + MDId id = 1; + Time mtime = 2; } int64 code = 1; - string msg = 2; + string msg = 2; repeated VersionInfo versions = 3; } message RecycleResponse { int64 code = 1; - string msg = 2; - + string msg = 2; + message RecycleInfo { - enum DELETIONTYPE { - FILE = 0; - TREE = 1; - } - MDId id = 1; + enum DELETIONTYPE { FILE = 0; TREE = 1; } + MDId id = 1; RoleId owner = 2; - Time dtime = 3; + Time dtime = 3; uint64 size = 4; DELETIONTYPE type = 5; string key = 6; - } - + } + repeated RecycleInfo recycles = 3; } message AclResponse { int64 code = 1; - string msg = 2; + string msg = 2; string rule = 3; } message QuotaResponse { - int64 code = 1; - string msg = 2; + int64 code = 1; + string msg = 2; repeated QuotaProto quotanode = 3; } @@ -514,20 +510,22 @@ message NSResponse { message ShareResponse { int64 code = 1; - string msg = 2; + string msg = 2; repeated ShareInfo shares = 3; repeated ShareAccess access = 4; } - ErrorResponse error = 1; - VersionResponse version = 2; - RecycleResponse recycle = 3; - AclResponse acl = 4; - QuotaResponse quota = 5; - ShareResponse share = 6; + ErrorResponse error = 1; + VersionResponse version = 2; + RecycleResponse recycle = 3; + AclResponse acl = 4; + QuotaResponse quota = 5; + ShareResponse share = 6; } -message NsStatRequest { string authkey = 1; } +message NsStatRequest { + string authkey = 1; +} message NsStatResponse { int64 code = 1; @@ -552,53 +550,57 @@ message NsStatResponse { // --------------------------------------------------------------------- enum MANILA_REQUEST_TYPE { - CREATE_SHARE = 0; - DELETE_SHARE = 1; - EXTEND_SHARE = 2; - SHRINK_SHARE = 3; - MANAGE_EXISTING = 4; - UNMANAGE = 5; - GET_CAPACITIES = 6; - /* EXTRA FUNCTIONS NOT IMPLEMENTED */ - /* - CREATE_SNAPSHOT = 7; - DELETE_SNAPSHOT = 8; - CREATE_SHARE_FROM_SNAPSHOT = 9; - ENSURE_SHARE = 10; - ALLOW_ACCESS = 11; - DENY_ACCESS = 12; - GET_SHARE_STATS = 13; - DO_SETUP = 14; - SETUP_SERVER = 15; - TEARDOWN_SERVER = 16; - GET_NETWORK_ALLOCATIONS_NUMBER = 17; - VERIFY_SHARE_SERVER_HANDLING = 18; - CREATE_SHARE_GROUP = 19; - DELETE_SHARE_GROUP = 20; - */ + CREATE_SHARE = 0; + DELETE_SHARE = 1; + EXTEND_SHARE = 2; + SHRINK_SHARE = 3; + MANAGE_EXISTING = 4; + UNMANAGE = 5; + GET_CAPACITIES = 6; +/* EXTRA FUNCTIONS NOT IMPLEMENTED */ + /* + CREATE_SNAPSHOT = 7; + DELETE_SNAPSHOT = 8; + CREATE_SHARE_FROM_SNAPSHOT = 9; + ENSURE_SHARE = 10; + ALLOW_ACCESS = 11; + DENY_ACCESS = 12; + GET_SHARE_STATS = 13; + DO_SETUP = 14; + SETUP_SERVER = 15; + TEARDOWN_SERVER = 16; + GET_NETWORK_ALLOCATIONS_NUMBER = 17; + VERIFY_SHARE_SERVER_HANDLING = 18; + CREATE_SHARE_GROUP = 19; + DELETE_SHARE_GROUP = 20; + */ + } message ManilaRequest { - MANILA_REQUEST_TYPE request_type = 1; - string auth_key = 2; - string protocol = 3; - string share_name = 4; - string description = 5; - string share_id = 6; - string share_group_id = 7; - int32 quota = 8; - string creator = 9; - string egroup = 10; - string admin_egroup = 11; - string share_host = 12; - string share_location = 13; + MANILA_REQUEST_TYPE request_type = 1; + string auth_key = 2; + string protocol = 3; + string share_name = 4; + string description = 5; + string share_id = 6; + string share_group_id = 7; + int32 quota = 8; + string creator = 9; + string egroup = 10; + string admin_egroup = 11; + string share_host = 12; + string share_location = 13; } message ManilaResponse { - string msg = 1; // for generic messages - int32 code = 2; // < 1 is an error -- > 1 is OK - int64 total_used = 3; - int64 total_capacity = 4; - int64 new_share_quota = 5; - string new_share_path = 6; + string msg = 1; //for generic messages + int32 code = 2; // < 1 is an error -- > 1 is OK + int64 total_used = 3; + int64 total_capacity = 4; + int64 new_share_quota = 5; + string new_share_path = 6; + } + + From 0a258386d5f3fc3cea051810a8700ad43cd11f55 Mon Sep 17 00:00:00 2001 From: Fabrizio Furano Date: Thu, 28 Mar 2024 10:25:19 +0100 Subject: [PATCH 2/2] Add changelog --- changelog/unreleased/eosgrpc-rebuild.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/eosgrpc-rebuild.md diff --git a/changelog/unreleased/eosgrpc-rebuild.md b/changelog/unreleased/eosgrpc-rebuild.md new file mode 100644 index 0000000000..9638ad3921 --- /dev/null +++ b/changelog/unreleased/eosgrpc-rebuild.md @@ -0,0 +1,6 @@ +Enhancement: Rebuild eosgrpc proto + +Rebuild of the eosgrpc interface + +https://github.com/cs3org/reva/pull/4602 +