From 9d476f77ab67a748fd321853fe3c31c273e5b2be Mon Sep 17 00:00:00 2001 From: MaMe82 Date: Wed, 24 Oct 2018 19:54:17 +0200 Subject: [PATCH] Fix: provide updated proto, store uses current badger --- proto/gopherjs/grpc.pb.gopherjs.go | 40 ++ proto/grpc.pb.go | 706 +++++++++++++++++------------ proto/grpc.proto | 4 + service/datastore/store.go | 19 +- 4 files changed, 474 insertions(+), 295 deletions(-) diff --git a/proto/gopherjs/grpc.pb.gopherjs.go b/proto/gopherjs/grpc.pb.gopherjs.go index 67e59e3..6066a69 100644 --- a/proto/gopherjs/grpc.pb.gopherjs.go +++ b/proto/gopherjs/grpc.pb.gopherjs.go @@ -6136,6 +6136,7 @@ type P4WNP1Client interface { StoreUSBSettings(ctx context.Context, in *USBRequestSettingsStorage, opts ...grpcweb.CallOption) (*Empty, error) GetStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*GadgetSettings, error) DeployStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*GadgetSettings, error) + DeleteStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) StoreDeployedUSBSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) ListStoredUSBSettings(ctx context.Context, in *Empty, opts ...grpcweb.CallOption) (*StringMessageArray, error) // HIDScript / job management @@ -6162,6 +6163,7 @@ type P4WNP1Client interface { StoreWifiSettings(ctx context.Context, in *WifiRequestSettingsStorage, opts ...grpcweb.CallOption) (*Empty, error) GetStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*WiFiSettings, error) DeployStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*WiFiState, error) + DeleteStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) StoreDeployedWifiSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) ListStoredWifiSettings(ctx context.Context, in *Empty, opts ...grpcweb.CallOption) (*StringMessageArray, error) // Ethernet @@ -6171,6 +6173,7 @@ type P4WNP1Client interface { StoreEthernetInterfaceSettings(ctx context.Context, in *EthernetRequestSettingsStorage, opts ...grpcweb.CallOption) (*Empty, error) GetStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*EthernetInterfaceSettings, error) DeployStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) + DeleteStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) ListStoredEthernetInterfaceSettings(ctx context.Context, in *Empty, opts ...grpcweb.CallOption) (*StringMessageArray, error) // TriggerActions GetDeployedTriggerActionSet(ctx context.Context, in *Empty, opts ...grpcweb.CallOption) (*TriggerActionSet, error) @@ -6181,6 +6184,7 @@ type P4WNP1Client interface { StoreTriggerActionSet(ctx context.Context, in *TriggerActionSet, opts ...grpcweb.CallOption) (*Empty, error) DeployStoredTriggerActionSetReplace(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*TriggerActionSet, error) DeployStoredTriggerActionSetAdd(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*TriggerActionSet, error) + DeleteStoredTriggerActionSet(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) // DB backup&restore DBBackup(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) DBRestore(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) @@ -6335,6 +6339,15 @@ func (c *p4WNP1Client) DeployStoredUSBSettings(ctx context.Context, in *StringMe return new(GadgetSettings).Unmarshal(resp) } +func (c *p4WNP1Client) DeleteStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { + resp, err := c.client.RPCCall(ctx, "DeleteStoredUSBSettings", in.Marshal(), opts...) + if err != nil { + return nil, err + } + + return new(Empty).Unmarshal(resp) +} + func (c *p4WNP1Client) StoreDeployedUSBSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { resp, err := c.client.RPCCall(ctx, "StoreDeployedUSBSettings", in.Marshal(), opts...) if err != nil { @@ -6547,6 +6560,15 @@ func (c *p4WNP1Client) DeployStoredWifiSettings(ctx context.Context, in *StringM return new(WiFiState).Unmarshal(resp) } +func (c *p4WNP1Client) DeleteStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { + resp, err := c.client.RPCCall(ctx, "DeleteStoredWifiSettings", in.Marshal(), opts...) + if err != nil { + return nil, err + } + + return new(Empty).Unmarshal(resp) +} + func (c *p4WNP1Client) StoreDeployedWifiSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { resp, err := c.client.RPCCall(ctx, "StoreDeployedWifiSettings", in.Marshal(), opts...) if err != nil { @@ -6619,6 +6641,15 @@ func (c *p4WNP1Client) DeployStoredEthernetInterfaceSettings(ctx context.Context return new(Empty).Unmarshal(resp) } +func (c *p4WNP1Client) DeleteStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { + resp, err := c.client.RPCCall(ctx, "DeleteStoredEthernetInterfaceSettings", in.Marshal(), opts...) + if err != nil { + return nil, err + } + + return new(Empty).Unmarshal(resp) +} + func (c *p4WNP1Client) ListStoredEthernetInterfaceSettings(ctx context.Context, in *Empty, opts ...grpcweb.CallOption) (*StringMessageArray, error) { resp, err := c.client.RPCCall(ctx, "ListStoredEthernetInterfaceSettings", in.Marshal(), opts...) if err != nil { @@ -6700,6 +6731,15 @@ func (c *p4WNP1Client) DeployStoredTriggerActionSetAdd(ctx context.Context, in * return new(TriggerActionSet).Unmarshal(resp) } +func (c *p4WNP1Client) DeleteStoredTriggerActionSet(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { + resp, err := c.client.RPCCall(ctx, "DeleteStoredTriggerActionSet", in.Marshal(), opts...) + if err != nil { + return nil, err + } + + return new(Empty).Unmarshal(resp) +} + func (c *p4WNP1Client) DBBackup(ctx context.Context, in *StringMessage, opts ...grpcweb.CallOption) (*Empty, error) { resp, err := c.client.RPCCall(ctx, "DBBackup", in.Marshal(), opts...) if err != nil { diff --git a/proto/grpc.pb.go b/proto/grpc.pb.go index f69a98e..b9814a1 100644 --- a/proto/grpc.pb.go +++ b/proto/grpc.pb.go @@ -2964,6 +2964,7 @@ type P4WNP1Client interface { StoreUSBSettings(ctx context.Context, in *USBRequestSettingsStorage, opts ...grpc.CallOption) (*Empty, error) GetStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*GadgetSettings, error) DeployStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*GadgetSettings, error) + DeleteStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) StoreDeployedUSBSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) ListStoredUSBSettings(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StringMessageArray, error) // HIDScript / job management @@ -2990,6 +2991,7 @@ type P4WNP1Client interface { StoreWifiSettings(ctx context.Context, in *WifiRequestSettingsStorage, opts ...grpc.CallOption) (*Empty, error) GetStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*WiFiSettings, error) DeployStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*WiFiState, error) + DeleteStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) StoreDeployedWifiSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) ListStoredWifiSettings(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StringMessageArray, error) // Ethernet @@ -2999,6 +3001,7 @@ type P4WNP1Client interface { StoreEthernetInterfaceSettings(ctx context.Context, in *EthernetRequestSettingsStorage, opts ...grpc.CallOption) (*Empty, error) GetStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*EthernetInterfaceSettings, error) DeployStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) + DeleteStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) ListStoredEthernetInterfaceSettings(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StringMessageArray, error) // TriggerActions GetDeployedTriggerActionSet(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TriggerActionSet, error) @@ -3009,6 +3012,7 @@ type P4WNP1Client interface { StoreTriggerActionSet(ctx context.Context, in *TriggerActionSet, opts ...grpc.CallOption) (*Empty, error) DeployStoredTriggerActionSetReplace(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*TriggerActionSet, error) DeployStoredTriggerActionSetAdd(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*TriggerActionSet, error) + DeleteStoredTriggerActionSet(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) // DB backup&restore DBBackup(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) DBRestore(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) @@ -3160,6 +3164,15 @@ func (c *p4WNP1Client) DeployStoredUSBSettings(ctx context.Context, in *StringMe return out, nil } +func (c *p4WNP1Client) DeleteStoredUSBSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { + out := new(Empty) + err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/DeleteStoredUSBSettings", in, out, c.cc, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *p4WNP1Client) StoreDeployedUSBSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { out := new(Empty) err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/StoreDeployedUSBSettings", in, out, c.cc, opts...) @@ -3372,6 +3385,15 @@ func (c *p4WNP1Client) DeployStoredWifiSettings(ctx context.Context, in *StringM return out, nil } +func (c *p4WNP1Client) DeleteStoredWifiSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { + out := new(Empty) + err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/DeleteStoredWifiSettings", in, out, c.cc, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *p4WNP1Client) StoreDeployedWifiSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { out := new(Empty) err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/StoreDeployedWifiSettings", in, out, c.cc, opts...) @@ -3444,6 +3466,15 @@ func (c *p4WNP1Client) DeployStoredEthernetInterfaceSettings(ctx context.Context return out, nil } +func (c *p4WNP1Client) DeleteStoredEthernetInterfaceSettings(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { + out := new(Empty) + err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/DeleteStoredEthernetInterfaceSettings", in, out, c.cc, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *p4WNP1Client) ListStoredEthernetInterfaceSettings(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StringMessageArray, error) { out := new(StringMessageArray) err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/ListStoredEthernetInterfaceSettings", in, out, c.cc, opts...) @@ -3525,6 +3556,15 @@ func (c *p4WNP1Client) DeployStoredTriggerActionSetAdd(ctx context.Context, in * return out, nil } +func (c *p4WNP1Client) DeleteStoredTriggerActionSet(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { + out := new(Empty) + err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/DeleteStoredTriggerActionSet", in, out, c.cc, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *p4WNP1Client) DBBackup(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*Empty, error) { out := new(Empty) err := grpc.Invoke(ctx, "/P4wnP1_grpc.P4WNP1/DBBackup", in, out, c.cc, opts...) @@ -3590,6 +3630,7 @@ type P4WNP1Server interface { StoreUSBSettings(context.Context, *USBRequestSettingsStorage) (*Empty, error) GetStoredUSBSettings(context.Context, *StringMessage) (*GadgetSettings, error) DeployStoredUSBSettings(context.Context, *StringMessage) (*GadgetSettings, error) + DeleteStoredUSBSettings(context.Context, *StringMessage) (*Empty, error) StoreDeployedUSBSettings(context.Context, *StringMessage) (*Empty, error) ListStoredUSBSettings(context.Context, *Empty) (*StringMessageArray, error) // HIDScript / job management @@ -3616,6 +3657,7 @@ type P4WNP1Server interface { StoreWifiSettings(context.Context, *WifiRequestSettingsStorage) (*Empty, error) GetStoredWifiSettings(context.Context, *StringMessage) (*WiFiSettings, error) DeployStoredWifiSettings(context.Context, *StringMessage) (*WiFiState, error) + DeleteStoredWifiSettings(context.Context, *StringMessage) (*Empty, error) StoreDeployedWifiSettings(context.Context, *StringMessage) (*Empty, error) ListStoredWifiSettings(context.Context, *Empty) (*StringMessageArray, error) // Ethernet @@ -3625,6 +3667,7 @@ type P4WNP1Server interface { StoreEthernetInterfaceSettings(context.Context, *EthernetRequestSettingsStorage) (*Empty, error) GetStoredEthernetInterfaceSettings(context.Context, *StringMessage) (*EthernetInterfaceSettings, error) DeployStoredEthernetInterfaceSettings(context.Context, *StringMessage) (*Empty, error) + DeleteStoredEthernetInterfaceSettings(context.Context, *StringMessage) (*Empty, error) ListStoredEthernetInterfaceSettings(context.Context, *Empty) (*StringMessageArray, error) // TriggerActions GetDeployedTriggerActionSet(context.Context, *Empty) (*TriggerActionSet, error) @@ -3635,6 +3678,7 @@ type P4WNP1Server interface { StoreTriggerActionSet(context.Context, *TriggerActionSet) (*Empty, error) DeployStoredTriggerActionSetReplace(context.Context, *StringMessage) (*TriggerActionSet, error) DeployStoredTriggerActionSetAdd(context.Context, *StringMessage) (*TriggerActionSet, error) + DeleteStoredTriggerActionSet(context.Context, *StringMessage) (*Empty, error) // DB backup&restore DBBackup(context.Context, *StringMessage) (*Empty, error) DBRestore(context.Context, *StringMessage) (*Empty, error) @@ -3917,6 +3961,24 @@ func _P4WNP1_DeployStoredUSBSettings_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _P4WNP1_DeleteStoredUSBSettings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(StringMessage) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(P4WNP1Server).DeleteStoredUSBSettings(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/P4wnP1_grpc.P4WNP1/DeleteStoredUSBSettings", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(P4WNP1Server).DeleteStoredUSBSettings(ctx, req.(*StringMessage)) + } + return interceptor(ctx, in, info, handler) +} + func _P4WNP1_StoreDeployedUSBSettings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(StringMessage) if err := dec(in); err != nil { @@ -4298,6 +4360,24 @@ func _P4WNP1_DeployStoredWifiSettings_Handler(srv interface{}, ctx context.Conte return interceptor(ctx, in, info, handler) } +func _P4WNP1_DeleteStoredWifiSettings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(StringMessage) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(P4WNP1Server).DeleteStoredWifiSettings(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/P4wnP1_grpc.P4WNP1/DeleteStoredWifiSettings", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(P4WNP1Server).DeleteStoredWifiSettings(ctx, req.(*StringMessage)) + } + return interceptor(ctx, in, info, handler) +} + func _P4WNP1_StoreDeployedWifiSettings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(StringMessage) if err := dec(in); err != nil { @@ -4442,6 +4522,24 @@ func _P4WNP1_DeployStoredEthernetInterfaceSettings_Handler(srv interface{}, ctx return interceptor(ctx, in, info, handler) } +func _P4WNP1_DeleteStoredEthernetInterfaceSettings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(StringMessage) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(P4WNP1Server).DeleteStoredEthernetInterfaceSettings(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/P4wnP1_grpc.P4WNP1/DeleteStoredEthernetInterfaceSettings", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(P4WNP1Server).DeleteStoredEthernetInterfaceSettings(ctx, req.(*StringMessage)) + } + return interceptor(ctx, in, info, handler) +} + func _P4WNP1_ListStoredEthernetInterfaceSettings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { @@ -4604,6 +4702,24 @@ func _P4WNP1_DeployStoredTriggerActionSetAdd_Handler(srv interface{}, ctx contex return interceptor(ctx, in, info, handler) } +func _P4WNP1_DeleteStoredTriggerActionSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(StringMessage) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(P4WNP1Server).DeleteStoredTriggerActionSet(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/P4wnP1_grpc.P4WNP1/DeleteStoredTriggerActionSet", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(P4WNP1Server).DeleteStoredTriggerActionSet(ctx, req.(*StringMessage)) + } + return interceptor(ctx, in, info, handler) +} + func _P4WNP1_DBBackup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(StringMessage) if err := dec(in); err != nil { @@ -4758,6 +4874,10 @@ var _P4WNP1_serviceDesc = grpc.ServiceDesc{ MethodName: "DeployStoredUSBSettings", Handler: _P4WNP1_DeployStoredUSBSettings_Handler, }, + { + MethodName: "DeleteStoredUSBSettings", + Handler: _P4WNP1_DeleteStoredUSBSettings_Handler, + }, { MethodName: "StoreDeployedUSBSettings", Handler: _P4WNP1_StoreDeployedUSBSettings_Handler, @@ -4838,6 +4958,10 @@ var _P4WNP1_serviceDesc = grpc.ServiceDesc{ MethodName: "DeployStoredWifiSettings", Handler: _P4WNP1_DeployStoredWifiSettings_Handler, }, + { + MethodName: "DeleteStoredWifiSettings", + Handler: _P4WNP1_DeleteStoredWifiSettings_Handler, + }, { MethodName: "StoreDeployedWifiSettings", Handler: _P4WNP1_StoreDeployedWifiSettings_Handler, @@ -4870,6 +4994,10 @@ var _P4WNP1_serviceDesc = grpc.ServiceDesc{ MethodName: "DeployStoredEthernetInterfaceSettings", Handler: _P4WNP1_DeployStoredEthernetInterfaceSettings_Handler, }, + { + MethodName: "DeleteStoredEthernetInterfaceSettings", + Handler: _P4WNP1_DeleteStoredEthernetInterfaceSettings_Handler, + }, { MethodName: "ListStoredEthernetInterfaceSettings", Handler: _P4WNP1_ListStoredEthernetInterfaceSettings_Handler, @@ -4906,6 +5034,10 @@ var _P4WNP1_serviceDesc = grpc.ServiceDesc{ MethodName: "DeployStoredTriggerActionSetAdd", Handler: _P4WNP1_DeployStoredTriggerActionSetAdd_Handler, }, + { + MethodName: "DeleteStoredTriggerActionSet", + Handler: _P4WNP1_DeleteStoredTriggerActionSet_Handler, + }, { MethodName: "DBBackup", Handler: _P4WNP1_DBBackup_Handler, @@ -4940,290 +5072,292 @@ var _P4WNP1_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("grpc.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 4553 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5b, 0x4b, 0x77, 0x1b, 0x47, - 0x76, 0x06, 0x08, 0x3e, 0x80, 0x0b, 0x80, 0x6c, 0x96, 0x48, 0x0a, 0xa2, 0x5e, 0x56, 0x5b, 0xf6, - 0x68, 0xe8, 0x98, 0xb6, 0x69, 0x59, 0x7e, 0xc4, 0x8e, 0x07, 0x2f, 0x02, 0x90, 0x40, 0x00, 0xa9, - 0x06, 0xc4, 0x99, 0x4c, 0xce, 0xf4, 0x34, 0xba, 0x8b, 0x60, 0x5b, 0x40, 0x37, 0xd2, 0x0f, 0xd2, - 0xcc, 0x62, 0x72, 0xce, 0xac, 0xb2, 0xc8, 0x7e, 0xfe, 0x45, 0x76, 0x49, 0x7e, 0x53, 0x36, 0x73, - 0xb2, 0xc9, 0x26, 0x9b, 0xe4, 0x54, 0x55, 0xbf, 0xd1, 0x20, 0x29, 0x29, 0xb3, 0xab, 0xba, 0x75, - 0xeb, 0xab, 0xaa, 0xfb, 0xaa, 0x5b, 0xb7, 0x01, 0x80, 0x89, 0x35, 0x57, 0x0f, 0xe7, 0x96, 0xe9, - 0x98, 0xa8, 0x38, 0x78, 0x7e, 0x69, 0x0c, 0xbe, 0x90, 0x29, 0x49, 0x3c, 0x80, 0xbd, 0xda, 0xd4, - 0x25, 0x8e, 0x69, 0x3a, 0xe7, 0xd5, 0x09, 0x31, 0x1c, 0x89, 0x38, 0x8e, 0x6e, 0x4c, 0x6c, 0x24, - 0x40, 0x6e, 0xae, 0x1b, 0x95, 0xec, 0x07, 0xd9, 0x67, 0x05, 0x4c, 0x9b, 0xe2, 0xff, 0x64, 0xe1, - 0x6e, 0xc0, 0xdc, 0x23, 0xce, 0xa5, 0x69, 0xbd, 0x91, 0x88, 0x75, 0xa1, 0xab, 0x04, 0x3d, 0x87, - 0x3d, 0x8b, 0x4c, 0x74, 0xdb, 0x21, 0x96, 0x6c, 0x5a, 0xb2, 0x6b, 0xf8, 0x3d, 0x06, 0x90, 0xc7, - 0x3b, 0x7e, 0xbf, 0x6f, 0x8d, 0x82, 0x31, 0x74, 0x00, 0xdb, 0x36, 0xb1, 0x2e, 0xf8, 0x1c, 0xd5, - 0x34, 0x0c, 0xa2, 0x3a, 0x95, 0x15, 0x36, 0x61, 0x8b, 0x0f, 0xf4, 0xad, 0x3a, 0x27, 0xa3, 0xef, - 0x61, 0xd5, 0xb9, 0x9a, 0x93, 0x4a, 0xee, 0x83, 0xec, 0xb3, 0xcd, 0xa3, 0x67, 0x87, 0x91, 0x53, - 0x1c, 0x2e, 0xd9, 0xd5, 0xf0, 0x6a, 0x4e, 0x30, 0x9b, 0x85, 0x1e, 0x41, 0x71, 0xa6, 0xa8, 0x74, - 0x19, 0x43, 0x99, 0x91, 0xca, 0x2a, 0x3b, 0x55, 0x61, 0xa6, 0xa8, 0x7d, 0xab, 0xa7, 0xcc, 0x08, - 0x7a, 0x0c, 0xc5, 0xb1, 0xa5, 0x6b, 0x13, 0xc2, 0xc7, 0xd7, 0xd8, 0x38, 0x70, 0x12, 0x65, 0x10, - 0xff, 0x73, 0x15, 0xee, 0x07, 0xcb, 0xd4, 0x4d, 0xc3, 0xb1, 0xcc, 0xe9, 0x94, 0x58, 0x81, 0xb8, - 0x2a, 0xb0, 0x31, 0x37, 0x2f, 0x89, 0x45, 0x34, 0xef, 0xc4, 0x7e, 0x17, 0x7d, 0x00, 0x45, 0xef, - 0x68, 0xca, 0x78, 0x4a, 0xbc, 0xe3, 0x45, 0x49, 0xe8, 0x97, 0x20, 0x9c, 0x29, 0xb6, 0x23, 0x47, - 0xd9, 0x72, 0x5c, 0x0a, 0x94, 0x5e, 0x8f, 0xb0, 0x8a, 0x50, 0xd2, 0x74, 0x5b, 0x35, 0x2f, 0x88, - 0xc5, 0xd8, 0x56, 0x19, 0x5b, 0x8c, 0x86, 0xf6, 0x21, 0x3f, 0x36, 0x0d, 0x8d, 0x8d, 0xaf, 0xb1, - 0xf1, 0xa0, 0x8f, 0x0e, 0xe1, 0xce, 0x54, 0x37, 0xde, 0xc8, 0x53, 0x72, 0x41, 0xa6, 0xb2, 0x4d, - 0x54, 0xd7, 0xd2, 0x9d, 0xab, 0xca, 0x3a, 0x63, 0xdb, 0xa6, 0x43, 0x5d, 0x3a, 0x22, 0x79, 0x03, - 0xe8, 0x08, 0x76, 0x19, 0x13, 0x91, 0x6d, 0x7d, 0x36, 0x9f, 0x12, 0x79, 0xae, 0xe8, 0x96, 0x6e, - 0x4c, 0x2a, 0x1b, 0x6c, 0xc6, 0x1d, 0x3e, 0x28, 0xb1, 0xb1, 0x01, 0x1f, 0x42, 0xbb, 0xb0, 0x3e, - 0xb6, 0x64, 0xa2, 0x59, 0x95, 0x3c, 0x63, 0x5a, 0x1b, 0x5b, 0x4d, 0xcd, 0x42, 0x0f, 0x01, 0xce, - 0xf5, 0xc9, 0xb9, 0x6c, 0xcf, 0x09, 0xd1, 0x2a, 0x05, 0x36, 0x54, 0xa0, 0x14, 0x89, 0x12, 0xe8, - 0xf0, 0xd4, 0xbc, 0x94, 0x89, 0x41, 0xac, 0xc9, 0x55, 0x05, 0xf8, 0xf0, 0xd4, 0xbc, 0x6c, 0x32, - 0x02, 0x95, 0xa2, 0xa2, 0x5d, 0x10, 0xcb, 0xd1, 0x6d, 0xba, 0x7c, 0x91, 0x4b, 0x31, 0x42, 0x42, - 0x9f, 0x02, 0xf2, 0xb6, 0xea, 0xc9, 0x51, 0x37, 0x0d, 0xbb, 0x52, 0xe2, 0x27, 0xe3, 0x23, 0xf5, - 0x70, 0x80, 0xae, 0xa7, 0x91, 0xb1, 0x3b, 0x91, 0xdf, 0x90, 0x2b, 0xbb, 0x52, 0xe6, 0xeb, 0x31, - 0xca, 0x2b, 0x72, 0xc5, 0xf5, 0x69, 0xe9, 0x17, 0x8a, 0x7a, 0x55, 0xd9, 0xf4, 0xf4, 0xc9, 0xbb, - 0xe8, 0x5b, 0xa8, 0xa8, 0x81, 0xfe, 0xe9, 0x5a, 0x67, 0xfa, 0xc4, 0xb5, 0x14, 0x8a, 0x5a, 0xd9, - 0x62, 0xac, 0x77, 0xc3, 0xf1, 0x7a, 0x74, 0x18, 0x7d, 0x04, 0x9b, 0xb6, 0xa3, 0x38, 0xba, 0x2a, - 0x2b, 0x9a, 0x66, 0x11, 0xdb, 0xae, 0x08, 0x6c, 0x42, 0x99, 0x53, 0xab, 0x9c, 0x28, 0xfe, 0x79, - 0x15, 0x1e, 0xa5, 0xd8, 0x5a, 0xc7, 0x38, 0x33, 0xad, 0x19, 0x47, 0xaa, 0xc0, 0x86, 0x0f, 0x41, - 0xcd, 0xad, 0x84, 0xfd, 0x2e, 0xfa, 0x04, 0xb6, 0xc7, 0xfe, 0x5c, 0xf9, 0x82, 0x58, 0x36, 0xdd, - 0x17, 0x35, 0xba, 0x32, 0x16, 0x82, 0x81, 0xd7, 0x9c, 0x4e, 0xcd, 0x69, 0xa6, 0x18, 0xee, 0x99, - 0xa2, 0x3a, 0xae, 0x45, 0x2c, 0x66, 0x75, 0x65, 0x1c, 0xa3, 0xa1, 0x53, 0x40, 0xb6, 0x3b, 0x9f, - 0x9b, 0x96, 0x43, 0x34, 0xd9, 0xf6, 0xec, 0x9d, 0x19, 0x5e, 0x71, 0x99, 0x1b, 0x2e, 0xfa, 0x07, - 0xde, 0x0e, 0x30, 0x02, 0x97, 0x91, 0x40, 0x50, 0x5d, 0xcb, 0x22, 0x86, 0x13, 0xc2, 0xae, 0xbd, - 0x25, 0xec, 0x96, 0x87, 0x10, 0x80, 0x7e, 0x0c, 0x5b, 0xea, 0x54, 0xb1, 0x6d, 0xd9, 0x3c, 0x93, - 0x35, 0x42, 0xa3, 0x00, 0x33, 0xee, 0x12, 0x2e, 0x33, 0x72, 0xff, 0xac, 0xc1, 0x88, 0x08, 0xc1, - 0x2a, 0xf3, 0xf4, 0x0d, 0xe6, 0xe9, 0xac, 0x4d, 0x4d, 0xc2, 0x3e, 0x37, 0x2d, 0x87, 0xc7, 0x80, - 0x3c, 0x8f, 0x11, 0x8c, 0xc2, 0x62, 0xc4, 0x13, 0x28, 0xe9, 0xb6, 0xac, 0x5c, 0x28, 0xfa, 0x94, - 0xf9, 0x16, 0x37, 0xe1, 0xa2, 0x6e, 0x57, 0x7d, 0x12, 0xfa, 0x6b, 0xd8, 0xb7, 0x79, 0xec, 0x91, - 0x0d, 0x1e, 0x8a, 0x64, 0x2f, 0xc0, 0x19, 0xca, 0xdc, 0x33, 0xea, 0xbb, 0x1e, 0x47, 0x24, 0x56, - 0x11, 0xab, 0xa7, 0xcc, 0xd1, 0x0f, 0x70, 0x7f, 0xc9, 0xe4, 0xb9, 0x62, 0xb8, 0x9e, 0xc9, 0x57, - 0xd2, 0x66, 0x0f, 0x14, 0xc3, 0x45, 0xdf, 0xc2, 0xbd, 0x25, 0xd3, 0x27, 0x86, 0xe7, 0x06, 0x7b, - 0x69, 0x93, 0x5b, 0x86, 0xf8, 0x13, 0x08, 0x43, 0x4b, 0x9f, 0x4c, 0x88, 0x55, 0x65, 0xde, 0x21, - 0x11, 0x07, 0xd5, 0x60, 0x33, 0x46, 0xa3, 0x86, 0x96, 0x7b, 0x56, 0x3c, 0xda, 0x8f, 0xe9, 0x26, - 0xc6, 0x82, 0x13, 0x33, 0xa8, 0x90, 0xa9, 0xe4, 0x98, 0xf9, 0x15, 0x30, 0x6b, 0x8b, 0xff, 0x0e, - 0x50, 0x8e, 0xb1, 0xa1, 0x4d, 0x58, 0xd1, 0x79, 0xd4, 0x2c, 0xe3, 0x15, 0x5d, 0xa3, 0xb6, 0x6d, - 0x1a, 0x44, 0x3a, 0x37, 0xfd, 0xbb, 0xc0, 0xef, 0xd2, 0xc8, 0xa6, 0xdb, 0x74, 0xd6, 0x85, 0x1f, - 0x20, 0x83, 0x3e, 0x7a, 0x00, 0x05, 0x7d, 0x36, 0x73, 0x9d, 0x48, 0x58, 0x0c, 0x09, 0xa8, 0x0b, - 0x9b, 0xde, 0xd9, 0x25, 0x47, 0xa1, 0x56, 0xe8, 0x59, 0x9a, 0x98, 0x76, 0x1a, 0x29, 0xc6, 0xd9, - 0xce, 0xe0, 0xc4, 0x5c, 0xf4, 0x6b, 0x40, 0xae, 0x3d, 0x6e, 0x29, 0xda, 0x84, 0xf8, 0xd1, 0x99, - 0x68, 0xcc, 0xce, 0x8a, 0x47, 0x1f, 0xa7, 0x21, 0x8e, 0xa4, 0x5a, 0x82, 0xbb, 0x9d, 0xc1, 0x29, - 0x18, 0x48, 0x81, 0xdd, 0x80, 0xda, 0xa0, 0x41, 0xdd, 0x07, 0xdf, 0x60, 0xe0, 0xbf, 0xbc, 0x16, - 0x3c, 0x3a, 0xa1, 0x9d, 0xc1, 0xe9, 0x48, 0xa8, 0x03, 0xe5, 0x4b, 0xfd, 0x4c, 0xaf, 0x0e, 0x7c, - 0x49, 0xe4, 0x19, 0xf4, 0x93, 0x34, 0xe8, 0xd3, 0x28, 0x63, 0x3b, 0x83, 0xe3, 0x33, 0xa9, 0x1c, - 0x28, 0x21, 0xd8, 0x7e, 0xd5, 0x96, 0x1c, 0x85, 0xf9, 0xc5, 0x12, 0x39, 0x9c, 0x2e, 0x70, 0x53, - 0x39, 0x2c, 0x62, 0xa0, 0xef, 0x20, 0x6f, 0xdb, 0xe7, 0x5d, 0x73, 0xa2, 0x1b, 0xcc, 0x6d, 0x8a, - 0x47, 0x0f, 0x52, 0x35, 0x25, 0xb5, 0x19, 0x4f, 0x3b, 0x83, 0x03, 0x7e, 0x84, 0x41, 0xd0, 0xce, - 0xd5, 0x79, 0x97, 0x28, 0x36, 0x69, 0x59, 0x8a, 0x41, 0xcf, 0x58, 0x64, 0x18, 0x4f, 0xd3, 0x30, - 0x1a, 0xed, 0xfa, 0x20, 0xca, 0xdb, 0xce, 0xe0, 0x85, 0xf9, 0xe8, 0x18, 0x4a, 0x13, 0xcb, 0x74, - 0xe7, 0x98, 0xa8, 0x84, 0x5a, 0x5f, 0x89, 0xe1, 0x7d, 0x90, 0x86, 0xd7, 0x8a, 0xf0, 0xb5, 0x33, - 0x38, 0x36, 0x0f, 0xfd, 0x0e, 0x76, 0xa2, 0x7d, 0x89, 0xfc, 0x83, 0x4b, 0x0c, 0x95, 0xb0, 0xfb, - 0x27, 0x19, 0xf7, 0x52, 0xf0, 0x7c, 0xfe, 0x76, 0x06, 0xa7, 0xe2, 0xa0, 0xe7, 0xb0, 0x3e, 0x99, - 0xeb, 0x66, 0xc7, 0x60, 0xb7, 0xd6, 0x12, 0x6f, 0x6d, 0x0d, 0x3a, 0xfd, 0x0e, 0x95, 0x99, 0xc7, - 0x8b, 0x1a, 0x00, 0x63, 0xc5, 0x3e, 0x97, 0x54, 0x4b, 0x9f, 0x3b, 0xec, 0x12, 0x4b, 0x7a, 0x86, - 0x17, 0x17, 0xa8, 0xde, 0x6b, 0x01, 0x67, 0x3b, 0x8b, 0x23, 0xf3, 0x50, 0x15, 0x0a, 0xe7, 0xba, - 0xe6, 0x81, 0x08, 0x29, 0x46, 0x15, 0x01, 0x69, 0x77, 0x1a, 0x01, 0x46, 0x38, 0x0b, 0xa9, 0xb0, - 0xa7, 0x91, 0xf9, 0xd4, 0xbc, 0xf2, 0xe3, 0xf9, 0x90, 0xcc, 0xe6, 0x53, 0xc5, 0x21, 0x95, 0xed, - 0x14, 0xfb, 0xe7, 0x78, 0x8d, 0xd4, 0x09, 0xed, 0x2c, 0x5e, 0x02, 0x85, 0x0e, 0x20, 0x37, 0x35, - 0x27, 0x15, 0xc4, 0x10, 0xf7, 0x52, 0x10, 0xbb, 0xe6, 0xa4, 0x9d, 0xc5, 0x94, 0x09, 0xbd, 0x80, - 0x0d, 0x2a, 0xa3, 0xbe, 0xeb, 0x54, 0xee, 0xa4, 0x08, 0x94, 0xf3, 0x53, 0x79, 0xf6, 0x5d, 0x7a, - 0x14, 0x9f, 0x19, 0x7d, 0x0f, 0x05, 0xa6, 0x1f, 0x89, 0x18, 0x5a, 0x65, 0x27, 0xc5, 0x80, 0xbd, - 0x99, 0x3e, 0x0f, 0x15, 0x43, 0x30, 0xa1, 0x56, 0x80, 0x0d, 0x4f, 0x55, 0xb5, 0x3c, 0xac, 0x73, - 0x56, 0xf1, 0x2e, 0xec, 0xa6, 0xc6, 0x27, 0xf1, 0x3e, 0xdc, 0x5b, 0x1a, 0x66, 0xc4, 0x47, 0xf0, - 0xe0, 0xba, 0x30, 0x21, 0xee, 0xc1, 0x4e, 0x9a, 0xaf, 0x47, 0x40, 0x17, 0x7d, 0x56, 0xfc, 0x0c, - 0xb6, 0x12, 0x0e, 0x48, 0xc3, 0xef, 0x94, 0x36, 0x46, 0xb6, 0x97, 0xf3, 0x17, 0x70, 0x48, 0x10, - 0xef, 0xc1, 0xdd, 0x25, 0xde, 0x26, 0x76, 0xe0, 0x4e, 0x8a, 0xa1, 0x53, 0x3c, 0x26, 0x0f, 0x76, - 0x7f, 0x78, 0x78, 0x01, 0x01, 0xed, 0xc0, 0xda, 0x85, 0x32, 0x75, 0xf9, 0xcd, 0xb2, 0x86, 0x79, - 0x47, 0xfc, 0x27, 0xb8, 0x7f, 0x8d, 0xcf, 0xdc, 0x00, 0x79, 0x00, 0x42, 0x67, 0x62, 0x98, 0x16, - 0xe9, 0xbb, 0x4e, 0xff, 0xac, 0x6f, 0x69, 0xc4, 0xf2, 0xae, 0x9f, 0x05, 0x3a, 0xda, 0x83, 0x75, - 0xb6, 0xa2, 0x5d, 0xc9, 0x7d, 0x90, 0x7b, 0xb6, 0x86, 0xbd, 0x9e, 0xf8, 0x1f, 0xd9, 0xe0, 0x6e, - 0xe3, 0x3e, 0x86, 0x0e, 0xb9, 0xfd, 0xf4, 0xdc, 0x19, 0x5b, 0x71, 0xf3, 0x68, 0x27, 0x66, 0x05, - 0x94, 0xab, 0xe7, 0xce, 0xb0, 0xcf, 0x84, 0x7e, 0x00, 0x98, 0xbb, 0xd3, 0xe9, 0x68, 0xde, 0x30, - 0x2f, 0x79, 0xda, 0xb6, 0x79, 0xf4, 0x70, 0x61, 0x4a, 0xc7, 0x18, 0x04, 0x4c, 0x38, 0x32, 0x01, - 0x7d, 0x0d, 0xc0, 0x5d, 0xba, 0xa9, 0x4d, 0xfc, 0xa7, 0xd2, 0xdd, 0x94, 0xe9, 0x74, 0x18, 0x47, - 0x58, 0xc5, 0xaf, 0x61, 0x37, 0xd5, 0xc5, 0xd1, 0x23, 0x00, 0x9b, 0xb5, 0x22, 0x52, 0x8b, 0x50, - 0xc4, 0x17, 0xb0, 0x93, 0xe6, 0xd6, 0x37, 0xce, 0xfb, 0xef, 0x2c, 0x3c, 0xb8, 0xce, 0x7f, 0x69, - 0x6a, 0xea, 0x78, 0xed, 0x08, 0x44, 0x8c, 0x86, 0x5e, 0x7a, 0x6f, 0x42, 0x2e, 0xa7, 0x17, 0xb7, - 0x0e, 0x0e, 0x87, 0x7e, 0x23, 0x7c, 0x21, 0x8a, 0x04, 0x4a, 0x51, 0x2a, 0xda, 0x86, 0xf2, 0xf1, - 0xa8, 0xdb, 0x95, 0xa5, 0xe6, 0x70, 0xd8, 0xe9, 0xb5, 0x24, 0x21, 0x83, 0x8a, 0xb0, 0xd1, 0x6b, - 0x0e, 0x4f, 0xfb, 0xf8, 0x95, 0x90, 0x45, 0x79, 0x58, 0x3d, 0xed, 0x1c, 0x77, 0x84, 0x15, 0xb4, - 0x01, 0xb9, 0x91, 0x54, 0x13, 0x72, 0xa8, 0x0c, 0x85, 0x5a, 0x77, 0xd4, 0x1c, 0xf6, 0xfb, 0xc3, - 0xb6, 0xb0, 0x8a, 0xee, 0xc0, 0xd6, 0x10, 0x77, 0x5a, 0xad, 0x26, 0x96, 0xab, 0xf5, 0x61, 0xa7, - 0xdf, 0x93, 0x84, 0x35, 0xb1, 0x08, 0x85, 0x20, 0xc8, 0x88, 0x73, 0x28, 0xc7, 0x22, 0xc8, 0x5b, - 0x9b, 0xcb, 0x67, 0x51, 0x3f, 0xd8, 0x3c, 0xba, 0xb7, 0xc0, 0xdd, 0x77, 0x9d, 0xd7, 0x94, 0xc1, - 0x77, 0x91, 0x26, 0x6c, 0x25, 0x22, 0xcf, 0x3b, 0x79, 0xda, 0x25, 0xec, 0xd3, 0xb0, 0x80, 0xa9, - 0x6b, 0xd9, 0x41, 0xf2, 0x2d, 0x39, 0xa6, 0xa5, 0x4c, 0x98, 0xea, 0x86, 0x29, 0xaa, 0x8b, 0xd2, - 0xd0, 0x57, 0x90, 0x0f, 0x92, 0xfe, 0x15, 0x16, 0x1f, 0xe3, 0x9b, 0x3f, 0xd5, 0x8f, 0xf5, 0x20, - 0xcb, 0x0f, 0x58, 0xc5, 0x3f, 0xe5, 0xa0, 0x14, 0x1d, 0x0a, 0xf2, 0xf8, 0x6c, 0x24, 0x8f, 0xdf, - 0x87, 0xbc, 0xa6, 0xdb, 0x34, 0xef, 0xd3, 0x3c, 0x17, 0x0e, 0xfa, 0xd4, 0x2e, 0x2d, 0x32, 0x71, - 0xa7, 0x8a, 0x63, 0x5a, 0x57, 0xcc, 0x43, 0x0a, 0x38, 0x42, 0x41, 0x3f, 0x42, 0x89, 0xa6, 0xc6, - 0xba, 0x31, 0x91, 0x67, 0xa6, 0xc6, 0x33, 0xc9, 0xcd, 0x44, 0xec, 0xa6, 0x1b, 0x38, 0xe5, 0x4c, - 0x27, 0xa6, 0x46, 0x70, 0xf1, 0x32, 0xec, 0xa0, 0x17, 0x50, 0x50, 0x5c, 0xe7, 0x9c, 0xcf, 0x5e, - 0x4b, 0x51, 0x0b, 0x9d, 0x5d, 0x75, 0x9d, 0x73, 0x36, 0x35, 0xaf, 0x78, 0x2d, 0x9a, 0xf5, 0xaa, - 0xe7, 0x8a, 0x61, 0x90, 0x29, 0x4b, 0x24, 0xcb, 0xd8, 0xef, 0xa2, 0x43, 0x58, 0x57, 0xe6, 0x72, - 0x4d, 0x92, 0xbc, 0x24, 0xf0, 0xee, 0x02, 0x5c, 0x4d, 0x92, 0xea, 0x67, 0x13, 0xbc, 0xa6, 0xcc, - 0x6b, 0x92, 0x84, 0x7e, 0xa4, 0x4f, 0x20, 0x9d, 0x3e, 0xab, 0x6a, 0x92, 0x24, 0x4f, 0x75, 0xdb, - 0xa9, 0xe4, 0x59, 0xea, 0xbe, 0x74, 0x62, 0x99, 0xf3, 0xd7, 0x24, 0xa9, 0xab, 0xdb, 0x0e, 0xba, - 0xcf, 0x2e, 0x72, 0x22, 0xdb, 0xb6, 0xee, 0x3f, 0xd4, 0xf3, 0x94, 0x20, 0xd9, 0xba, 0x46, 0x63, - 0x9f, 0x41, 0x7e, 0x9e, 0x99, 0x86, 0xf7, 0x66, 0xf6, 0x7a, 0xe2, 0xbf, 0x66, 0xa1, 0xc0, 0x34, - 0xe3, 0x50, 0xef, 0x3d, 0x84, 0x55, 0x26, 0x00, 0x6e, 0xc5, 0xfb, 0x8b, 0xaa, 0xa5, 0x5c, 0x4c, - 0x02, 0x8c, 0x2f, 0x7a, 0xfa, 0x95, 0xf8, 0xe9, 0x11, 0xac, 0xb2, 0x7d, 0x70, 0x55, 0xb1, 0x36, - 0xaa, 0x43, 0xf2, 0xdd, 0xe7, 0xbd, 0x47, 0xaf, 0xb1, 0xa1, 0xe4, 0x0c, 0xf1, 0x08, 0x20, 0x14, - 0x01, 0x5d, 0x46, 0x92, 0x3a, 0x0d, 0xdf, 0x8e, 0x68, 0x1b, 0x09, 0x90, 0x1b, 0x48, 0xaf, 0xbc, - 0xd7, 0x0b, 0x6d, 0x8a, 0x4f, 0xa0, 0x2c, 0x39, 0x16, 0x55, 0x35, 0xb1, 0x6d, 0x6a, 0xea, 0x02, - 0xe4, 0x66, 0xf6, 0xc4, 0xaf, 0x92, 0xcd, 0xec, 0x89, 0xf8, 0x39, 0xa0, 0x18, 0x4b, 0xd5, 0xb2, - 0x94, 0x2b, 0x6a, 0x92, 0x33, 0x7b, 0xc2, 0xda, 0xec, 0x1d, 0x55, 0xc0, 0x41, 0x5f, 0x3c, 0x84, - 0x52, 0xf3, 0x82, 0x18, 0x8e, 0xe7, 0x4d, 0xd4, 0x44, 0xa9, 0xd2, 0x88, 0x41, 0xe3, 0x10, 0x83, - 0xce, 0xe1, 0x08, 0x45, 0x54, 0x00, 0x18, 0x3f, 0x73, 0x6c, 0xb4, 0x0f, 0x1b, 0x8e, 0xcd, 0x16, - 0xe4, 0xbb, 0x68, 0x67, 0xb0, 0x4f, 0x40, 0x7b, 0xb0, 0xe6, 0x8c, 0x4d, 0x93, 0xcb, 0x34, 0xdf, - 0xce, 0x60, 0xde, 0x45, 0x15, 0x58, 0x77, 0x74, 0xc3, 0x79, 0xf1, 0x9c, 0x49, 0x35, 0x47, 0x33, - 0x41, 0xde, 0xaf, 0xad, 0x41, 0xee, 0x42, 0x99, 0x8a, 0x5d, 0x58, 0x63, 0x4b, 0x50, 0xb1, 0x38, - 0xe1, 0x2e, 0x78, 0x2d, 0xed, 0xb3, 0xe0, 0xf6, 0x5b, 0x49, 0x31, 0xab, 0x70, 0x6b, 0xc1, 0xb5, - 0xf8, 0x7b, 0xd8, 0xa1, 0xbe, 0xdf, 0xd0, 0xad, 0xbe, 0x75, 0xac, 0x4f, 0x89, 0x7f, 0x50, 0x01, - 0x72, 0x9a, 0xee, 0x67, 0x0b, 0xb4, 0x49, 0x8d, 0x6b, 0x6e, 0x91, 0x33, 0xfd, 0x67, 0x4f, 0xe8, - 0x5e, 0x8f, 0x8a, 0xc4, 0x34, 0xa6, 0x57, 0xc7, 0xe6, 0x54, 0xf3, 0xaa, 0x14, 0x79, 0x1c, 0xa1, - 0xd0, 0xeb, 0x2b, 0xb1, 0x82, 0x3d, 0x37, 0x0d, 0x9b, 0x70, 0x77, 0xb7, 0xdd, 0xa9, 0x33, 0x50, - 0x9c, 0x73, 0xff, 0x1a, 0x0a, 0x29, 0xe2, 0xbf, 0x64, 0x61, 0x0b, 0x13, 0x45, 0x8b, 0x6e, 0xeb, - 0x2b, 0x58, 0x3f, 0xe3, 0x0b, 0x65, 0x53, 0xee, 0xdf, 0xaa, 0xaa, 0x12, 0xdb, 0xd6, 0xc7, 0x53, - 0xc2, 0xd7, 0xc6, 0x1e, 0x33, 0x55, 0xf1, 0x99, 0x3e, 0x25, 0x46, 0xf8, 0xe0, 0x0d, 0xfa, 0x34, - 0x8a, 0xda, 0xf4, 0x7e, 0xe4, 0xf2, 0xc6, 0xbc, 0x43, 0xcf, 0x3f, 0x25, 0x06, 0x33, 0xdd, 0x1c, - 0xa6, 0x4d, 0xb1, 0x01, 0x42, 0xb8, 0x1b, 0xef, 0x08, 0x0f, 0xa0, 0x60, 0x11, 0x45, 0xab, 0x9b, - 0xae, 0xe1, 0x78, 0x7a, 0x08, 0x09, 0x54, 0x41, 0x9a, 0xe2, 0x28, 0x6c, 0xc5, 0x12, 0x66, 0x6d, - 0xf1, 0xdf, 0xb2, 0x20, 0x9c, 0x5a, 0xba, 0x43, 0xfe, 0xc2, 0xa7, 0xda, 0xa3, 0x81, 0x69, 0x4e, - 0x33, 0x5c, 0xae, 0x11, 0xaf, 0xc7, 0xaa, 0x4a, 0xae, 0xed, 0xf4, 0x4c, 0xa7, 0xf9, 0x33, 0x8d, - 0x3e, 0x5e, 0x91, 0x32, 0x4a, 0x0b, 0xf6, 0xbd, 0x16, 0xd9, 0xf7, 0x47, 0xb0, 0x45, 0x77, 0xdc, - 0x31, 0xce, 0x4c, 0x7f, 0xd7, 0x08, 0x56, 0xe7, 0xa1, 0xe6, 0x58, 0x5b, 0xfc, 0x03, 0x08, 0x21, - 0x9b, 0x27, 0xa4, 0xb4, 0x6b, 0x80, 0x46, 0x0e, 0xfd, 0x1f, 0xf9, 0xb6, 0x73, 0x98, 0xb5, 0x29, - 0x8d, 0xc5, 0x25, 0x5e, 0xe8, 0x0a, 0x62, 0xcf, 0xcc, 0xd4, 0x86, 0xba, 0x57, 0x17, 0xce, 0x61, - 0xbf, 0x4b, 0xd5, 0xa6, 0xdb, 0x0d, 0xdd, 0xf2, 0xca, 0xa8, 0xbc, 0x23, 0xfe, 0x1d, 0x08, 0x41, - 0x9e, 0x13, 0xf1, 0x59, 0x9e, 0xdc, 0x44, 0xed, 0x2c, 0xa4, 0xa0, 0x8f, 0x61, 0xd3, 0xd1, 0x67, - 0xc4, 0x74, 0x1d, 0x89, 0xa8, 0xa6, 0xa1, 0xd9, 0x5e, 0x98, 0x4b, 0x50, 0xc5, 0x47, 0x50, 0x0a, - 0xb0, 0x5f, 0x9a, 0xe3, 0x64, 0x6d, 0x44, 0x7c, 0x1a, 0x59, 0xfb, 0xa5, 0x39, 0x66, 0xe1, 0x5a, - 0x80, 0x9c, 0xae, 0xf1, 0xf2, 0x4c, 0x19, 0xd3, 0xa6, 0xf8, 0x1a, 0x2a, 0xed, 0x4e, 0x03, 0xbb, - 0x86, 0xa1, 0x1b, 0x93, 0x97, 0xe6, 0x98, 0x45, 0x5b, 0xcc, 0xac, 0x3e, 0x82, 0x98, 0x63, 0xd5, - 0x16, 0x04, 0xab, 0x17, 0xb3, 0x8e, 0xe6, 0x4b, 0x89, 0xb6, 0xa9, 0x62, 0x6d, 0xd3, 0xb5, 0x54, - 0xe2, 0x45, 0x5d, 0xaf, 0x27, 0xfe, 0x01, 0xb6, 0x22, 0x27, 0x67, 0x70, 0x9f, 0x40, 0xee, 0x27, - 0x73, 0xcc, 0xf0, 0x92, 0xe1, 0x37, 0xba, 0x51, 0x4c, 0xb9, 0xa8, 0x94, 0x74, 0xfb, 0x58, 0x37, - 0x74, 0xfb, 0x3c, 0xb8, 0x9a, 0x23, 0x94, 0xd0, 0x5b, 0x5f, 0xda, 0xa6, 0x11, 0x5e, 0xce, 0x3e, - 0x45, 0x3c, 0x84, 0x62, 0xb7, 0xd9, 0x08, 0xee, 0xfe, 0xc7, 0x50, 0x1c, 0xb3, 0x6a, 0xb6, 0x1a, - 0xf8, 0x46, 0x19, 0x03, 0x23, 0x31, 0xe7, 0x10, 0x7f, 0x86, 0x7b, 0x23, 0xa9, 0xf6, 0x1e, 0x59, - 0xca, 0xd7, 0x0b, 0x59, 0xca, 0xfd, 0x78, 0x8a, 0xc5, 0x1e, 0x54, 0x29, 0x79, 0xca, 0x9f, 0xd7, - 0x60, 0x33, 0x3e, 0x48, 0xcd, 0x8c, 0x18, 0x3c, 0x29, 0xf1, 0xbe, 0x10, 0x78, 0x5d, 0xaa, 0xc0, - 0x0b, 0x5d, 0xf3, 0xef, 0x99, 0x0b, 0x5d, 0xe3, 0x1f, 0x5f, 0xfc, 0x3b, 0x8f, 0x36, 0x17, 0x2a, - 0xb5, 0xfc, 0x0b, 0x46, 0xbc, 0x52, 0xcb, 0x6a, 0xd6, 0xa6, 0xe6, 0xaa, 0x8e, 0xf7, 0x01, 0xc3, - 0xef, 0x32, 0x85, 0x12, 0x4b, 0x57, 0x78, 0x6e, 0x41, 0x15, 0xca, 0x7a, 0xe8, 0x11, 0x14, 0x5d, - 0x9b, 0xc8, 0xf5, 0x46, 0x5d, 0x6e, 0xd6, 0x4f, 0xbc, 0xa2, 0x7e, 0xc1, 0xb5, 0x49, 0xbd, 0x51, - 0x6f, 0xd6, 0x4f, 0x68, 0x26, 0x40, 0xc7, 0x71, 0xaf, 0xd1, 0x91, 0xbc, 0x6a, 0x7e, 0xde, 0xb5, - 0x09, 0xeb, 0xa3, 0x67, 0x20, 0xd0, 0xc1, 0x76, 0xa7, 0x21, 0xbf, 0x6a, 0xfe, 0xa6, 0xd6, 0xaf, - 0xe2, 0x86, 0x97, 0x2d, 0x6c, 0xba, 0x36, 0x69, 0x77, 0x1a, 0x3e, 0x15, 0x89, 0x50, 0xf6, 0x39, - 0x4f, 0xfa, 0x23, 0xa9, 0xe9, 0x55, 0x42, 0x8b, 0x9c, 0x8d, 0x91, 0xfc, 0xad, 0x50, 0x1e, 0x5c, - 0x3d, 0xf5, 0xaa, 0x9d, 0x05, 0xce, 0x81, 0xab, 0xa7, 0xe8, 0x2e, 0x6c, 0xd0, 0xf1, 0xd1, 0x89, - 0xe4, 0x15, 0x33, 0xd7, 0x5d, 0x9b, 0x8c, 0x4e, 0x24, 0xf4, 0x10, 0x80, 0x0e, 0x48, 0x4d, 0xdc, - 0xa9, 0x76, 0xfd, 0x42, 0xbe, 0x6b, 0x13, 0x4e, 0x40, 0x2f, 0x61, 0xd3, 0x32, 0x34, 0xdd, 0x0e, - 0x6b, 0xcc, 0xbc, 0x32, 0xf2, 0xe1, 0x35, 0x8a, 0x6c, 0x3a, 0xe7, 0xc4, 0x32, 0x88, 0x83, 0xcb, - 0x6c, 0x6a, 0xa0, 0xc2, 0x13, 0x10, 0x54, 0x4d, 0x95, 0x89, 0x3a, 0x0b, 0xd1, 0xb6, 0x6e, 0x8f, - 0xb6, 0xa9, 0x6a, 0x6a, 0x53, 0x9d, 0x05, 0x70, 0x55, 0x28, 0xb9, 0xb3, 0xc8, 0xc6, 0x78, 0xcd, - 0xe4, 0xd1, 0x35, 0x50, 0xa3, 0x13, 0x09, 0x17, 0xdd, 0x59, 0xb8, 0xa3, 0x2f, 0x60, 0x57, 0x23, - 0x17, 0x32, 0x8d, 0x8b, 0xf2, 0xb9, 0xae, 0xc9, 0x6f, 0xc8, 0xd5, 0xd8, 0x54, 0x2c, 0x8d, 0x55, - 0x37, 0x0a, 0x18, 0x69, 0xe4, 0x82, 0xc6, 0x9f, 0xb6, 0xae, 0xbd, 0xf2, 0x46, 0xd0, 0x27, 0x80, - 0x62, 0x53, 0x66, 0xa6, 0x6b, 0x13, 0x56, 0xdd, 0x28, 0xe0, 0xad, 0x90, 0xff, 0x84, 0x92, 0xd1, - 0x2f, 0x40, 0x88, 0x31, 0x5b, 0xca, 0x25, 0x2b, 0x67, 0x14, 0x70, 0x39, 0x64, 0xc5, 0xca, 0xa5, - 0x38, 0x80, 0xbd, 0xf4, 0x53, 0xb3, 0x6c, 0xd2, 0xb4, 0x1d, 0xf6, 0xc9, 0xc3, 0x73, 0xb2, 0x3c, - 0x25, 0x54, 0x35, 0xcd, 0x42, 0xf7, 0x20, 0x4f, 0xf1, 0xd9, 0x18, 0xb7, 0xff, 0x0d, 0x8d, 0x5c, - 0xd0, 0x21, 0xf1, 0x07, 0xd8, 0x5e, 0x38, 0x3c, 0x8d, 0xc8, 0xaa, 0x66, 0x99, 0x33, 0xcf, 0x85, - 0x78, 0x87, 0xc6, 0x30, 0x7a, 0x29, 0xf9, 0x75, 0x66, 0xda, 0x16, 0xff, 0x39, 0x0b, 0x8f, 0x02, - 0xc9, 0xbf, 0x7b, 0x04, 0xa8, 0x2d, 0x44, 0x80, 0x78, 0x61, 0xd3, 0x5f, 0xa2, 0x63, 0x38, 0xc4, - 0x3a, 0x53, 0x54, 0x92, 0x12, 0x0c, 0x64, 0x78, 0xc2, 0xdf, 0xa1, 0x44, 0x5b, 0xca, 0x8e, 0xbe, - 0x83, 0x55, 0x96, 0xaa, 0xf3, 0x2a, 0xfb, 0x6d, 0x17, 0x61, 0x73, 0xc4, 0x3f, 0xe6, 0xe0, 0xde, - 0x72, 0xe4, 0xb4, 0xbb, 0xf1, 0x47, 0xef, 0x1e, 0xe4, 0xef, 0xc6, 0x4f, 0x6e, 0xb7, 0xda, 0x61, - 0x24, 0x61, 0xa7, 0xa1, 0x7c, 0xee, 0x7d, 0xb0, 0x7a, 0xee, 0x87, 0xea, 0x90, 0x42, 0xf3, 0x06, - 0x83, 0x38, 0x33, 0xc5, 0x7e, 0xf3, 0xdc, 0x8b, 0x55, 0x41, 0x3f, 0x1a, 0x09, 0xd7, 0xe2, 0x91, - 0xb0, 0x0f, 0x48, 0x3b, 0x57, 0xe7, 0xfc, 0xc3, 0x44, 0x90, 0xdb, 0xf3, 0xc2, 0xfa, 0xe3, 0xd8, - 0x26, 0x1b, 0xed, 0xfa, 0x20, 0xce, 0x86, 0x53, 0xa6, 0xa2, 0xa7, 0x50, 0xf6, 0xd5, 0xd0, 0x31, - 0x46, 0x36, 0xf1, 0x42, 0x5c, 0x9c, 0x28, 0xd6, 0x61, 0x95, 0xbd, 0xc1, 0x00, 0xd6, 0x4f, 0xaa, - 0xbd, 0x51, 0xb5, 0x2b, 0x64, 0xd0, 0x16, 0x14, 0xe9, 0x1a, 0x72, 0xbd, 0xdb, 0x69, 0xf6, 0x86, - 0x42, 0x36, 0x20, 0x48, 0x4d, 0xfc, 0xba, 0x89, 0x85, 0x15, 0xfa, 0xdc, 0x1f, 0xf5, 0x4e, 0xaa, - 0xbd, 0x6a, 0xab, 0xd9, 0x10, 0x72, 0xe2, 0xff, 0xe6, 0x00, 0x2d, 0xee, 0x2a, 0xcc, 0xe6, 0x07, - 0xa6, 0x15, 0xdc, 0x51, 0x21, 0x05, 0x3d, 0x83, 0x2d, 0xde, 0x0b, 0xc4, 0xed, 0x99, 0x71, 0x92, - 0xcc, 0x4a, 0x6c, 0x44, 0xb1, 0x59, 0x56, 0xe7, 0x49, 0x3c, 0x24, 0xa0, 0x03, 0x10, 0x0c, 0xd3, - 0xa1, 0x0f, 0x4b, 0xd3, 0xd2, 0x1d, 0x85, 0x7d, 0x23, 0xe1, 0x89, 0xd7, 0x02, 0x1d, 0x1d, 0x02, - 0xd2, 0xcc, 0x9e, 0xe9, 0xd4, 0x74, 0x43, 0x0b, 0x97, 0xe5, 0xba, 0x48, 0x19, 0xa1, 0xd9, 0x8b, - 0xaa, 0x4c, 0xa7, 0x63, 0x45, 0x7d, 0xe3, 0x95, 0x77, 0xf9, 0x35, 0x92, 0xa0, 0xa2, 0xe7, 0xb0, - 0x6e, 0x29, 0xc6, 0x84, 0xd8, 0x95, 0x0d, 0x66, 0xc5, 0x0f, 0x96, 0xa8, 0x0c, 0x53, 0x26, 0xec, - 0xf1, 0xa2, 0x63, 0xd8, 0x30, 0xe7, 0xfc, 0x13, 0x13, 0x7f, 0xa7, 0xfe, 0xd5, 0x0d, 0x9a, 0x3e, - 0xec, 0x73, 0xf6, 0xa6, 0xe1, 0x58, 0x57, 0xd8, 0x9f, 0x8c, 0xea, 0x50, 0xe4, 0xdf, 0x51, 0xdb, - 0xa6, 0xed, 0xd8, 0x95, 0x02, 0xc3, 0x7a, 0xb2, 0x0c, 0x2b, 0xe0, 0xc4, 0xd1, 0x59, 0xfb, 0xdf, - 0x41, 0x29, 0x8a, 0x4e, 0x6f, 0xe2, 0x37, 0xe4, 0xca, 0xd3, 0x1b, 0x6d, 0xc6, 0x2b, 0x22, 0x05, - 0xaf, 0x22, 0xf2, 0xdd, 0xca, 0x37, 0x59, 0xd1, 0x84, 0xad, 0xc4, 0x19, 0x59, 0x46, 0x43, 0x1b, - 0x5d, 0xf3, 0x32, 0xa8, 0x8b, 0x46, 0x28, 0xc1, 0xf8, 0x68, 0x3e, 0x27, 0x7e, 0x04, 0x8c, 0x50, - 0x02, 0x9d, 0xb3, 0xec, 0x34, 0xaa, 0x73, 0x4a, 0x10, 0xbf, 0x81, 0x9d, 0xb4, 0x13, 0xb1, 0x57, - 0xa9, 0xa2, 0x06, 0xaf, 0x52, 0x45, 0x65, 0x59, 0xdf, 0xdc, 0xc3, 0x5f, 0xd1, 0xe7, 0xe2, 0x06, - 0xac, 0x35, 0x67, 0x73, 0xe7, 0xea, 0xe0, 0x9b, 0xc8, 0xcf, 0x1a, 0x16, 0x7f, 0x3d, 0x81, 0x36, - 0x20, 0xd7, 0xab, 0x0e, 0x84, 0x0c, 0xca, 0xc3, 0xea, 0xa0, 0xda, 0x1b, 0x09, 0x59, 0xb4, 0x0e, - 0x2b, 0xad, 0x9e, 0xb0, 0x72, 0xf0, 0x29, 0x08, 0xc9, 0x5a, 0x24, 0x1d, 0x1b, 0x79, 0xdc, 0x8d, - 0xfe, 0x69, 0x4f, 0xc8, 0x52, 0x80, 0xfe, 0xf1, 0xb1, 0xb0, 0x72, 0xf0, 0x19, 0x40, 0x58, 0x7b, - 0xa4, 0x9e, 0x86, 0x3b, 0x52, 0xa7, 0xd7, 0xe2, 0x65, 0xb5, 0xe3, 0x6a, 0xb7, 0x4b, 0x3b, 0xac, - 0xac, 0x56, 0xeb, 0x0f, 0xdb, 0xc2, 0xca, 0xc1, 0x7f, 0x65, 0x61, 0xc3, 0x2b, 0x78, 0xa1, 0x02, - 0xac, 0xf5, 0x46, 0x27, 0xf2, 0x17, 0x42, 0xc6, 0x6f, 0x1e, 0x09, 0x59, 0xbf, 0xf9, 0xa5, 0xb0, - 0xe2, 0x37, 0x9f, 0x0b, 0x39, 0xbf, 0xf9, 0x95, 0xb0, 0xea, 0x37, 0x5f, 0x08, 0x6b, 0x7e, 0xf3, - 0x6b, 0x61, 0xdd, 0x6f, 0x7e, 0x23, 0x6c, 0xf8, 0xcd, 0x6f, 0x85, 0x3c, 0xdd, 0x11, 0x5b, 0xe2, - 0x73, 0xa1, 0x10, 0xb4, 0xbf, 0x10, 0x20, 0x68, 0x1f, 0x09, 0xc5, 0xa0, 0xfd, 0xa5, 0x50, 0x0a, - 0xda, 0xcf, 0x85, 0x72, 0xd0, 0xfe, 0x4a, 0xd8, 0x0c, 0xda, 0x2f, 0x84, 0xad, 0xa0, 0xfd, 0xb5, - 0x20, 0x04, 0xed, 0x6f, 0x84, 0xed, 0xa0, 0xfd, 0xad, 0x80, 0xfc, 0xf6, 0xd1, 0xe7, 0xc2, 0x9d, - 0x83, 0x4f, 0xa1, 0x14, 0x2d, 0xda, 0x51, 0xe1, 0x75, 0xfb, 0xa7, 0x5c, 0x9e, 0xed, 0x4e, 0xab, - 0x2d, 0x64, 0x29, 0xfb, 0xb0, 0xdf, 0x6a, 0x75, 0x9b, 0xc2, 0xca, 0x41, 0x03, 0xb6, 0x12, 0xa5, - 0x28, 0x2a, 0xcb, 0x51, 0xef, 0x55, 0x8f, 0xca, 0x3e, 0x43, 0xb5, 0x51, 0x1d, 0x70, 0x1d, 0x48, - 0xc3, 0xaa, 0xb0, 0x82, 0xee, 0xc0, 0x96, 0x34, 0xac, 0xca, 0xc7, 0xd5, 0x4e, 0xb7, 0xff, 0xba, - 0x89, 0xe5, 0xea, 0x40, 0xc8, 0x1d, 0x34, 0xa0, 0x1c, 0xab, 0xc8, 0xa0, 0x5d, 0xd8, 0xa6, 0x5c, - 0xbd, 0xfe, 0x50, 0xae, 0xf7, 0x7b, 0xbd, 0x66, 0x7d, 0xd8, 0x6c, 0x70, 0xc1, 0x57, 0x07, 0xf2, - 0x88, 0x02, 0x6e, 0x43, 0x99, 0x72, 0x84, 0xa3, 0x2b, 0x07, 0x1f, 0xf3, 0xba, 0x9c, 0x5f, 0xd8, - 0x42, 0x25, 0xc8, 0x9f, 0x0e, 0xaa, 0x47, 0xf2, 0x40, 0x7a, 0xc5, 0xf7, 0xdf, 0x1f, 0x34, 0x7b, - 0x42, 0xf6, 0xe0, 0x6f, 0x40, 0x48, 0xbe, 0x35, 0xe9, 0xfe, 0x86, 0x27, 0xd4, 0x6c, 0x04, 0x28, - 0xd5, 0xaa, 0x52, 0x5b, 0x96, 0xea, 0xb8, 0x33, 0x18, 0x4a, 0x3c, 0xe8, 0xd2, 0x8c, 0xd0, 0x27, - 0xac, 0x1c, 0xfd, 0xe9, 0x63, 0x58, 0x1f, 0x3c, 0x3f, 0xed, 0x0d, 0xbe, 0x40, 0x67, 0xf0, 0xa4, - 0x45, 0x9c, 0x1b, 0x7e, 0x28, 0x81, 0xe2, 0x57, 0x1b, 0xb5, 0xf9, 0xfd, 0x4f, 0x6e, 0xfa, 0x79, - 0x41, 0x04, 0x40, 0xcc, 0xa0, 0x3f, 0x66, 0xe1, 0x29, 0xbf, 0xbf, 0x6f, 0x58, 0xeb, 0x6d, 0x70, - 0xdf, 0x76, 0x13, 0xaf, 0xe1, 0x5e, 0xf4, 0xb0, 0xf1, 0xdf, 0x6a, 0xa5, 0x1d, 0xf2, 0xc3, 0x74, - 0xfc, 0xd8, 0x44, 0x31, 0x83, 0x7e, 0x82, 0x07, 0x89, 0xb3, 0xc5, 0xa1, 0x6f, 0x03, 0x73, 0xdb, - 0xb5, 0x7e, 0x0d, 0xfb, 0x52, 0xe4, 0x0c, 0x89, 0x9f, 0x90, 0x3d, 0xbd, 0xcd, 0x4f, 0xba, 0xf6, - 0x53, 0x8e, 0x2a, 0x66, 0xd0, 0x09, 0x54, 0x5a, 0xc4, 0xf1, 0x93, 0xac, 0x58, 0xda, 0x98, 0x2a, - 0x9c, 0xeb, 0x5e, 0x71, 0x62, 0x06, 0xb5, 0xe1, 0x0e, 0xc7, 0x7a, 0x6f, 0xa4, 0x63, 0xd8, 0x6e, - 0x11, 0x27, 0xf1, 0x12, 0x7c, 0x07, 0x9c, 0x3e, 0x6c, 0x4b, 0x0b, 0x38, 0xd7, 0xcd, 0xb9, 0x09, - 0xf0, 0x57, 0xb0, 0xd9, 0x22, 0x4e, 0xf4, 0x35, 0x9d, 0xb6, 0xab, 0x4a, 0x8c, 0x16, 0xe1, 0xe6, - 0x08, 0x52, 0x1c, 0x61, 0x29, 0xf7, 0x12, 0xad, 0x35, 0xa0, 0x74, 0x42, 0xdf, 0xe9, 0xa3, 0x13, - 0x89, 0xa5, 0x30, 0x37, 0xbc, 0x7c, 0x96, 0xa0, 0x0c, 0x40, 0xa0, 0x09, 0x3d, 0x19, 0x49, 0xb5, - 0xf0, 0x57, 0x40, 0x31, 0xce, 0xa5, 0x35, 0x80, 0x25, 0x88, 0x7f, 0x0b, 0x3b, 0x2d, 0xe2, 0x30, - 0x50, 0x2d, 0x8a, 0x1a, 0x2f, 0x63, 0xc7, 0xaa, 0xbc, 0x37, 0x89, 0x7b, 0x08, 0x77, 0xbd, 0x4f, - 0x51, 0xff, 0x9f, 0xa8, 0x5d, 0xa8, 0x30, 0x3c, 0xdf, 0xf0, 0x6f, 0x0b, 0x9b, 0x7e, 0xec, 0x1e, - 0xec, 0x76, 0x75, 0x3b, 0xe5, 0xdc, 0x69, 0x96, 0xf1, 0x78, 0x39, 0x3c, 0xaf, 0x6a, 0x53, 0xa7, - 0x2c, 0xf1, 0x2a, 0x94, 0x97, 0x1d, 0x3e, 0x4c, 0xaf, 0x0e, 0x79, 0xaa, 0xd9, 0x7f, 0xb0, 0x6c, - 0xd8, 0x76, 0xa7, 0x0e, 0x83, 0xdb, 0x8a, 0xc2, 0xbd, 0x34, 0xc7, 0x37, 0x21, 0x2e, 0x2f, 0x47, - 0x89, 0x19, 0x84, 0x61, 0xb7, 0xdd, 0x69, 0x50, 0x3d, 0x07, 0x35, 0x2a, 0x5e, 0xd1, 0x5a, 0x3e, - 0xeb, 0xc6, 0x2d, 0x36, 0x01, 0xb5, 0x3b, 0x8d, 0xba, 0x62, 0xa8, 0x64, 0x1a, 0xee, 0xf2, 0x1a, - 0xc0, 0x65, 0x8a, 0xb8, 0xcb, 0xb7, 0xe6, 0x55, 0xf0, 0x02, 0xfe, 0x74, 0x55, 0x3c, 0x5c, 0x8a, - 0x4f, 0xd5, 0x29, 0x66, 0x50, 0x0d, 0xf6, 0x82, 0x6d, 0x55, 0xa7, 0xd3, 0x1b, 0xe0, 0xd2, 0xf7, - 0xf4, 0x5b, 0x5f, 0x5c, 0x89, 0xaa, 0xe2, 0x75, 0xa7, 0xfb, 0x28, 0x39, 0x94, 0x5a, 0x91, 0x64, - 0x1b, 0x2c, 0x1e, 0x4b, 0x41, 0xc5, 0x3a, 0xa1, 0xd6, 0x64, 0x25, 0x7b, 0xc9, 0x06, 0x5f, 0x01, - 0x1c, 0x4b, 0x7e, 0xf1, 0x1c, 0xc5, 0x35, 0x95, 0xa8, 0xf0, 0x27, 0x24, 0x96, 0xac, 0xb8, 0x33, - 0x0d, 0x94, 0x8f, 0xa5, 0x16, 0x71, 0xfc, 0x3a, 0x73, 0x02, 0x2f, 0x51, 0xa5, 0x4e, 0xe0, 0x25, - 0x8b, 0xd3, 0x62, 0x06, 0xfd, 0x1e, 0x76, 0x8f, 0xa5, 0xba, 0x45, 0x14, 0x87, 0xc4, 0xbe, 0x53, - 0xa0, 0xc4, 0xaf, 0xae, 0x52, 0xbe, 0x92, 0xec, 0x8b, 0xd7, 0xb1, 0x04, 0x2b, 0xfc, 0x0a, 0x8a, - 0xec, 0xcb, 0x4b, 0x97, 0x3d, 0x1a, 0x13, 0x5a, 0x89, 0x7e, 0x5e, 0x4a, 0x8a, 0x8f, 0x0e, 0x89, - 0x99, 0xcf, 0xb3, 0xa8, 0x05, 0xc5, 0xa6, 0x7a, 0x1e, 0x54, 0xde, 0xaf, 0x8b, 0x1f, 0xd7, 0x8c, - 0x89, 0x19, 0xd4, 0x01, 0xc4, 0x03, 0x52, 0xec, 0x43, 0xed, 0xf2, 0x4f, 0x73, 0xfb, 0x7b, 0xe9, - 0x9f, 0x07, 0xc5, 0x0c, 0xfa, 0x1e, 0x4a, 0x2d, 0xe2, 0x84, 0x9f, 0x15, 0xd3, 0xec, 0x75, 0xf9, - 0xec, 0x63, 0xd8, 0xe3, 0xe2, 0x08, 0x88, 0xf5, 0x73, 0xfe, 0xe4, 0x7c, 0x3b, 0x1c, 0x0c, 0xdb, - 0x2c, 0x28, 0x9e, 0xea, 0x67, 0xe1, 0x79, 0x7e, 0x91, 0x60, 0x5f, 0xf6, 0x35, 0x7c, 0xe9, 0xad, - 0xb5, 0x1b, 0xdc, 0x31, 0x31, 0xdc, 0xeb, 0xe4, 0xbe, 0x5c, 0x86, 0x0c, 0xb1, 0x12, 0xbd, 0x62, - 0x6e, 0x0d, 0xba, 0xfc, 0xdc, 0x27, 0x70, 0x2f, 0x76, 0xbd, 0xdc, 0x1a, 0x32, 0xfd, 0xc8, 0x7d, - 0xae, 0x8e, 0x94, 0xed, 0xbd, 0xe3, 0x05, 0x23, 0xc3, 0x63, 0xbe, 0xb5, 0xe5, 0xb5, 0xaf, 0x5b, - 0xd6, 0xd1, 0x96, 0xec, 0xd8, 0x84, 0x5f, 0xb4, 0x88, 0x53, 0x9d, 0x4e, 0x6f, 0x2e, 0xdf, 0xa5, - 0x1d, 0xe1, 0x30, 0x5e, 0x7b, 0xb8, 0x09, 0x43, 0xcc, 0xa0, 0x29, 0x3c, 0x8d, 0xe4, 0xb1, 0xcb, - 0x57, 0xbb, 0x4e, 0xf8, 0xb7, 0x3c, 0xb2, 0x98, 0x41, 0x2a, 0x3c, 0x62, 0xca, 0x58, 0xbe, 0x4e, - 0x7a, 0x61, 0xf0, 0xad, 0x0c, 0xfd, 0x27, 0x10, 0x03, 0x43, 0xff, 0x4b, 0x1f, 0xe8, 0x37, 0xf0, - 0x51, 0xd4, 0x05, 0xde, 0x6d, 0xb9, 0xf4, 0x63, 0xfc, 0x3d, 0x7c, 0x18, 0x1a, 0xef, 0xdb, 0x99, - 0xc1, 0x2d, 0x2c, 0x19, 0xc3, 0xfd, 0x88, 0xde, 0x17, 0x7e, 0x8b, 0x7d, 0xf3, 0xad, 0x9f, 0x9c, - 0xc2, 0xbc, 0xe3, 0x21, 0x07, 0x4c, 0x8e, 0x61, 0x32, 0x9f, 0x2a, 0x6a, 0xf2, 0x9a, 0x4d, 0x72, - 0xdd, 0xbc, 0xc0, 0x6f, 0xe1, 0x5e, 0xfa, 0x02, 0x55, 0x4d, 0x7b, 0x6f, 0xf0, 0xdf, 0xf9, 0xef, - 0xd2, 0xc5, 0xdd, 0xcf, 0xcc, 0x8b, 0xf7, 0xdf, 0xfc, 0x10, 0xee, 0x87, 0xfa, 0x4c, 0x8e, 0xbf, - 0xb3, 0x1e, 0xbb, 0xb0, 0xcb, 0x10, 0x17, 0x34, 0x78, 0xc3, 0x76, 0xd3, 0x6d, 0x6e, 0x0c, 0x1f, - 0x46, 0xcd, 0x79, 0x99, 0x1e, 0xaf, 0x33, 0xe6, 0x5b, 0xc8, 0xf9, 0xf1, 0x75, 0x6b, 0x50, 0x55, - 0xbe, 0x17, 0xfe, 0xf7, 0x90, 0x6f, 0xd4, 0x6a, 0x8a, 0xfa, 0xc6, 0x9d, 0xbf, 0x83, 0xd7, 0xfd, - 0x00, 0x85, 0x46, 0x0d, 0x13, 0x9b, 0xee, 0xed, 0x1d, 0xa6, 0x9f, 0xc0, 0x4e, 0xa8, 0xe4, 0x20, - 0x35, 0x7d, 0x67, 0xed, 0xc6, 0x1e, 0x48, 0xe1, 0x6f, 0x24, 0xdf, 0xc3, 0x5a, 0xee, 0x84, 0x78, - 0xbe, 0x94, 0xde, 0x15, 0x6d, 0xbc, 0xce, 0xfe, 0xde, 0xf7, 0xe5, 0xff, 0x05, 0x00, 0x00, 0xff, - 0xff, 0x50, 0x12, 0x00, 0x30, 0xec, 0x37, 0x00, 0x00, + // 4586 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5b, 0x4b, 0x77, 0xe3, 0x46, + 0x76, 0x26, 0x45, 0x3d, 0xc8, 0x4b, 0x52, 0x82, 0xaa, 0x25, 0x35, 0xa5, 0x7e, 0xb9, 0xe1, 0xb6, + 0xdd, 0x23, 0xc7, 0xb2, 0x2d, 0xcb, 0xed, 0xb6, 0x63, 0xc7, 0xc3, 0x97, 0x48, 0x76, 0x53, 0x24, + 0x03, 0x90, 0xad, 0x99, 0x4c, 0xce, 0x60, 0x40, 0xa0, 0x44, 0xc1, 0x0d, 0x02, 0x0c, 0x1e, 0x92, + 0x95, 0xc5, 0xe4, 0x9c, 0x59, 0x65, 0x91, 0x7d, 0xfe, 0x45, 0x76, 0x49, 0x7e, 0x4e, 0xd6, 0xd9, + 0xcc, 0xc9, 0x26, 0x9b, 0x6c, 0x32, 0xa7, 0xaa, 0xf0, 0x26, 0x28, 0xa9, 0xd5, 0x33, 0xbb, 0xaa, + 0x5b, 0xb7, 0xbe, 0xaa, 0xba, 0xaf, 0xba, 0x75, 0x41, 0x02, 0x4c, 0xac, 0x99, 0x72, 0x30, 0xb3, + 0x4c, 0xc7, 0x44, 0xc5, 0xc1, 0xd1, 0xa5, 0x31, 0xf8, 0x52, 0x22, 0x24, 0x7e, 0x1f, 0x76, 0x6a, + 0xba, 0x8b, 0x1d, 0xd3, 0x74, 0xce, 0xab, 0x13, 0x6c, 0x38, 0x22, 0x76, 0x1c, 0xcd, 0x98, 0xd8, + 0x88, 0x83, 0xdc, 0x4c, 0x33, 0x2a, 0xd9, 0x0f, 0xb2, 0xcf, 0x0b, 0x02, 0x69, 0xf2, 0xff, 0x97, + 0x85, 0xfb, 0x01, 0x73, 0x0f, 0x3b, 0x97, 0xa6, 0xf5, 0x56, 0xc4, 0xd6, 0x85, 0xa6, 0x60, 0x74, + 0x04, 0x3b, 0x16, 0x9e, 0x68, 0xb6, 0x83, 0x2d, 0xc9, 0xb4, 0x24, 0xd7, 0xf0, 0x7b, 0x14, 0x20, + 0x2f, 0x6c, 0xf9, 0xfd, 0xbe, 0x35, 0x0a, 0xc6, 0xd0, 0x3e, 0x6c, 0xda, 0xd8, 0xba, 0x60, 0x73, + 0x14, 0xd3, 0x30, 0xb0, 0xe2, 0x54, 0x96, 0xe8, 0x84, 0x0d, 0x36, 0xd0, 0xb7, 0xea, 0x8c, 0x8c, + 0xbe, 0x87, 0x65, 0xe7, 0x6a, 0x86, 0x2b, 0xb9, 0x0f, 0xb2, 0xcf, 0xd7, 0x0f, 0x9f, 0x1f, 0x44, + 0x4e, 0x71, 0xb0, 0x60, 0x57, 0xc3, 0xab, 0x19, 0x16, 0xe8, 0x2c, 0xf4, 0x18, 0x8a, 0x53, 0x59, + 0x21, 0xcb, 0x18, 0xf2, 0x14, 0x57, 0x96, 0xe9, 0xa9, 0x0a, 0x53, 0x59, 0xe9, 0x5b, 0x3d, 0x79, + 0x8a, 0xd1, 0x13, 0x28, 0x8e, 0x2d, 0x4d, 0x9d, 0x60, 0x36, 0xbe, 0x42, 0xc7, 0x81, 0x91, 0x08, + 0x03, 0xff, 0xdf, 0xcb, 0xf0, 0x20, 0x58, 0xa6, 0x6e, 0x1a, 0x8e, 0x65, 0xea, 0x3a, 0xb6, 0x02, + 0x71, 0x55, 0x60, 0x6d, 0x66, 0x5e, 0x62, 0x0b, 0xab, 0xde, 0x89, 0xfd, 0x2e, 0xfa, 0x00, 0x8a, + 0xde, 0xd1, 0xe4, 0xb1, 0x8e, 0xbd, 0xe3, 0x45, 0x49, 0xe8, 0x17, 0xc0, 0x9d, 0xc9, 0xb6, 0x23, + 0x45, 0xd9, 0x72, 0x4c, 0x0a, 0x84, 0x5e, 0x8f, 0xb0, 0xf2, 0x50, 0x52, 0x35, 0x5b, 0x31, 0x2f, + 0xb0, 0x45, 0xd9, 0x96, 0x29, 0x5b, 0x8c, 0x86, 0xf6, 0x20, 0x3f, 0x36, 0x0d, 0x95, 0x8e, 0xaf, + 0xd0, 0xf1, 0xa0, 0x8f, 0x0e, 0xe0, 0x9e, 0xae, 0x19, 0x6f, 0x25, 0x1d, 0x5f, 0x60, 0x5d, 0xb2, + 0xb1, 0xe2, 0x5a, 0x9a, 0x73, 0x55, 0x59, 0xa5, 0x6c, 0x9b, 0x64, 0xa8, 0x4b, 0x46, 0x44, 0x6f, + 0x00, 0x1d, 0xc2, 0x36, 0x65, 0xc2, 0x92, 0xad, 0x4d, 0x67, 0x3a, 0x96, 0x66, 0xb2, 0x66, 0x69, + 0xc6, 0xa4, 0xb2, 0x46, 0x67, 0xdc, 0x63, 0x83, 0x22, 0x1d, 0x1b, 0xb0, 0x21, 0xb4, 0x0d, 0xab, + 0x63, 0x4b, 0xc2, 0xaa, 0x55, 0xc9, 0x53, 0xa6, 0x95, 0xb1, 0xd5, 0x54, 0x2d, 0xf4, 0x08, 0xe0, + 0x5c, 0x9b, 0x9c, 0x4b, 0xf6, 0x0c, 0x63, 0xb5, 0x52, 0xa0, 0x43, 0x05, 0x42, 0x11, 0x09, 0x81, + 0x0c, 0xeb, 0xe6, 0xa5, 0x84, 0x0d, 0x6c, 0x4d, 0xae, 0x2a, 0xc0, 0x86, 0x75, 0xf3, 0xb2, 0x49, + 0x09, 0x44, 0x8a, 0xb2, 0x7a, 0x81, 0x2d, 0x47, 0xb3, 0xc9, 0xf2, 0x45, 0x26, 0xc5, 0x08, 0x09, + 0x7d, 0x06, 0xc8, 0xdb, 0xaa, 0x27, 0x47, 0xcd, 0x34, 0xec, 0x4a, 0x89, 0x9d, 0x8c, 0x8d, 0xd4, + 0xc3, 0x01, 0xb2, 0x9e, 0x8a, 0xc7, 0xee, 0x44, 0x7a, 0x8b, 0xaf, 0xec, 0x4a, 0x99, 0xad, 0x47, + 0x29, 0xaf, 0xf1, 0x15, 0xd3, 0xa7, 0xa5, 0x5d, 0xc8, 0xca, 0x55, 0x65, 0xdd, 0xd3, 0x27, 0xeb, + 0xa2, 0x6f, 0xa1, 0xa2, 0x04, 0xfa, 0x27, 0x6b, 0x9d, 0x69, 0x13, 0xd7, 0x92, 0x09, 0x6a, 0x65, + 0x83, 0xb2, 0xde, 0x0f, 0xc7, 0xeb, 0xd1, 0x61, 0xf4, 0x11, 0xac, 0xdb, 0x8e, 0xec, 0x68, 0x8a, + 0x24, 0xab, 0xaa, 0x85, 0x6d, 0xbb, 0xc2, 0xd1, 0x09, 0x65, 0x46, 0xad, 0x32, 0x22, 0xff, 0xc7, + 0x65, 0x78, 0x9c, 0x62, 0x6b, 0x1d, 0xe3, 0xcc, 0xb4, 0xa6, 0x0c, 0xa9, 0x02, 0x6b, 0x3e, 0x04, + 0x31, 0xb7, 0x92, 0xe0, 0x77, 0xd1, 0xa7, 0xb0, 0x39, 0xf6, 0xe7, 0x4a, 0x17, 0xd8, 0xb2, 0xc9, + 0xbe, 0x88, 0xd1, 0x95, 0x05, 0x2e, 0x18, 0x78, 0xc3, 0xe8, 0xc4, 0x9c, 0xa6, 0xb2, 0xe1, 0x9e, + 0xc9, 0x8a, 0xe3, 0x5a, 0xd8, 0xa2, 0x56, 0x57, 0x16, 0x62, 0x34, 0x74, 0x0a, 0xc8, 0x76, 0x67, + 0x33, 0xd3, 0x72, 0xb0, 0x2a, 0xd9, 0x9e, 0xbd, 0x53, 0xc3, 0x2b, 0x2e, 0x72, 0xc3, 0x79, 0xff, + 0x10, 0x36, 0x03, 0x8c, 0xc0, 0x65, 0x44, 0xe0, 0x14, 0xd7, 0xb2, 0xb0, 0xe1, 0x84, 0xb0, 0x2b, + 0xef, 0x08, 0xbb, 0xe1, 0x21, 0x04, 0xa0, 0x1f, 0xc3, 0x86, 0xa2, 0xcb, 0xb6, 0x2d, 0x99, 0x67, + 0x92, 0x8a, 0x49, 0x14, 0xa0, 0xc6, 0x5d, 0x12, 0xca, 0x94, 0xdc, 0x3f, 0x6b, 0x50, 0x22, 0x42, + 0xb0, 0x4c, 0x3d, 0x7d, 0x8d, 0x7a, 0x3a, 0x6d, 0x13, 0x93, 0xb0, 0xcf, 0x4d, 0xcb, 0x61, 0x31, + 0x20, 0xcf, 0x62, 0x04, 0xa5, 0xd0, 0x18, 0xf1, 0x14, 0x4a, 0x9a, 0x2d, 0xc9, 0x17, 0xb2, 0xa6, + 0x53, 0xdf, 0x62, 0x26, 0x5c, 0xd4, 0xec, 0xaa, 0x4f, 0x42, 0x7f, 0x0d, 0x7b, 0x36, 0x8b, 0x3d, + 0x92, 0xc1, 0x42, 0x91, 0xe4, 0x05, 0x38, 0x43, 0x9e, 0x79, 0x46, 0x7d, 0xdf, 0xe3, 0x88, 0xc4, + 0x2a, 0x6c, 0xf5, 0xe4, 0x19, 0xfa, 0x01, 0x1e, 0x2c, 0x98, 0x3c, 0x93, 0x0d, 0xd7, 0x33, 0xf9, + 0x4a, 0xda, 0xec, 0x81, 0x6c, 0xb8, 0xe8, 0x5b, 0xd8, 0x5d, 0x30, 0x7d, 0x62, 0x78, 0x6e, 0xb0, + 0x93, 0x36, 0xb9, 0x65, 0xf0, 0x3f, 0x01, 0x37, 0xb4, 0xb4, 0xc9, 0x04, 0x5b, 0x55, 0xea, 0x1d, + 0x22, 0x76, 0x50, 0x0d, 0xd6, 0x63, 0x34, 0x62, 0x68, 0xb9, 0xe7, 0xc5, 0xc3, 0xbd, 0x98, 0x6e, + 0x62, 0x2c, 0x42, 0x62, 0x06, 0x11, 0x32, 0x91, 0x1c, 0x35, 0xbf, 0x82, 0x40, 0xdb, 0xfc, 0x7f, + 0x00, 0x94, 0x63, 0x6c, 0x68, 0x1d, 0x96, 0x34, 0x16, 0x35, 0xcb, 0xc2, 0x92, 0xa6, 0x12, 0xdb, + 0x36, 0x0d, 0x2c, 0x9e, 0x9b, 0xfe, 0x5d, 0xe0, 0x77, 0x49, 0x64, 0xd3, 0x6c, 0x32, 0xeb, 0xc2, + 0x0f, 0x90, 0x41, 0x1f, 0x3d, 0x84, 0x82, 0x36, 0x9d, 0xba, 0x4e, 0x24, 0x2c, 0x86, 0x04, 0xd4, + 0x85, 0x75, 0xef, 0xec, 0xa2, 0x23, 0x13, 0x2b, 0xf4, 0x2c, 0x8d, 0x4f, 0x3b, 0x8d, 0x18, 0xe3, + 0x6c, 0x67, 0x84, 0xc4, 0x5c, 0xf4, 0x2b, 0x40, 0xae, 0x3d, 0x6e, 0xc9, 0xea, 0x04, 0xfb, 0xd1, + 0x19, 0xab, 0xd4, 0xce, 0x8a, 0x87, 0x1f, 0xa7, 0x21, 0x8e, 0xc4, 0x5a, 0x82, 0xbb, 0x9d, 0x11, + 0x52, 0x30, 0x90, 0x0c, 0xdb, 0x01, 0xb5, 0x41, 0x82, 0xba, 0x0f, 0xbe, 0x46, 0xc1, 0x7f, 0x71, + 0x2d, 0x78, 0x74, 0x42, 0x3b, 0x23, 0xa4, 0x23, 0xa1, 0x0e, 0x94, 0x2f, 0xb5, 0x33, 0xad, 0x3a, + 0xf0, 0x25, 0x91, 0xa7, 0xd0, 0x4f, 0xd3, 0xa0, 0x4f, 0xa3, 0x8c, 0xed, 0x8c, 0x10, 0x9f, 0x49, + 0xe4, 0x40, 0x08, 0xc1, 0xf6, 0xab, 0xb6, 0xe8, 0xc8, 0xd4, 0x2f, 0x16, 0xc8, 0xe1, 0x74, 0x8e, + 0x9b, 0xc8, 0x61, 0x1e, 0x03, 0x7d, 0x07, 0x79, 0xdb, 0x3e, 0xef, 0x9a, 0x13, 0xcd, 0xa0, 0x6e, + 0x53, 0x3c, 0x7c, 0x98, 0xaa, 0x29, 0xb1, 0x4d, 0x79, 0xda, 0x19, 0x21, 0xe0, 0x47, 0x02, 0x70, + 0xea, 0xb9, 0x32, 0xeb, 0x62, 0xd9, 0xc6, 0x2d, 0x4b, 0x36, 0xc8, 0x19, 0x8b, 0x14, 0xe3, 0x59, + 0x1a, 0x46, 0xa3, 0x5d, 0x1f, 0x44, 0x79, 0xdb, 0x19, 0x61, 0x6e, 0x3e, 0x3a, 0x86, 0xd2, 0xc4, + 0x32, 0xdd, 0x99, 0x80, 0x15, 0x4c, 0xac, 0xaf, 0x44, 0xf1, 0x3e, 0x48, 0xc3, 0x6b, 0x45, 0xf8, + 0xda, 0x19, 0x21, 0x36, 0x0f, 0xfd, 0x16, 0xb6, 0xa2, 0x7d, 0x11, 0xff, 0x83, 0x8b, 0x0d, 0x05, + 0xd3, 0xfb, 0x27, 0x19, 0xf7, 0x52, 0xf0, 0x7c, 0xfe, 0x76, 0x46, 0x48, 0xc5, 0x41, 0x47, 0xb0, + 0x3a, 0x99, 0x69, 0x66, 0xc7, 0xa0, 0xb7, 0xd6, 0x02, 0x6f, 0x6d, 0x0d, 0x3a, 0xfd, 0x0e, 0x91, + 0x99, 0xc7, 0x8b, 0x1a, 0x00, 0x63, 0xd9, 0x3e, 0x17, 0x15, 0x4b, 0x9b, 0x39, 0xf4, 0x12, 0x4b, + 0x7a, 0x86, 0x17, 0x17, 0x88, 0xde, 0x6b, 0x01, 0x67, 0x3b, 0x2b, 0x44, 0xe6, 0xa1, 0x2a, 0x14, + 0xce, 0x35, 0xd5, 0x03, 0xe1, 0x52, 0x8c, 0x2a, 0x02, 0xd2, 0xee, 0x34, 0x02, 0x8c, 0x70, 0x16, + 0x52, 0x60, 0x47, 0xc5, 0x33, 0xdd, 0xbc, 0xf2, 0xe3, 0xf9, 0x10, 0x4f, 0x67, 0xba, 0xec, 0xe0, + 0xca, 0x66, 0x8a, 0xfd, 0x33, 0xbc, 0x46, 0xea, 0x84, 0x76, 0x56, 0x58, 0x00, 0x85, 0xf6, 0x21, + 0xa7, 0x9b, 0x93, 0x0a, 0xa2, 0x88, 0x3b, 0x29, 0x88, 0x5d, 0x73, 0xd2, 0xce, 0x0a, 0x84, 0x09, + 0xbd, 0x80, 0x35, 0x22, 0xa3, 0xbe, 0xeb, 0x54, 0xee, 0xa5, 0x08, 0x94, 0xf1, 0x13, 0x79, 0xf6, + 0x5d, 0x72, 0x14, 0x9f, 0x19, 0x7d, 0x0f, 0x05, 0xaa, 0x1f, 0x11, 0x1b, 0x6a, 0x65, 0x2b, 0xc5, + 0x80, 0xbd, 0x99, 0x3e, 0x0f, 0x11, 0x43, 0x30, 0xa1, 0x56, 0x80, 0x35, 0x4f, 0x55, 0xb5, 0x3c, + 0xac, 0x32, 0x56, 0xfe, 0x3e, 0x6c, 0xa7, 0xc6, 0x27, 0xfe, 0x01, 0xec, 0x2e, 0x0c, 0x33, 0xfc, + 0x63, 0x78, 0x78, 0x5d, 0x98, 0xe0, 0x77, 0x60, 0x2b, 0xcd, 0xd7, 0x23, 0xa0, 0xf3, 0x3e, 0xcb, + 0x7f, 0x0e, 0x1b, 0x09, 0x07, 0x24, 0xe1, 0x57, 0x27, 0x8d, 0x91, 0xed, 0xe5, 0xfc, 0x05, 0x21, + 0x24, 0xf0, 0xbb, 0x70, 0x7f, 0x81, 0xb7, 0xf1, 0x1d, 0xb8, 0x97, 0x62, 0xe8, 0x04, 0x8f, 0xca, + 0x83, 0xde, 0x1f, 0x1e, 0x5e, 0x40, 0x40, 0x5b, 0xb0, 0x72, 0x21, 0xeb, 0x2e, 0xbb, 0x59, 0x56, + 0x04, 0xd6, 0xe1, 0xff, 0x09, 0x1e, 0x5c, 0xe3, 0x33, 0x37, 0x40, 0xee, 0x03, 0xd7, 0x99, 0x18, + 0xa6, 0x85, 0xfb, 0xae, 0xd3, 0x3f, 0xeb, 0x5b, 0x2a, 0xb6, 0xbc, 0xeb, 0x67, 0x8e, 0x8e, 0x76, + 0x60, 0x95, 0xae, 0x68, 0x57, 0x72, 0x1f, 0xe4, 0x9e, 0xaf, 0x08, 0x5e, 0x8f, 0xff, 0xcf, 0x6c, + 0x70, 0xb7, 0x31, 0x1f, 0x43, 0x07, 0xcc, 0x7e, 0x7a, 0xee, 0x94, 0xae, 0xb8, 0x7e, 0xb8, 0x15, + 0xb3, 0x02, 0xc2, 0xd5, 0x73, 0xa7, 0x82, 0xcf, 0x84, 0x7e, 0x00, 0x98, 0xb9, 0xba, 0x3e, 0x9a, + 0x35, 0xcc, 0x4b, 0x96, 0xb6, 0xad, 0x1f, 0x3e, 0x9a, 0x9b, 0xd2, 0x31, 0x06, 0x01, 0x93, 0x10, + 0x99, 0x80, 0xbe, 0x01, 0x60, 0x2e, 0xdd, 0x54, 0x27, 0xfe, 0x53, 0xe9, 0x7e, 0xca, 0x74, 0x32, + 0x2c, 0x44, 0x58, 0xf9, 0x6f, 0x60, 0x3b, 0xd5, 0xc5, 0xd1, 0x63, 0x00, 0x9b, 0xb6, 0x22, 0x52, + 0x8b, 0x50, 0xf8, 0x17, 0xb0, 0x95, 0xe6, 0xd6, 0x37, 0xce, 0xfb, 0xdf, 0x2c, 0x3c, 0xbc, 0xce, + 0x7f, 0x49, 0x6a, 0xea, 0x78, 0xed, 0x08, 0x44, 0x8c, 0x86, 0x5e, 0x79, 0x6f, 0x42, 0x26, 0xa7, + 0x17, 0xb7, 0x0e, 0x0e, 0x07, 0x7e, 0x23, 0x7c, 0x21, 0xf2, 0x18, 0x4a, 0x51, 0x2a, 0xda, 0x84, + 0xf2, 0xf1, 0xa8, 0xdb, 0x95, 0xc4, 0xe6, 0x70, 0xd8, 0xe9, 0xb5, 0x44, 0x2e, 0x83, 0x8a, 0xb0, + 0xd6, 0x6b, 0x0e, 0x4f, 0xfb, 0xc2, 0x6b, 0x2e, 0x8b, 0xf2, 0xb0, 0x7c, 0xda, 0x39, 0xee, 0x70, + 0x4b, 0x68, 0x0d, 0x72, 0x23, 0xb1, 0xc6, 0xe5, 0x50, 0x19, 0x0a, 0xb5, 0xee, 0xa8, 0x39, 0xec, + 0xf7, 0x87, 0x6d, 0x6e, 0x19, 0xdd, 0x83, 0x8d, 0xa1, 0xd0, 0x69, 0xb5, 0x9a, 0x82, 0x54, 0xad, + 0x0f, 0x3b, 0xfd, 0x9e, 0xc8, 0xad, 0xf0, 0x45, 0x28, 0x04, 0x41, 0x86, 0x9f, 0x41, 0x39, 0x16, + 0x41, 0xde, 0xd9, 0x5c, 0x3e, 0x8f, 0xfa, 0xc1, 0xfa, 0xe1, 0xee, 0x1c, 0x77, 0xdf, 0x75, 0xde, + 0x10, 0x06, 0xdf, 0x45, 0x9a, 0xb0, 0x91, 0x88, 0x3c, 0x77, 0xf2, 0xb4, 0x4b, 0xd8, 0x23, 0x61, + 0x41, 0x20, 0xae, 0x65, 0x07, 0xc9, 0xb7, 0xe8, 0x98, 0x96, 0x3c, 0xa1, 0xaa, 0x1b, 0xa6, 0xa8, + 0x2e, 0x4a, 0x43, 0x5f, 0x43, 0x3e, 0x48, 0xfa, 0x97, 0x68, 0x7c, 0x8c, 0x6f, 0xfe, 0x54, 0x3b, + 0xd6, 0x82, 0x2c, 0x3f, 0x60, 0xe5, 0xff, 0x35, 0x07, 0xa5, 0xe8, 0x50, 0x90, 0xc7, 0x67, 0x23, + 0x79, 0xfc, 0x1e, 0xe4, 0x55, 0xcd, 0x26, 0x79, 0x9f, 0xea, 0xb9, 0x70, 0xd0, 0x27, 0x76, 0x69, + 0xe1, 0x89, 0xab, 0xcb, 0x8e, 0x69, 0x5d, 0x51, 0x0f, 0x29, 0x08, 0x11, 0x0a, 0xfa, 0x11, 0x4a, + 0x24, 0x35, 0xd6, 0x8c, 0x89, 0x34, 0x35, 0x55, 0x96, 0x49, 0xae, 0x27, 0x62, 0x37, 0xd9, 0xc0, + 0x29, 0x63, 0x3a, 0x31, 0x55, 0x2c, 0x14, 0x2f, 0xc3, 0x0e, 0x7a, 0x01, 0x05, 0xd9, 0x75, 0xce, + 0xd9, 0xec, 0x95, 0x14, 0xb5, 0x90, 0xd9, 0x55, 0xd7, 0x39, 0xa7, 0x53, 0xf3, 0xb2, 0xd7, 0x22, + 0x59, 0xaf, 0x72, 0x2e, 0x1b, 0x06, 0xd6, 0x69, 0x22, 0x59, 0x16, 0xfc, 0x2e, 0x3a, 0x80, 0x55, + 0x79, 0x26, 0xd5, 0x44, 0xd1, 0x4b, 0x02, 0xef, 0xcf, 0xc1, 0xd5, 0x44, 0xb1, 0x7e, 0x36, 0x11, + 0x56, 0xe4, 0x59, 0x4d, 0x14, 0xd1, 0x8f, 0xe4, 0x09, 0xa4, 0x91, 0x67, 0x55, 0x4d, 0x14, 0x25, + 0x5d, 0xb3, 0x9d, 0x4a, 0x9e, 0xa6, 0xee, 0x0b, 0x27, 0x96, 0x19, 0x7f, 0x4d, 0x14, 0xbb, 0x9a, + 0xed, 0xa0, 0x07, 0xf4, 0x22, 0xc7, 0x92, 0x6d, 0x6b, 0xfe, 0x43, 0x3d, 0x4f, 0x08, 0xa2, 0xad, + 0xa9, 0x24, 0xf6, 0x19, 0xf8, 0xe7, 0xa9, 0x69, 0x78, 0x6f, 0x66, 0xaf, 0xc7, 0xff, 0x5b, 0x16, + 0x0a, 0x54, 0x33, 0x0e, 0xf1, 0xde, 0x03, 0x58, 0xa6, 0x02, 0x60, 0x56, 0xbc, 0x37, 0xaf, 0x5a, + 0xc2, 0x45, 0x25, 0x40, 0xf9, 0xa2, 0xa7, 0x5f, 0x8a, 0x9f, 0x1e, 0xc1, 0x32, 0xdd, 0x07, 0x53, + 0x15, 0x6d, 0xa3, 0x3a, 0x24, 0xdf, 0x7d, 0xde, 0x7b, 0xf4, 0x1a, 0x1b, 0x4a, 0xce, 0xe0, 0x0f, + 0x01, 0x42, 0x11, 0x90, 0x65, 0x44, 0xb1, 0xd3, 0xf0, 0xed, 0x88, 0xb4, 0x11, 0x07, 0xb9, 0x81, + 0xf8, 0xda, 0x7b, 0xbd, 0x90, 0x26, 0xff, 0x14, 0xca, 0xa2, 0x63, 0x11, 0x55, 0x63, 0xdb, 0x26, + 0xa6, 0xce, 0x41, 0x6e, 0x6a, 0x4f, 0xfc, 0x2a, 0xd9, 0xd4, 0x9e, 0xf0, 0x5f, 0x00, 0x8a, 0xb1, + 0x54, 0x2d, 0x4b, 0xbe, 0x22, 0x26, 0x39, 0xb5, 0x27, 0xb4, 0x4d, 0xdf, 0x51, 0x05, 0x21, 0xe8, + 0xf3, 0x07, 0x50, 0x6a, 0x5e, 0x60, 0xc3, 0xf1, 0xbc, 0x89, 0x98, 0x28, 0x51, 0x1a, 0x36, 0x48, + 0x1c, 0xa2, 0xd0, 0x39, 0x21, 0x42, 0xe1, 0x65, 0x00, 0xca, 0x4f, 0x1d, 0x1b, 0xed, 0xc1, 0x9a, + 0x63, 0xd3, 0x05, 0xd9, 0x2e, 0xda, 0x19, 0xc1, 0x27, 0xa0, 0x1d, 0x58, 0x71, 0xc6, 0xa6, 0xc9, + 0x64, 0x9a, 0x6f, 0x67, 0x04, 0xd6, 0x45, 0x15, 0x58, 0x75, 0x34, 0xc3, 0x79, 0x71, 0x44, 0xa5, + 0x9a, 0x23, 0x99, 0x20, 0xeb, 0xd7, 0x56, 0x20, 0x77, 0x21, 0xeb, 0x7c, 0x17, 0x56, 0xe8, 0x12, + 0x44, 0x2c, 0x4e, 0xb8, 0x0b, 0x56, 0x4b, 0xfb, 0x3c, 0xb8, 0xfd, 0x96, 0x52, 0xcc, 0x2a, 0xdc, + 0x5a, 0x70, 0x2d, 0xfe, 0x0e, 0xb6, 0x88, 0xef, 0x37, 0x34, 0xab, 0x6f, 0x1d, 0x6b, 0x3a, 0xf6, + 0x0f, 0xca, 0x41, 0x4e, 0xd5, 0xfc, 0x6c, 0x81, 0x34, 0x89, 0x71, 0xcd, 0x2c, 0x7c, 0xa6, 0xfd, + 0xec, 0x09, 0xdd, 0xeb, 0x11, 0x91, 0x98, 0x86, 0x7e, 0x75, 0x6c, 0xea, 0xaa, 0x57, 0xa5, 0xc8, + 0x0b, 0x11, 0x0a, 0xb9, 0xbe, 0x12, 0x2b, 0xd8, 0x33, 0xd3, 0xb0, 0x31, 0x73, 0x77, 0xdb, 0xd5, + 0x9d, 0x81, 0xec, 0x9c, 0xfb, 0xd7, 0x50, 0x48, 0xe1, 0xff, 0x25, 0x0b, 0x1b, 0x02, 0x96, 0xd5, + 0xe8, 0xb6, 0xbe, 0x86, 0xd5, 0x33, 0xb6, 0x50, 0x36, 0xe5, 0xfe, 0xad, 0x2a, 0x0a, 0xb6, 0x6d, + 0x6d, 0xac, 0x63, 0xb6, 0xb6, 0xe0, 0x31, 0x13, 0x15, 0x9f, 0x69, 0x3a, 0x36, 0xc2, 0x07, 0x6f, + 0xd0, 0x27, 0x51, 0xd4, 0x26, 0xf7, 0x23, 0x93, 0xb7, 0xc0, 0x3a, 0xe4, 0xfc, 0x3a, 0x36, 0xa8, + 0xe9, 0xe6, 0x04, 0xd2, 0xe4, 0x1b, 0xc0, 0x85, 0xbb, 0xf1, 0x8e, 0xf0, 0x10, 0x0a, 0x16, 0x96, + 0xd5, 0xba, 0xe9, 0x1a, 0x8e, 0xa7, 0x87, 0x90, 0x40, 0x14, 0xa4, 0xca, 0x8e, 0x4c, 0x57, 0x2c, + 0x09, 0xb4, 0xcd, 0xff, 0x7b, 0x16, 0xb8, 0x53, 0x4b, 0x73, 0xf0, 0x5f, 0xf8, 0x54, 0x3b, 0x24, + 0x30, 0xcd, 0x48, 0x86, 0xcb, 0x34, 0xe2, 0xf5, 0x68, 0x55, 0xc9, 0xb5, 0x9d, 0x9e, 0xe9, 0x34, + 0x7f, 0x26, 0xd1, 0xc7, 0x2b, 0x52, 0x46, 0x69, 0xc1, 0xbe, 0x57, 0x22, 0xfb, 0xfe, 0x08, 0x36, + 0xc8, 0x8e, 0x3b, 0xc6, 0x99, 0xe9, 0xef, 0x1a, 0xc1, 0xf2, 0x2c, 0xd4, 0x1c, 0x6d, 0xf3, 0xbf, + 0x07, 0x2e, 0x64, 0xf3, 0x84, 0x94, 0x76, 0x0d, 0x90, 0xc8, 0xa1, 0xfd, 0x23, 0xdb, 0x76, 0x4e, + 0xa0, 0x6d, 0x42, 0xa3, 0x71, 0x89, 0x15, 0xba, 0x82, 0xd8, 0x33, 0x35, 0xd5, 0xa1, 0xe6, 0xd5, + 0x85, 0x73, 0x82, 0xdf, 0x25, 0x6a, 0xd3, 0xec, 0x86, 0x66, 0x79, 0x65, 0x54, 0xd6, 0xe1, 0xff, + 0x0e, 0xb8, 0x20, 0xcf, 0x89, 0xf8, 0x2c, 0x4b, 0x6e, 0xa2, 0x76, 0x16, 0x52, 0xd0, 0xc7, 0xb0, + 0xee, 0x68, 0x53, 0x6c, 0xba, 0x8e, 0x88, 0x15, 0xd3, 0x50, 0x6d, 0x2f, 0xcc, 0x25, 0xa8, 0xfc, + 0x63, 0x28, 0x05, 0xd8, 0xaf, 0xcc, 0x71, 0xb2, 0x36, 0xc2, 0x3f, 0x8b, 0xac, 0xfd, 0xca, 0x1c, + 0xd3, 0x70, 0xcd, 0x41, 0x4e, 0x53, 0x59, 0x79, 0xa6, 0x2c, 0x90, 0x26, 0xff, 0x06, 0x2a, 0xed, + 0x4e, 0x43, 0x70, 0x0d, 0x43, 0x33, 0x26, 0xaf, 0xcc, 0x31, 0x8d, 0xb6, 0x02, 0xb5, 0xfa, 0x08, + 0x62, 0x8e, 0x56, 0x5b, 0x10, 0x2c, 0x5f, 0x4c, 0x3b, 0xaa, 0x2f, 0x25, 0xd2, 0x26, 0x8a, 0xb5, + 0x4d, 0xd7, 0x52, 0xb0, 0x17, 0x75, 0xbd, 0x1e, 0xff, 0x7b, 0xd8, 0x88, 0x9c, 0x9c, 0xc2, 0x7d, + 0x0a, 0xb9, 0x9f, 0xcc, 0x31, 0xc5, 0x4b, 0x86, 0xdf, 0xe8, 0x46, 0x05, 0xc2, 0x45, 0xa4, 0xa4, + 0xd9, 0xc7, 0x9a, 0xa1, 0xd9, 0xe7, 0xc1, 0xd5, 0x1c, 0xa1, 0x84, 0xde, 0xfa, 0xca, 0x36, 0x8d, + 0xf0, 0x72, 0xf6, 0x29, 0xfc, 0x01, 0x14, 0xbb, 0xcd, 0x46, 0x70, 0xf7, 0x3f, 0x81, 0xe2, 0x98, + 0x56, 0xb3, 0x95, 0xc0, 0x37, 0xca, 0x02, 0x50, 0x12, 0x75, 0x0e, 0xfe, 0x67, 0xd8, 0x1d, 0x89, + 0xb5, 0xf7, 0xc8, 0x52, 0xbe, 0x99, 0xcb, 0x52, 0x1e, 0xc4, 0x53, 0x2c, 0xfa, 0xa0, 0x4a, 0xc9, + 0x53, 0xfe, 0xb8, 0x02, 0xeb, 0xf1, 0x41, 0x62, 0x66, 0xd8, 0x60, 0x49, 0x89, 0xf7, 0x85, 0xc0, + 0xeb, 0x12, 0x05, 0x5e, 0x68, 0xaa, 0x7f, 0xcf, 0x5c, 0x68, 0x2a, 0xfb, 0xf8, 0xe2, 0xdf, 0x79, + 0xa4, 0x39, 0x57, 0xa9, 0x65, 0x5f, 0x30, 0xe2, 0x95, 0x5a, 0x5a, 0xb3, 0x36, 0x55, 0x57, 0x71, + 0xbc, 0x0f, 0x18, 0x7e, 0x97, 0x2a, 0x14, 0x5b, 0x9a, 0xcc, 0x72, 0x0b, 0xa2, 0x50, 0xda, 0x43, + 0x8f, 0xa1, 0xe8, 0xda, 0x58, 0xaa, 0x37, 0xea, 0x52, 0xb3, 0x7e, 0xe2, 0x15, 0xf5, 0x0b, 0xae, + 0x8d, 0xeb, 0x8d, 0x7a, 0xb3, 0x7e, 0x42, 0x32, 0x01, 0x32, 0x2e, 0xf4, 0x1a, 0x1d, 0xd1, 0xab, + 0xe6, 0xe7, 0x5d, 0x1b, 0xd3, 0x3e, 0x7a, 0x0e, 0x1c, 0x19, 0x6c, 0x77, 0x1a, 0xd2, 0xeb, 0xe6, + 0xaf, 0x6b, 0xfd, 0xaa, 0xd0, 0xf0, 0xb2, 0x85, 0x75, 0xd7, 0xc6, 0xed, 0x4e, 0xc3, 0xa7, 0x22, + 0x1e, 0xca, 0x3e, 0xe7, 0x49, 0x7f, 0x24, 0x36, 0xbd, 0x4a, 0x68, 0x91, 0xb1, 0x51, 0x92, 0xbf, + 0x15, 0xc2, 0x23, 0x54, 0x4f, 0xbd, 0x6a, 0x67, 0x81, 0x71, 0x08, 0xd5, 0x53, 0x74, 0x1f, 0xd6, + 0xc8, 0xf8, 0xe8, 0x44, 0xf4, 0x8a, 0x99, 0xab, 0xae, 0x8d, 0x47, 0x27, 0x22, 0x7a, 0x04, 0x40, + 0x06, 0xc4, 0xa6, 0xd0, 0xa9, 0x76, 0xfd, 0x42, 0xbe, 0x6b, 0x63, 0x46, 0x40, 0xaf, 0x60, 0xdd, + 0x32, 0x54, 0xcd, 0x0e, 0x6b, 0xcc, 0xac, 0x32, 0xf2, 0xe1, 0x35, 0x8a, 0x6c, 0x3a, 0xe7, 0xd8, + 0x32, 0xb0, 0x23, 0x94, 0xe9, 0xd4, 0x40, 0x85, 0x27, 0xc0, 0x29, 0xaa, 0x22, 0x61, 0x65, 0x1a, + 0xa2, 0x6d, 0xdc, 0x1e, 0x6d, 0x5d, 0x51, 0x95, 0xa6, 0x32, 0x0d, 0xe0, 0xaa, 0x50, 0x72, 0xa7, + 0x91, 0x8d, 0xb1, 0x9a, 0xc9, 0xe3, 0x6b, 0xa0, 0x46, 0x27, 0xa2, 0x50, 0x74, 0xa7, 0xe1, 0x8e, + 0xbe, 0x84, 0x6d, 0x15, 0x5f, 0x48, 0x24, 0x2e, 0x4a, 0xe7, 0x9a, 0x2a, 0xbd, 0xc5, 0x57, 0x63, + 0x53, 0xb6, 0x54, 0x5a, 0xdd, 0x28, 0x08, 0x48, 0xc5, 0x17, 0x24, 0xfe, 0xb4, 0x35, 0xf5, 0xb5, + 0x37, 0x82, 0x3e, 0x05, 0x14, 0x9b, 0x32, 0x35, 0x5d, 0x1b, 0xd3, 0xea, 0x46, 0x41, 0xd8, 0x08, + 0xf9, 0x4f, 0x08, 0x19, 0x7d, 0x02, 0x5c, 0x8c, 0xd9, 0x92, 0x2f, 0x69, 0x39, 0xa3, 0x20, 0x94, + 0x43, 0x56, 0x41, 0xbe, 0xe4, 0x07, 0xb0, 0x93, 0x7e, 0x6a, 0x9a, 0x4d, 0x9a, 0xb6, 0x43, 0x3f, + 0x79, 0x78, 0x4e, 0x96, 0x27, 0x84, 0xaa, 0xaa, 0x5a, 0x68, 0x17, 0xf2, 0x04, 0x9f, 0x8e, 0x31, + 0xfb, 0x5f, 0x53, 0xf1, 0x05, 0x19, 0xe2, 0x7f, 0x80, 0xcd, 0xb9, 0xc3, 0x93, 0x88, 0xac, 0xa8, + 0x96, 0x39, 0xf5, 0x5c, 0x88, 0x75, 0x48, 0x0c, 0x23, 0x97, 0x92, 0x5f, 0x67, 0x26, 0x6d, 0xfe, + 0x9f, 0xb3, 0xf0, 0x38, 0x90, 0xfc, 0xdd, 0x23, 0x40, 0x6d, 0x2e, 0x02, 0xc4, 0x0b, 0x9b, 0xfe, + 0x12, 0x1d, 0xc3, 0xc1, 0xd6, 0x99, 0xac, 0xe0, 0x94, 0x60, 0x20, 0xc1, 0x53, 0xf6, 0x0e, 0xc5, + 0xea, 0x42, 0x76, 0xf4, 0x1d, 0x2c, 0xd3, 0x54, 0x9d, 0x55, 0xd9, 0x6f, 0xbb, 0x08, 0x9d, 0xc3, + 0xff, 0x21, 0x07, 0xbb, 0x8b, 0x91, 0xd3, 0xee, 0xc6, 0x1f, 0xbd, 0x7b, 0x90, 0xbd, 0x1b, 0x3f, + 0xbd, 0xdd, 0x6a, 0x07, 0x91, 0x84, 0x9d, 0x84, 0xf2, 0x99, 0xf7, 0xc1, 0xea, 0xc8, 0x0f, 0xd5, + 0x21, 0x85, 0xe4, 0x0d, 0x06, 0x76, 0xa6, 0xb2, 0xfd, 0xf6, 0xc8, 0x8b, 0x55, 0x41, 0x3f, 0x1a, + 0x09, 0x57, 0xe2, 0x91, 0xb0, 0x0f, 0x48, 0x3d, 0x57, 0x66, 0xec, 0xc3, 0x44, 0x90, 0xdb, 0xb3, + 0xc2, 0xfa, 0x93, 0xd8, 0x26, 0x1b, 0xed, 0xfa, 0x20, 0xce, 0x26, 0xa4, 0x4c, 0x45, 0xcf, 0xa0, + 0xec, 0xab, 0xa1, 0x63, 0x8c, 0x6c, 0xec, 0x85, 0xb8, 0x38, 0x91, 0xaf, 0xc3, 0x32, 0x7d, 0x83, + 0x01, 0xac, 0x9e, 0x54, 0x7b, 0xa3, 0x6a, 0x97, 0xcb, 0xa0, 0x0d, 0x28, 0x92, 0x35, 0xa4, 0x7a, + 0xb7, 0xd3, 0xec, 0x0d, 0xb9, 0x6c, 0x40, 0x10, 0x9b, 0xc2, 0x9b, 0xa6, 0xc0, 0x2d, 0x91, 0xe7, + 0xfe, 0xa8, 0x77, 0x52, 0xed, 0x55, 0x5b, 0xcd, 0x06, 0x97, 0xe3, 0xff, 0x3f, 0x07, 0x68, 0x7e, + 0x57, 0x61, 0x36, 0x3f, 0x30, 0xad, 0xe0, 0x8e, 0x0a, 0x29, 0xe8, 0x39, 0x6c, 0xb0, 0x5e, 0x20, + 0x6e, 0xcf, 0x8c, 0x93, 0x64, 0x5a, 0x62, 0xc3, 0xb2, 0x4d, 0xb3, 0x3a, 0x4f, 0xe2, 0x21, 0x01, + 0xed, 0x03, 0x67, 0x98, 0x0e, 0x79, 0x58, 0x9a, 0x96, 0xe6, 0xc8, 0xf4, 0x1b, 0x09, 0x4b, 0xbc, + 0xe6, 0xe8, 0xe8, 0x00, 0x90, 0x6a, 0xf6, 0x4c, 0xa7, 0xa6, 0x19, 0x6a, 0xb8, 0x2c, 0xd3, 0x45, + 0xca, 0x08, 0xc9, 0x5e, 0x14, 0x59, 0xd7, 0xc7, 0xb2, 0xf2, 0xd6, 0x2b, 0xef, 0xb2, 0x6b, 0x24, + 0x41, 0x45, 0x47, 0xb0, 0x6a, 0xc9, 0xc6, 0x04, 0xdb, 0x95, 0x35, 0x6a, 0xc5, 0x0f, 0x17, 0xa8, + 0x4c, 0x20, 0x4c, 0x82, 0xc7, 0x8b, 0x8e, 0x61, 0xcd, 0x9c, 0xb1, 0x4f, 0x4c, 0xec, 0x9d, 0xfa, + 0x57, 0x37, 0x68, 0xfa, 0xa0, 0xcf, 0xd8, 0x9b, 0x86, 0x63, 0x5d, 0x09, 0xfe, 0x64, 0x54, 0x87, + 0x22, 0xfb, 0x8e, 0xda, 0x36, 0x6d, 0xc7, 0xae, 0x14, 0x28, 0xd6, 0xd3, 0x45, 0x58, 0x01, 0xa7, + 0x10, 0x9d, 0xb5, 0xf7, 0x1d, 0x94, 0xa2, 0xe8, 0xe4, 0x26, 0x7e, 0x8b, 0xaf, 0x3c, 0xbd, 0x91, + 0x66, 0xbc, 0x22, 0x52, 0xf0, 0x2a, 0x22, 0xdf, 0x2d, 0xbd, 0xcc, 0xf2, 0x26, 0x6c, 0x24, 0xce, + 0x48, 0x33, 0x1a, 0xd2, 0xe8, 0x9a, 0x97, 0x41, 0x5d, 0x34, 0x42, 0x09, 0xc6, 0x47, 0xb3, 0x19, + 0xf6, 0x23, 0x60, 0x84, 0x12, 0xe8, 0x9c, 0x66, 0xa7, 0x51, 0x9d, 0x13, 0x02, 0xff, 0x12, 0xb6, + 0xd2, 0x4e, 0x44, 0x5f, 0xa5, 0xb2, 0x12, 0xbc, 0x4a, 0x65, 0x85, 0x66, 0x7d, 0x33, 0x0f, 0x7f, + 0x49, 0x9b, 0xf1, 0x6b, 0xb0, 0xd2, 0x9c, 0xce, 0x9c, 0xab, 0xfd, 0x97, 0x91, 0x9f, 0x35, 0xcc, + 0xff, 0x7a, 0x02, 0xad, 0x41, 0xae, 0x57, 0x1d, 0x70, 0x19, 0x94, 0x87, 0xe5, 0x41, 0xb5, 0x37, + 0xe2, 0xb2, 0x68, 0x15, 0x96, 0x5a, 0x3d, 0x6e, 0x69, 0xff, 0x33, 0xe0, 0x92, 0xb5, 0x48, 0x32, + 0x36, 0xf2, 0xb8, 0x1b, 0xfd, 0xd3, 0x1e, 0x97, 0x25, 0x00, 0xfd, 0xe3, 0x63, 0x6e, 0x69, 0xff, + 0x73, 0x80, 0xb0, 0xf6, 0x48, 0x3c, 0x4d, 0xe8, 0x88, 0x9d, 0x5e, 0x8b, 0x95, 0xd5, 0x8e, 0xab, + 0xdd, 0x2e, 0xe9, 0xd0, 0xb2, 0x5a, 0xad, 0x3f, 0x6c, 0x73, 0x4b, 0xfb, 0xff, 0x93, 0x85, 0x35, + 0xaf, 0xe0, 0x85, 0x0a, 0xb0, 0xd2, 0x1b, 0x9d, 0x48, 0x5f, 0x72, 0x19, 0xbf, 0x79, 0xc8, 0x65, + 0xfd, 0xe6, 0x57, 0xdc, 0x92, 0xdf, 0x3c, 0xe2, 0x72, 0x7e, 0xf3, 0x6b, 0x6e, 0xd9, 0x6f, 0xbe, + 0xe0, 0x56, 0xfc, 0xe6, 0x37, 0xdc, 0xaa, 0xdf, 0x7c, 0xc9, 0xad, 0xf9, 0xcd, 0x6f, 0xb9, 0x3c, + 0xd9, 0x11, 0x5d, 0xe2, 0x0b, 0xae, 0x10, 0xb4, 0xbf, 0xe4, 0x20, 0x68, 0x1f, 0x72, 0xc5, 0xa0, + 0xfd, 0x15, 0x57, 0x0a, 0xda, 0x47, 0x5c, 0x39, 0x68, 0x7f, 0xcd, 0xad, 0x07, 0xed, 0x17, 0xdc, + 0x46, 0xd0, 0xfe, 0x86, 0xe3, 0x82, 0xf6, 0x4b, 0x6e, 0x33, 0x68, 0x7f, 0xcb, 0x21, 0xbf, 0x7d, + 0xf8, 0x05, 0x77, 0x6f, 0xff, 0x33, 0x28, 0x45, 0x8b, 0x76, 0x44, 0x78, 0xdd, 0xfe, 0x29, 0x93, + 0x67, 0xbb, 0xd3, 0x6a, 0x73, 0x59, 0xc2, 0x3e, 0xec, 0xb7, 0x5a, 0xdd, 0x26, 0xb7, 0xb4, 0xdf, + 0x80, 0x8d, 0x44, 0x29, 0x8a, 0xc8, 0x72, 0xd4, 0x7b, 0xdd, 0x23, 0xb2, 0xcf, 0x10, 0x6d, 0x54, + 0x07, 0x4c, 0x07, 0xe2, 0xb0, 0xca, 0x2d, 0xa1, 0x7b, 0xb0, 0x21, 0x0e, 0xab, 0xd2, 0x71, 0xb5, + 0xd3, 0xed, 0xbf, 0x69, 0x0a, 0x52, 0x75, 0xc0, 0xe5, 0xf6, 0x1b, 0x50, 0x8e, 0x55, 0x64, 0xd0, + 0x36, 0x6c, 0x12, 0xae, 0x5e, 0x7f, 0x28, 0xd5, 0xfb, 0xbd, 0x5e, 0xb3, 0x3e, 0x6c, 0x36, 0x98, + 0xe0, 0xab, 0x03, 0x69, 0x44, 0x00, 0x37, 0xa1, 0x4c, 0x38, 0xc2, 0xd1, 0xa5, 0xfd, 0x8f, 0x59, + 0x5d, 0xce, 0x2f, 0x6c, 0xa1, 0x12, 0xe4, 0x4f, 0x07, 0xd5, 0x43, 0x69, 0x20, 0xbe, 0x66, 0xfb, + 0xef, 0x0f, 0x9a, 0x3d, 0x2e, 0xbb, 0xff, 0x37, 0xc0, 0x25, 0xdf, 0x9a, 0x64, 0x7f, 0xc3, 0x13, + 0x62, 0x36, 0x1c, 0x94, 0x6a, 0x55, 0xb1, 0x2d, 0x89, 0x75, 0xa1, 0x33, 0x18, 0x8a, 0x2c, 0xe8, + 0x92, 0x8c, 0xd0, 0x27, 0x2c, 0x1d, 0xfe, 0xd7, 0x73, 0x58, 0x1d, 0x1c, 0x9d, 0xf6, 0x06, 0x5f, + 0xa2, 0x33, 0x78, 0xda, 0xc2, 0xce, 0x0d, 0x3f, 0x94, 0x40, 0xf1, 0xab, 0x8d, 0xd8, 0xfc, 0xde, + 0xa7, 0x37, 0xfd, 0xbc, 0x20, 0x02, 0xc0, 0x67, 0xd0, 0x1f, 0xb2, 0xf0, 0x8c, 0xdd, 0xdf, 0x37, + 0xac, 0xf5, 0x2e, 0xb8, 0xef, 0xba, 0x89, 0x37, 0xb0, 0x1b, 0x3d, 0x6c, 0xfc, 0xb7, 0x5a, 0x69, + 0x87, 0xfc, 0x30, 0x1d, 0x3f, 0x36, 0x91, 0xcf, 0xa0, 0x9f, 0xe0, 0x61, 0xe2, 0x6c, 0x71, 0xe8, + 0xdb, 0xc0, 0xdc, 0x76, 0xad, 0x5f, 0xc1, 0x9e, 0x18, 0x39, 0x43, 0xe2, 0x27, 0x64, 0xcf, 0x6e, + 0xf3, 0x93, 0xae, 0xbd, 0x94, 0xa3, 0xf2, 0x19, 0x74, 0x02, 0x95, 0x16, 0x76, 0xfc, 0x24, 0x2b, + 0x96, 0x36, 0xa6, 0x0a, 0xe7, 0xba, 0x57, 0x1c, 0x9f, 0x41, 0x6d, 0xb8, 0xc7, 0xb0, 0xde, 0x1b, + 0xe9, 0x18, 0x36, 0x5b, 0xd8, 0x49, 0xbc, 0x04, 0xef, 0x80, 0xd3, 0x87, 0x4d, 0x71, 0x0e, 0xe7, + 0xba, 0x39, 0x37, 0x01, 0xfe, 0x12, 0xd6, 0x5b, 0xd8, 0x89, 0xbe, 0xa6, 0xd3, 0x76, 0x55, 0x89, + 0xd1, 0x22, 0xdc, 0x0c, 0x41, 0x8c, 0x23, 0x2c, 0xe4, 0x5e, 0xa0, 0xb5, 0x06, 0x94, 0x4e, 0xc8, + 0x3b, 0x7d, 0x74, 0x22, 0xd2, 0x14, 0xe6, 0x86, 0x97, 0xcf, 0x02, 0x94, 0x01, 0x70, 0x24, 0xa1, + 0xc7, 0x23, 0xb1, 0x16, 0xfe, 0x0a, 0x28, 0xc6, 0xb9, 0xb0, 0x06, 0xb0, 0x00, 0xf1, 0x6f, 0x61, + 0xab, 0x85, 0x1d, 0x0a, 0xaa, 0x46, 0x51, 0xe3, 0x65, 0xec, 0x58, 0x95, 0xf7, 0x26, 0x71, 0x0f, + 0xe1, 0xbe, 0xf7, 0x29, 0xea, 0xcf, 0x89, 0xfa, 0x9a, 0xa0, 0xea, 0xd8, 0xc1, 0xef, 0x86, 0x9a, + 0x7e, 0xea, 0x2e, 0x54, 0x28, 0x8c, 0xef, 0x45, 0xef, 0x87, 0xd6, 0x83, 0xed, 0xae, 0x66, 0xa7, + 0x08, 0x31, 0xcd, 0xcc, 0x9e, 0x2c, 0x86, 0x67, 0x25, 0x72, 0xe2, 0xe1, 0x25, 0x56, 0xd2, 0xf2, + 0x52, 0xcd, 0x47, 0xe9, 0xa5, 0x26, 0x4f, 0xcf, 0x7b, 0x0f, 0x17, 0x0d, 0xdb, 0xae, 0xee, 0x50, + 0xb8, 0x8d, 0x28, 0xdc, 0x2b, 0x73, 0x7c, 0x13, 0xe2, 0xe2, 0xda, 0x16, 0x9f, 0x41, 0x02, 0x6c, + 0xb7, 0x3b, 0x0d, 0x62, 0x34, 0x41, 0xc1, 0x8b, 0x95, 0xc7, 0x16, 0xcf, 0xba, 0x71, 0x8b, 0x4d, + 0x40, 0xed, 0x4e, 0xa3, 0x2e, 0x1b, 0x0a, 0xd6, 0xc3, 0x5d, 0x5e, 0x03, 0xb8, 0x48, 0x11, 0xf7, + 0xd9, 0xd6, 0xbc, 0x72, 0x60, 0xc0, 0x9f, 0xae, 0x8a, 0x47, 0x0b, 0xf1, 0x89, 0x3a, 0xf9, 0x0c, + 0xaa, 0xc1, 0x4e, 0xb0, 0xad, 0xaa, 0xae, 0xdf, 0x00, 0x97, 0xbe, 0xa7, 0xdf, 0xf8, 0xe2, 0x4a, + 0x94, 0x28, 0xaf, 0x3b, 0xdd, 0x47, 0xc9, 0xa1, 0xd4, 0xf2, 0x26, 0xdd, 0x60, 0xf1, 0x58, 0x0c, + 0xca, 0xdf, 0x09, 0xb5, 0x26, 0xcb, 0xe2, 0x0b, 0x36, 0xf8, 0x1a, 0xe0, 0x58, 0xf4, 0x2b, 0xf1, + 0x28, 0xae, 0xa9, 0xc4, 0xe7, 0x82, 0x84, 0xc4, 0x92, 0xe5, 0x7b, 0xaa, 0x81, 0xf2, 0xb1, 0xd8, + 0xc2, 0x8e, 0x5f, 0xb4, 0x4e, 0xe0, 0x25, 0x4a, 0xde, 0x09, 0xbc, 0x64, 0xa5, 0x9b, 0xcf, 0xa0, + 0xdf, 0xc1, 0xf6, 0xb1, 0x58, 0xb7, 0xb0, 0xec, 0xe0, 0xd8, 0x47, 0x0f, 0x94, 0xf8, 0x09, 0x57, + 0xca, 0x27, 0x97, 0x3d, 0xfe, 0x3a, 0x96, 0x60, 0x85, 0x5f, 0x42, 0x91, 0x7e, 0xc6, 0xe9, 0xd2, + 0x17, 0x68, 0x42, 0x2b, 0xd1, 0x6f, 0x55, 0x49, 0xf1, 0x91, 0x21, 0x3e, 0xf3, 0x45, 0x16, 0xb5, + 0xa0, 0xd8, 0x54, 0xce, 0x83, 0x32, 0xfe, 0x75, 0xf1, 0xe3, 0x9a, 0x31, 0x3e, 0x83, 0x3a, 0x80, + 0x58, 0x40, 0x8a, 0x7d, 0xf5, 0x5d, 0xfc, 0x9d, 0x6f, 0x6f, 0x27, 0xfd, 0x5b, 0x23, 0x9f, 0x41, + 0xdf, 0x43, 0xa9, 0x85, 0x9d, 0xf0, 0x1b, 0x65, 0x9a, 0xbd, 0x2e, 0x9e, 0x7d, 0x0c, 0x3b, 0x4c, + 0x1c, 0x01, 0xb1, 0x7e, 0xce, 0xde, 0xaf, 0xef, 0x86, 0x23, 0xc0, 0x26, 0x0d, 0x8a, 0xa7, 0xda, + 0x59, 0x78, 0x9e, 0x4f, 0x12, 0xec, 0x8b, 0x3e, 0xad, 0x2f, 0xbc, 0x02, 0xb7, 0x83, 0x0b, 0x2b, + 0x86, 0x7b, 0x9d, 0xdc, 0x17, 0xcb, 0x90, 0x22, 0x56, 0xa2, 0xf7, 0xd5, 0xad, 0x41, 0x17, 0x9f, + 0xbb, 0x4b, 0x10, 0xc3, 0xbb, 0xea, 0xd6, 0x88, 0x8b, 0x12, 0xbe, 0xdd, 0xd8, 0x65, 0xf5, 0x9e, + 0x70, 0x7d, 0xa6, 0xdc, 0x94, 0xad, 0xdd, 0xf1, 0xba, 0x92, 0xe0, 0x09, 0xdb, 0xda, 0xe2, 0xb2, + 0xdc, 0x2d, 0x4b, 0x7c, 0x0b, 0x76, 0x6c, 0xc2, 0x27, 0x2d, 0xec, 0x54, 0x75, 0xfd, 0xe6, 0xca, + 0x62, 0xda, 0x11, 0x0e, 0xe2, 0x65, 0x91, 0x9b, 0x30, 0xf8, 0x0c, 0xd2, 0xe1, 0x59, 0x24, 0xc5, + 0x5e, 0xbc, 0xda, 0x75, 0xc2, 0xbf, 0xe5, 0x91, 0xf9, 0x0c, 0x52, 0xe0, 0x31, 0x55, 0xc6, 0xe2, + 0x75, 0xd2, 0x6b, 0x96, 0xef, 0xe4, 0x36, 0x3f, 0x01, 0x1f, 0xb8, 0xcd, 0x5f, 0xfa, 0x40, 0xbf, + 0x86, 0x8f, 0xa2, 0x0e, 0x75, 0xb7, 0xe5, 0xd2, 0x8f, 0x41, 0xa1, 0x43, 0xcf, 0xfa, 0x73, 0x42, + 0xff, 0x3d, 0x7c, 0x18, 0xfa, 0xc5, 0xbb, 0x59, 0xd8, 0x2d, 0x9c, 0x44, 0x80, 0x07, 0x11, 0x93, + 0x9a, 0xfb, 0x05, 0xfa, 0xcd, 0xe9, 0x49, 0x72, 0x0a, 0x75, 0xbc, 0x47, 0x0c, 0x30, 0x39, 0x26, + 0xe0, 0x99, 0x2e, 0x2b, 0xc9, 0x7c, 0x20, 0xc9, 0x75, 0xf3, 0x02, 0xbf, 0x81, 0xdd, 0xf4, 0x05, + 0xaa, 0xaa, 0xfa, 0xde, 0xe0, 0xbf, 0xf5, 0x5f, 0xe3, 0xf3, 0xbb, 0x9f, 0x9a, 0x17, 0xef, 0xbf, + 0xf9, 0x21, 0x3c, 0x08, 0xf5, 0x99, 0x1c, 0xbf, 0xb3, 0x1e, 0xbb, 0xb0, 0x4d, 0x11, 0xe7, 0x34, + 0x78, 0xc3, 0x76, 0xd3, 0x6d, 0x6e, 0x0c, 0x1f, 0x46, 0x3d, 0x65, 0x91, 0x1e, 0xaf, 0x33, 0xe6, + 0x5b, 0xc8, 0xf9, 0xc9, 0x75, 0x6b, 0x10, 0x55, 0xbe, 0x17, 0xfe, 0x80, 0xe8, 0x31, 0x74, 0xc9, + 0x39, 0xc1, 0xbc, 0xbb, 0x27, 0x7e, 0x0f, 0xf9, 0x46, 0xad, 0x26, 0x2b, 0x6f, 0xdd, 0xd9, 0x1d, + 0x66, 0xff, 0x00, 0x85, 0x46, 0x4d, 0xc0, 0x36, 0xd9, 0xcd, 0x9d, 0x6e, 0xdb, 0xad, 0xd0, 0x6c, + 0x82, 0xac, 0xfc, 0xce, 0xf6, 0x12, 0x7b, 0x1b, 0x86, 0xbf, 0x35, 0x7d, 0x0f, 0xfb, 0xbb, 0x17, + 0xe2, 0xf9, 0x52, 0xba, 0x2b, 0xda, 0x78, 0x95, 0xfe, 0x4d, 0xf2, 0xab, 0x3f, 0x05, 0x00, 0x00, + 0xff, 0xff, 0x72, 0x8f, 0xec, 0x7e, 0x34, 0x39, 0x00, 0x00, } diff --git a/proto/grpc.proto b/proto/grpc.proto index ec11ab2..877c0bb 100644 --- a/proto/grpc.proto +++ b/proto/grpc.proto @@ -22,6 +22,7 @@ service P4WNP1 { rpc StoreUSBSettings(USBRequestSettingsStorage) returns (Empty) {} rpc GetStoredUSBSettings(StringMessage) returns (GadgetSettings) {} rpc DeployStoredUSBSettings(StringMessage) returns (GadgetSettings) {} + rpc DeleteStoredUSBSettings(StringMessage) returns (Empty) {} rpc StoreDeployedUSBSettings(StringMessage) returns (Empty) {} rpc ListStoredUSBSettings(Empty) returns (StringMessageArray) {} @@ -55,6 +56,7 @@ service P4WNP1 { rpc StoreWifiSettings(WifiRequestSettingsStorage) returns (Empty) {} rpc GetStoredWifiSettings(StringMessage) returns (WiFiSettings) {} rpc DeployStoredWifiSettings(StringMessage) returns (WiFiState) {} + rpc DeleteStoredWifiSettings(StringMessage) returns (Empty) {} rpc StoreDeployedWifiSettings(StringMessage) returns (Empty) {} rpc ListStoredWifiSettings(Empty) returns (StringMessageArray) {} @@ -66,6 +68,7 @@ service P4WNP1 { rpc StoreEthernetInterfaceSettings(EthernetRequestSettingsStorage) returns (Empty) {} rpc GetStoredEthernetInterfaceSettings(StringMessage) returns (EthernetInterfaceSettings) {} rpc DeployStoredEthernetInterfaceSettings(StringMessage) returns (Empty) {} + rpc DeleteStoredEthernetInterfaceSettings(StringMessage) returns (Empty) {} rpc ListStoredEthernetInterfaceSettings(Empty) returns (StringMessageArray) {} //ToDo: Store&Load for EthernetInterfaceSettingsList (multiple interfaces) @@ -81,6 +84,7 @@ service P4WNP1 { rpc StoreTriggerActionSet(TriggerActionSet) returns (Empty) {} rpc DeployStoredTriggerActionSetReplace(StringMessage) returns (TriggerActionSet) {} // Adds a set of additional TriggerActions, returns a set of all Triggeractions registered afterwards rpc DeployStoredTriggerActionSetAdd(StringMessage) returns (TriggerActionSet) {} // Replaces registered TriggerActions with given set, returns a set ONLY OF ADDED TriggerActions (with assigned IDs) + rpc DeleteStoredTriggerActionSet(StringMessage) returns (Empty) {} // DB backup&restore rpc DBBackup(StringMessage) returns(Empty) {} diff --git a/service/datastore/store.go b/service/datastore/store.go index eabf32c..45039f8 100644 --- a/service/datastore/store.go +++ b/service/datastore/store.go @@ -6,7 +6,6 @@ import ( "errors" "fmt" "github.com/dgraph-io/badger" - _ "github.com/dgraph-io/badger" "github.com/dgraph-io/badger/options" "io/ioutil" "os" @@ -38,7 +37,6 @@ func (s *Store) Open() (err error) { badgerOpts.Dir = s.Path badgerOpts.ValueDir = s.Path badgerOpts.SyncWrites = true - badgerOpts.ManagedTxns = false badgerOpts.TableLoadingMode = options.FileIO badgerOpts.ValueLogLoadingMode = options.FileIO s.Db, err = badger.Open(badgerOpts) @@ -60,6 +58,8 @@ func (s *Store) Clear() (err error) { // ToDo: Other transactions could add/delete keys meanwhile, which should be avoided (without locking the functions accessing badger) err = s.DeleteMulti(keys) + //s.Db.DropAll() + return nil } @@ -154,8 +154,8 @@ func (s *Store) Restore(filePath string, replace bool) (err error) { continue } s.Db.Update(func(txn *badger.Txn) error { - val, valErr := item.Value() - if valErr == nil { + return item.Value(func(val []byte) error { + // Ignore keys with empty vals, see https://github.com/dgraph-io/badger/issues/521 if len(val) > 0 { txn.Set(restoreKey, val) @@ -163,8 +163,8 @@ func (s *Store) Restore(filePath string, replace bool) (err error) { } else { fmt.Println("ignored, empty value") } - } - return nil + return nil + }) }) } @@ -220,7 +220,8 @@ func (s *Store) Get(key string, target interface{}) (err error) { if err != nil { return err } - val, err := item.Value() + + val,err := item.ValueCopy([]byte{}) if err != nil { return err } @@ -299,7 +300,7 @@ func (s *Store) DeleteMulti(keys []string) (err error) { errDel := txn.Delete([]byte(key)) if errDel != nil { if err == badger.ErrTxnTooBig { - txn.Commit(nil) // commit current transaction + txn.Commit() // commit current transaction txn = s.Db.NewTransaction(true) // replace with new transaction txn.Delete([]byte(key)) // add Delete which produced error to new transaction } else { @@ -308,7 +309,7 @@ func (s *Store) DeleteMulti(keys []string) (err error) { } } } - txn.Commit(nil) + txn.Commit() txn.Discard() return nil }