From 6faf0de0abcb3da6dcde6e9e894e620d0432f8b5 Mon Sep 17 00:00:00 2001 From: Jin Liu Date: Wed, 6 Nov 2019 17:31:48 -0800 Subject: [PATCH] Change to gogo timestamp --- protos/escrow/escrow.pb.go | 283 +++++++++++++++++++------------------ protos/escrow/escrow.proto | 15 +- 2 files changed, 152 insertions(+), 146 deletions(-) diff --git a/protos/escrow/escrow.pb.go b/protos/escrow/escrow.pb.go index e96648c..9906a09 100644 --- a/protos/escrow/escrow.pb.go +++ b/protos/escrow/escrow.pb.go @@ -6,18 +6,21 @@ package escrowpb import ( context "context" fmt "fmt" + _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/gogo/protobuf/types" + _ "github.com/gogo/protobuf/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" math "math" + time "time" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf +var _ = time.Kitchen // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. @@ -487,13 +490,13 @@ func (m *Escrow) GetCollateralAmount() int64 { } type SubmitContractResult struct { - PayinId []byte `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"` - Escrow []*Escrow `protobuf:"bytes,2,rep,name=escrow,proto3" json:"escrow,omitempty"` - EscrowAddress []byte `protobuf:"bytes,3,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` - EscrowSignedTime *types.Timestamp `protobuf:"bytes,4,opt,name=escrow_signed_time,json=escrowSignedTime,proto3" json:"escrow_signed_time,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + PayinId []byte `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"` + Escrow []*Escrow `protobuf:"bytes,2,rep,name=escrow,proto3" json:"escrow,omitempty"` + EscrowAddress []byte `protobuf:"bytes,3,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` + EscrowSignedTime *time.Time `protobuf:"bytes,4,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SubmitContractResult) Reset() { *m = SubmitContractResult{} } @@ -541,7 +544,7 @@ func (m *SubmitContractResult) GetEscrowAddress() []byte { return nil } -func (m *SubmitContractResult) GetEscrowSignedTime() *types.Timestamp { +func (m *SubmitContractResult) GetEscrowSignedTime() *time.Time { if m != nil { return m.EscrowSignedTime } @@ -687,14 +690,14 @@ func (m *SignedPayinRquest) GetBuyerSignature() []byte { } type PayinResult struct { - PayinId []byte `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"` - Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` - SequenceId int64 `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"` - EscrowAddress []byte `protobuf:"bytes,4,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` - EscrowSignedTime *types.Timestamp `protobuf:"bytes,5,opt,name=escrow_signed_time,json=escrowSignedTime,proto3" json:"escrow_signed_time,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + PayinId []byte `protobuf:"bytes,1,opt,name=payin_id,json=payinId,proto3" json:"payin_id,omitempty"` + Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` + SequenceId int64 `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"` + EscrowAddress []byte `protobuf:"bytes,4,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` + EscrowSignedTime *time.Time `protobuf:"bytes,5,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *PayinResult) Reset() { *m = PayinResult{} } @@ -749,7 +752,7 @@ func (m *PayinResult) GetEscrowAddress() []byte { return nil } -func (m *PayinResult) GetEscrowSignedTime() *types.Timestamp { +func (m *PayinResult) GetEscrowSignedTime() *time.Time { if m != nil { return m.EscrowSignedTime } @@ -803,13 +806,13 @@ func (m *SignedPayinResult) GetEscrowSignature() []byte { } type PayinStatus struct { - Paid bool `protobuf:"varint,1,opt,name=paid,proto3" json:"paid,omitempty"` - SequenceId int64 `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"` - EscrowAddress []byte `protobuf:"bytes,3,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` - EscrowSignedTime *types.Timestamp `protobuf:"bytes,4,opt,name=escrow_signed_time,json=escrowSignedTime,proto3" json:"escrow_signed_time,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Paid bool `protobuf:"varint,1,opt,name=paid,proto3" json:"paid,omitempty"` + SequenceId int64 `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"` + EscrowAddress []byte `protobuf:"bytes,3,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` + EscrowSignedTime *time.Time `protobuf:"bytes,4,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *PayinStatus) Reset() { *m = PayinStatus{} } @@ -857,7 +860,7 @@ func (m *PayinStatus) GetEscrowAddress() []byte { return nil } -func (m *PayinStatus) GetEscrowSignedTime() *types.Timestamp { +func (m *PayinStatus) GetEscrowSignedTime() *time.Time { if m != nil { return m.EscrowSignedTime } @@ -911,25 +914,25 @@ func (m *SignedPayinStatus) GetEscrowSignature() []byte { } type PayoutStatus struct { - FromAddress []byte `protobuf:"bytes,1,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"` - ToAddress []byte `protobuf:"bytes,2,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"` - AuthAddress []byte `protobuf:"bytes,3,opt,name=auth_address,json=authAddress,proto3" json:"auth_address,omitempty"` - Status EscrowStatus `protobuf:"varint,4,opt,name=status,proto3,enum=escrow.EscrowStatus" json:"status,omitempty"` - Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"` - Collateral int64 `protobuf:"varint,6,opt,name=collateral,proto3" json:"collateral,omitempty"` - Withhold int64 `protobuf:"varint,7,opt,name=withhold,proto3" json:"withhold,omitempty"` - PaidAmount int64 `protobuf:"varint,8,opt,name=paid_amount,json=paidAmount,proto3" json:"paid_amount,omitempty"` - NumPaid int32 `protobuf:"varint,9,opt,name=num_paid,json=numPaid,proto3" json:"num_paid,omitempty"` - LeftAmount int64 `protobuf:"varint,10,opt,name=left_amount,json=leftAmount,proto3" json:"left_amount,omitempty"` - NumLeft int32 `protobuf:"varint,11,opt,name=num_left,json=numLeft,proto3" json:"num_left,omitempty"` - NextAmount int64 `protobuf:"varint,12,opt,name=next_amount,json=nextAmount,proto3" json:"next_amount,omitempty"` - LastPayoutTime *types.Timestamp `protobuf:"bytes,13,opt,name=last_payout_time,json=lastPayoutTime,proto3" json:"last_payout_time,omitempty"` - NextPayoutTime *types.Timestamp `protobuf:"bytes,14,opt,name=next_payout_time,json=nextPayoutTime,proto3" json:"next_payout_time,omitempty"` - EscrowAddress []byte `protobuf:"bytes,15,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` - EscrowSignTime *types.Timestamp `protobuf:"bytes,16,opt,name=escrow_sign_time,json=escrowSignTime,proto3" json:"escrow_sign_time,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + FromAddress []byte `protobuf:"bytes,1,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"` + ToAddress []byte `protobuf:"bytes,2,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"` + AuthAddress []byte `protobuf:"bytes,3,opt,name=auth_address,json=authAddress,proto3" json:"auth_address,omitempty"` + Status EscrowStatus `protobuf:"varint,4,opt,name=status,proto3,enum=escrow.EscrowStatus" json:"status,omitempty"` + Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"` + Collateral int64 `protobuf:"varint,6,opt,name=collateral,proto3" json:"collateral,omitempty"` + Withhold int64 `protobuf:"varint,7,opt,name=withhold,proto3" json:"withhold,omitempty"` + PaidAmount int64 `protobuf:"varint,8,opt,name=paid_amount,json=paidAmount,proto3" json:"paid_amount,omitempty"` + NumPaid int32 `protobuf:"varint,9,opt,name=num_paid,json=numPaid,proto3" json:"num_paid,omitempty"` + LeftAmount int64 `protobuf:"varint,10,opt,name=left_amount,json=leftAmount,proto3" json:"left_amount,omitempty"` + NumLeft int32 `protobuf:"varint,11,opt,name=num_left,json=numLeft,proto3" json:"num_left,omitempty"` + NextAmount int64 `protobuf:"varint,12,opt,name=next_amount,json=nextAmount,proto3" json:"next_amount,omitempty"` + LastPayoutTime *time.Time `protobuf:"bytes,13,opt,name=last_payout_time,json=lastPayoutTime,proto3,stdtime" json:"last_payout_time,omitempty"` + NextPayoutTime *time.Time `protobuf:"bytes,14,opt,name=next_payout_time,json=nextPayoutTime,proto3,stdtime" json:"next_payout_time,omitempty"` + EscrowAddress []byte `protobuf:"bytes,15,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` + EscrowSignTime *time.Time `protobuf:"bytes,16,opt,name=escrow_sign_time,json=escrowSignTime,proto3,stdtime" json:"escrow_sign_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *PayoutStatus) Reset() { *m = PayoutStatus{} } @@ -1040,14 +1043,14 @@ func (m *PayoutStatus) GetNextAmount() int64 { return 0 } -func (m *PayoutStatus) GetLastPayoutTime() *types.Timestamp { +func (m *PayoutStatus) GetLastPayoutTime() *time.Time { if m != nil { return m.LastPayoutTime } return nil } -func (m *PayoutStatus) GetNextPayoutTime() *types.Timestamp { +func (m *PayoutStatus) GetNextPayoutTime() *time.Time { if m != nil { return m.NextPayoutTime } @@ -1061,7 +1064,7 @@ func (m *PayoutStatus) GetEscrowAddress() []byte { return nil } -func (m *PayoutStatus) GetEscrowSignTime() *types.Timestamp { +func (m *PayoutStatus) GetEscrowSignTime() *time.Time { if m != nil { return m.EscrowSignTime } @@ -1207,14 +1210,14 @@ func (m *SignedCancelRequest) GetAuthSignature() []byte { } type CancelContractResult struct { - ContractId []byte `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"` - EscrowId int64 `protobuf:"varint,2,opt,name=escrow_id,json=escrowId,proto3" json:"escrow_id,omitempty"` - Canceled bool `protobuf:"varint,3,opt,name=canceled,proto3" json:"canceled,omitempty"` - EscrowAddress []byte `protobuf:"bytes,4,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` - EscrowSignedTime *types.Timestamp `protobuf:"bytes,5,opt,name=escrow_signed_time,json=escrowSignedTime,proto3" json:"escrow_signed_time,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ContractId []byte `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"` + EscrowId int64 `protobuf:"varint,2,opt,name=escrow_id,json=escrowId,proto3" json:"escrow_id,omitempty"` + Canceled bool `protobuf:"varint,3,opt,name=canceled,proto3" json:"canceled,omitempty"` + EscrowAddress []byte `protobuf:"bytes,4,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"` + EscrowSignedTime *time.Time `protobuf:"bytes,5,opt,name=escrow_signed_time,json=escrowSignedTime,proto3,stdtime" json:"escrow_signed_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *CancelContractResult) Reset() { *m = CancelContractResult{} } @@ -1269,7 +1272,7 @@ func (m *CancelContractResult) GetEscrowAddress() []byte { return nil } -func (m *CancelContractResult) GetEscrowSignedTime() *types.Timestamp { +func (m *CancelContractResult) GetEscrowSignedTime() *time.Time { if m != nil { return m.EscrowSignedTime } @@ -1351,88 +1354,90 @@ func init() { func init() { proto.RegisterFile("protos/escrow/escrow.proto", fileDescriptor_92a6463c7f7e20b5) } var fileDescriptor_92a6463c7f7e20b5 = []byte{ - // 1286 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcb, 0x6e, 0xdb, 0x46, - 0x17, 0x0e, 0x25, 0x4b, 0xa2, 0x8e, 0x6e, 0xcc, 0xc4, 0x09, 0x14, 0x25, 0xf9, 0xe3, 0x9f, 0x45, - 0x52, 0xe7, 0x52, 0xb9, 0x50, 0x03, 0xb4, 0x5d, 0x74, 0x21, 0x4b, 0x82, 0x23, 0x40, 0xb1, 0x1d, - 0x5a, 0x29, 0xea, 0x76, 0x21, 0x50, 0xe2, 0xc8, 0x16, 0x42, 0x91, 0x2a, 0x39, 0x6c, 0xaa, 0x45, - 0x81, 0xee, 0xfa, 0x16, 0x7d, 0x89, 0xee, 0xfa, 0x08, 0x05, 0xba, 0xe9, 0x1b, 0xf4, 0x4d, 0x8a, - 0xb9, 0xf1, 0x66, 0xba, 0x72, 0xdd, 0xcb, 0xca, 0x9a, 0x6f, 0xbe, 0x73, 0x66, 0xe6, 0x9c, 0x8f, - 0xe7, 0x1c, 0x43, 0x6b, 0xe5, 0xb9, 0xc4, 0xf5, 0xf7, 0xb0, 0x3f, 0xf3, 0xdc, 0x77, 0xe2, 0x4f, - 0x9b, 0x81, 0xa8, 0xc8, 0x57, 0xad, 0x87, 0x67, 0xae, 0x7b, 0x66, 0xe3, 0x3d, 0x86, 0x4e, 0x83, - 0xf9, 0x1e, 0x59, 0x2c, 0xb1, 0x4f, 0xcc, 0xe5, 0x8a, 0x13, 0xf5, 0x03, 0x80, 0x9e, 0xeb, 0x10, - 0xcf, 0x9c, 0x91, 0x61, 0x1f, 0x3d, 0x84, 0xca, 0x4c, 0xac, 0x26, 0x0b, 0xab, 0xa9, 0xec, 0x28, - 0xbb, 0x55, 0x03, 0x24, 0x34, 0xb4, 0x50, 0x13, 0x4a, 0xa6, 0x65, 0x79, 0xd8, 0xf7, 0x9b, 0x39, - 0xb6, 0x29, 0x97, 0xfa, 0x17, 0xa0, 0x9d, 0x2c, 0xce, 0x1c, 0x6c, 0xc5, 0xdc, 0x3d, 0x86, 0x2d, - 0xcb, 0x24, 0x26, 0xf3, 0x53, 0xe9, 0xa0, 0xb6, 0xb8, 0x62, 0xc4, 0x30, 0xd8, 0x3e, 0xba, 0x0f, - 0x65, 0x7f, 0x71, 0xe6, 0x98, 0x24, 0xf0, 0xb0, 0xf0, 0x1b, 0x01, 0xfa, 0xcf, 0x79, 0xa8, 0x0f, - 0x98, 0xa5, 0x34, 0xdc, 0x7c, 0xcf, 0xf7, 0xa0, 0x36, 0x0d, 0xd6, 0xd8, 0x9b, 0x24, 0x6f, 0x5b, - 0x65, 0x60, 0x97, 0x63, 0xe8, 0x11, 0xd4, 0x7d, 0x6c, 0xdb, 0x31, 0x56, 0x9e, 0xb1, 0x6a, 0x1c, - 0x95, 0xb4, 0xff, 0x43, 0xd5, 0x0c, 0xc8, 0x79, 0x48, 0xda, 0x62, 0xa4, 0x0a, 0xc5, 0x24, 0xe5, - 0x0e, 0x14, 0xcd, 0xa5, 0x1b, 0x38, 0xa4, 0x59, 0xd8, 0x51, 0x76, 0xf3, 0x86, 0x58, 0xa1, 0x67, - 0x70, 0x73, 0xe6, 0xda, 0xb6, 0x49, 0xb0, 0x67, 0xda, 0x13, 0x41, 0x29, 0x32, 0x8a, 0x16, 0x6d, - 0x74, 0x39, 0xf9, 0x7d, 0x68, 0xbc, 0x5b, 0x90, 0xf3, 0x73, 0xd7, 0xb6, 0x24, 0xb5, 0xc4, 0xa8, - 0x75, 0x09, 0x0b, 0xe2, 0x87, 0x00, 0xc4, 0x7d, 0x8b, 0x9d, 0x09, 0x59, 0xaf, 0x70, 0x53, 0xdd, - 0x51, 0x76, 0xeb, 0x9d, 0x9b, 0x32, 0xb8, 0x63, 0xba, 0x33, 0x5e, 0xaf, 0xb0, 0x51, 0x26, 0xf2, - 0x27, 0xfa, 0x14, 0x1a, 0x2b, 0x73, 0xed, 0x06, 0x64, 0xe2, 0xcf, 0xce, 0xb1, 0x15, 0xd8, 0xb8, - 0x59, 0x66, 0x66, 0x9a, 0x34, 0x3b, 0x11, 0xb8, 0x51, 0xe7, 0x44, 0xb9, 0xa6, 0xa1, 0x76, 0x82, - 0xe5, 0x84, 0xa3, 0x7e, 0x13, 0x76, 0x94, 0xdd, 0x82, 0x01, 0x4e, 0xb0, 0x3c, 0xe6, 0x08, 0x4d, - 0x9e, 0x87, 0xe7, 0xd8, 0xc3, 0xce, 0x0c, 0x37, 0x2b, 0x3c, 0x79, 0x21, 0xa0, 0xff, 0xa8, 0xc0, - 0x36, 0xd7, 0x45, 0x2a, 0x85, 0x1d, 0x50, 0x65, 0xbe, 0x84, 0x3e, 0xee, 0xc8, 0xbb, 0x24, 0x99, - 0x46, 0xc8, 0xa3, 0x11, 0xe2, 0x59, 0x4d, 0xab, 0xa5, 0xce, 0xe0, 0x13, 0x89, 0xa2, 0x27, 0xa0, - 0x89, 0xcc, 0x46, 0x4c, 0x9e, 0xdb, 0x06, 0xc7, 0x43, 0xaa, 0xfe, 0x1a, 0x6e, 0xa7, 0xce, 0xc3, - 0x5f, 0x07, 0xd8, 0x27, 0xe8, 0x93, 0xc4, 0x05, 0xf3, 0xbb, 0x95, 0xce, 0xfd, 0x30, 0x58, 0x19, - 0x0f, 0x8a, 0xae, 0xa9, 0xff, 0xaa, 0x40, 0x91, 0x6f, 0x6e, 0x16, 0xea, 0x3d, 0x28, 0x73, 0xa7, - 0x74, 0x3b, 0xc7, 0xd2, 0xad, 0x72, 0x60, 0x68, 0x51, 0xe5, 0xcd, 0x3d, 0x77, 0x99, 0x92, 0x67, - 0x85, 0x62, 0x52, 0x79, 0x0f, 0xa8, 0x16, 0x52, 0xd2, 0x2c, 0x13, 0xf7, 0x9f, 0x14, 0xa6, 0xfe, - 0x0b, 0xcd, 0x61, 0x30, 0x5d, 0x2e, 0x48, 0x14, 0x23, 0x3f, 0xb0, 0x09, 0xba, 0x0b, 0xea, 0xca, - 0x5c, 0x2f, 0x9c, 0xe8, 0x69, 0x25, 0xb6, 0x1e, 0x5a, 0xe8, 0x31, 0x88, 0x12, 0xd4, 0xcc, 0xb1, - 0xd8, 0xd5, 0x93, 0xc9, 0x35, 0xc4, 0x2e, 0xfd, 0x06, 0xc5, 0xfb, 0x53, 0xdf, 0x20, 0x47, 0xe5, - 0x3b, 0x5e, 0x02, 0x12, 0x34, 0x9f, 0xc5, 0x7e, 0x42, 0xeb, 0x18, 0x7b, 0x6e, 0xa5, 0xd3, 0x6a, - 0xf3, 0x22, 0xd7, 0x96, 0x45, 0xae, 0x3d, 0x96, 0x45, 0xce, 0xd0, 0xb8, 0x15, 0x4f, 0x18, 0x85, - 0xf5, 0xef, 0xa0, 0xc5, 0x57, 0x99, 0x2f, 0x7a, 0x01, 0x45, 0x8f, 0xfd, 0x12, 0x9a, 0x8c, 0x52, - 0x9e, 0xc1, 0x36, 0x04, 0x97, 0xca, 0x2d, 0x76, 0xbb, 0xb8, 0x30, 0x1b, 0xd1, 0xf9, 0x5c, 0x6e, - 0xaf, 0xa0, 0x72, 0x4c, 0x43, 0x64, 0x70, 0x91, 0xfd, 0x49, 0x04, 0xaf, 0x52, 0xc2, 0xf4, 0xb7, - 0x70, 0x93, 0xbf, 0x26, 0xee, 0xf4, 0x03, 0x28, 0x79, 0x5c, 0xc4, 0xe2, 0x15, 0xb7, 0xe4, 0x2b, - 0x62, 0x2c, 0x43, 0x72, 0xae, 0xfc, 0x55, 0xe9, 0xbf, 0x29, 0xf2, 0xf2, 0x1b, 0xd3, 0x1f, 0xe9, - 0x2e, 0x97, 0xd0, 0xdd, 0x43, 0xa8, 0xf8, 0xf4, 0x58, 0x67, 0x86, 0xa9, 0x55, 0x9e, 0x6d, 0x82, - 0x84, 0x86, 0x56, 0x86, 0x1e, 0xb6, 0xae, 0xae, 0x87, 0xc2, 0x35, 0xf4, 0x90, 0x8a, 0x20, 0x7f, - 0xd9, 0xb3, 0x94, 0x0c, 0x52, 0x01, 0xbc, 0x76, 0xf6, 0x7f, 0x92, 0x11, 0x3c, 0x21, 0x26, 0x09, - 0x7c, 0x84, 0x60, 0x6b, 0x65, 0x8a, 0xe8, 0xa9, 0x06, 0xfb, 0x9d, 0x0e, 0x51, 0xee, 0x0a, 0x21, - 0xfa, 0x97, 0x3f, 0x99, 0x64, 0x88, 0xc4, 0xd5, 0x9f, 0x41, 0xd1, 0x67, 0xbf, 0x32, 0x43, 0xc4, - 0x49, 0x86, 0xa0, 0xfc, 0x95, 0x10, 0xfd, 0x50, 0x80, 0x2a, 0x6f, 0x2d, 0xe2, 0xa0, 0x74, 0x11, - 0x54, 0x36, 0x15, 0xc1, 0x5c, 0xba, 0x08, 0xa6, 0x1b, 0x78, 0xfe, 0x62, 0x03, 0x7f, 0x1e, 0xbe, - 0x66, 0x8b, 0xf5, 0xc5, 0xed, 0x64, 0xb9, 0x4a, 0x3d, 0xe7, 0xb2, 0xaa, 0xfa, 0x3f, 0x80, 0xa8, - 0x78, 0x8a, 0x72, 0x1a, 0x43, 0x50, 0x0b, 0x54, 0xd9, 0xca, 0x45, 0x6b, 0x0f, 0xd7, 0x34, 0xed, - 0x34, 0xfd, 0xb2, 0x16, 0xab, 0xdc, 0x98, 0x42, 0xa2, 0xeb, 0xdf, 0x05, 0x95, 0x37, 0xe2, 0x85, - 0xc5, 0x9a, 0x77, 0xc1, 0x28, 0xb1, 0x2e, 0xcc, 0x25, 0x63, 0xe3, 0x39, 0x91, 0xb6, 0xc0, 0x6d, - 0x29, 0x94, 0xb4, 0xa5, 0x08, 0x6b, 0xd1, 0xdc, 0x76, 0x84, 0xe7, 0xec, 0x8b, 0x74, 0xf0, 0xb7, - 0xa1, 0x6d, 0x95, 0xdb, 0x52, 0x48, 0xd8, 0xf6, 0x41, 0xb3, 0x4d, 0x9f, 0x88, 0x09, 0x80, 0xab, - 0xa8, 0xb6, 0x51, 0x45, 0x75, 0x6a, 0xc3, 0xf3, 0x48, 0x41, 0xea, 0x85, 0x1d, 0x13, 0xf7, 0x52, - 0xdf, 0xec, 0x85, 0xda, 0xc4, 0xbc, 0x5c, 0x94, 0x7e, 0x23, 0x4b, 0xfa, 0xfd, 0x84, 0xdc, 0xf8, - 0x61, 0xda, 0xe6, 0xc3, 0x22, 0x29, 0x32, 0xd9, 0x2f, 0x01, 0x85, 0xb2, 0x8f, 0xe4, 0xf8, 0x3c, - 0xa5, 0xfb, 0xed, 0x98, 0xee, 0x43, 0xd6, 0x75, 0x84, 0xff, 0x15, 0xdc, 0xee, 0x99, 0xce, 0x0c, - 0xdb, 0xe9, 0x41, 0xe4, 0xc2, 0x0c, 0x91, 0x4f, 0xcd, 0x10, 0x69, 0x7d, 0xe7, 0x2e, 0xe8, 0x5b, - 0x0f, 0xe0, 0x96, 0x98, 0xce, 0xd9, 0x11, 0xd2, 0xf5, 0xc7, 0xe9, 0x4e, 0xf1, 0x20, 0x9c, 0xd1, - 0xb3, 0xae, 0x12, 0xf5, 0x8c, 0x47, 0x50, 0x67, 0x47, 0xa6, 0x5f, 0x55, 0xa3, 0x68, 0xf4, 0xa6, - 0xdf, 0x15, 0xd8, 0x4e, 0x7b, 0x62, 0x35, 0xf3, 0xef, 0xcd, 0x45, 0x2d, 0x50, 0x67, 0xcc, 0x2b, - 0xe6, 0x2d, 0x44, 0x35, 0xc2, 0xf5, 0x7f, 0xdf, 0x40, 0xc2, 0x81, 0x22, 0xf3, 0xa1, 0x97, 0x0e, - 0x14, 0x59, 0xec, 0x6b, 0xb4, 0x94, 0xa7, 0xdb, 0x50, 0x0e, 0x47, 0x7e, 0x54, 0x82, 0xfc, 0xfe, - 0x78, 0xac, 0xdd, 0x78, 0xfa, 0x02, 0xd4, 0x70, 0x82, 0xaf, 0x40, 0xe9, 0xd5, 0xd1, 0xe1, 0xf8, - 0xe5, 0xe8, 0x54, 0xbb, 0x81, 0x6a, 0x50, 0x7e, 0xfd, 0xa6, 0x6b, 0x8c, 0x07, 0xc6, 0xe8, 0x54, - 0x53, 0x50, 0x15, 0xd4, 0xee, 0xe1, 0xe1, 0x9b, 0xee, 0x68, 0x74, 0xaa, 0xe5, 0x9e, 0xf6, 0xa0, - 0x1a, 0xaf, 0x77, 0x94, 0x3c, 0x3c, 0x1c, 0x8e, 0x87, 0xdd, 0xf1, 0xa0, 0xaf, 0xdd, 0x40, 0x00, - 0xc5, 0x6e, 0x6f, 0x3c, 0xfc, 0x7c, 0xc0, 0x0d, 0x7b, 0xdd, 0xc3, 0xde, 0x60, 0x34, 0xe8, 0x6b, - 0x39, 0xba, 0xd3, 0x1b, 0x1d, 0x9d, 0x0c, 0xfa, 0x5a, 0xbe, 0xf3, 0x7d, 0x1e, 0x6a, 0xc2, 0x0b, - 0xf6, 0xbe, 0x59, 0xcc, 0x30, 0x1a, 0x43, 0x23, 0x39, 0x3e, 0xf9, 0xe8, 0xc1, 0x25, 0xb3, 0x3e, - 0x97, 0x57, 0x4b, 0x4f, 0x4e, 0xda, 0x99, 0xa3, 0xda, 0x67, 0x50, 0x38, 0x36, 0xd7, 0x43, 0x07, - 0xdd, 0x4d, 0x92, 0x63, 0x33, 0x4e, 0x2b, 0x73, 0x4b, 0x9a, 0x17, 0x87, 0x3e, 0xab, 0x9e, 0xcd, - 0x24, 0x29, 0xfa, 0xef, 0x34, 0xd3, 0x5c, 0x84, 0xe6, 0x00, 0x1a, 0x07, 0x98, 0x96, 0xa6, 0xa3, - 0xb0, 0x32, 0x5c, 0xee, 0xa7, 0x75, 0xc1, 0x4f, 0x54, 0x4f, 0x0c, 0x68, 0x24, 0xa5, 0xe0, 0xa3, - 0x7b, 0x29, 0x47, 0xf1, 0x4f, 0x36, 0x1d, 0x9a, 0x2c, 0x19, 0xed, 0x3f, 0x81, 0xfa, 0xc2, 0x6d, - 0x4f, 0xc9, 0xdc, 0x17, 0xe4, 0xfd, 0x0a, 0x8f, 0xf3, 0x31, 0x15, 0xf4, 0xb1, 0xf2, 0xa5, 0xf8, - 0x94, 0x56, 0xd3, 0x69, 0x91, 0x69, 0xfc, 0xa3, 0x3f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x6d, 0xa2, - 0x6b, 0x0e, 0x4d, 0x10, 0x00, 0x00, + // 1318 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0xcb, 0x72, 0x1b, 0x45, + 0x17, 0xce, 0x48, 0xb6, 0x34, 0x3a, 0xba, 0x4d, 0x3a, 0x4e, 0x4a, 0x51, 0x92, 0xdf, 0xfe, 0x87, + 0x4a, 0x70, 0x6e, 0x0a, 0x25, 0x52, 0x05, 0x2c, 0x58, 0xc8, 0xb2, 0x2a, 0x28, 0xa5, 0x28, 0xce, + 0x58, 0xa1, 0x30, 0x2c, 0x54, 0x23, 0x4d, 0x4b, 0x56, 0x65, 0x34, 0x23, 0x66, 0x7a, 0x08, 0x5a, + 0x50, 0xc5, 0x23, 0xb0, 0x65, 0xc3, 0x7b, 0xc0, 0x3b, 0x50, 0xc5, 0x92, 0x1d, 0x4b, 0x5e, 0x83, + 0xea, 0xdb, 0xdc, 0x3c, 0xc6, 0xc2, 0x50, 0xb0, 0xd2, 0xf4, 0xe9, 0xef, 0x9c, 0xee, 0x73, 0xfa, + 0x3b, 0x17, 0x41, 0x73, 0xe5, 0xb9, 0xc4, 0xf5, 0x9f, 0x60, 0x7f, 0xea, 0xb9, 0x6f, 0xc5, 0x4f, + 0x8b, 0x09, 0x51, 0x81, 0xaf, 0x9a, 0x8f, 0xe7, 0x0b, 0x72, 0x1a, 0x4c, 0x5a, 0x53, 0x77, 0xf9, + 0x64, 0xee, 0xce, 0xdd, 0x27, 0x6c, 0x7b, 0x12, 0xcc, 0xd8, 0x8a, 0x2d, 0xd8, 0x17, 0x57, 0x6b, + 0xee, 0xce, 0x5d, 0x77, 0x6e, 0xe3, 0x08, 0x45, 0x16, 0x4b, 0xec, 0x13, 0x73, 0xb9, 0xe2, 0x00, + 0xfd, 0x19, 0x40, 0xd7, 0x75, 0x88, 0x67, 0x4e, 0x49, 0xff, 0x10, 0xed, 0x42, 0x79, 0x2a, 0x56, + 0xe3, 0x85, 0xd5, 0x50, 0xf6, 0x94, 0xfd, 0x8a, 0x01, 0x52, 0xd4, 0xb7, 0x50, 0x03, 0x8a, 0xa6, + 0x65, 0x79, 0xd8, 0xf7, 0x1b, 0x39, 0xb6, 0x29, 0x97, 0xfa, 0x67, 0xa0, 0x1d, 0x2f, 0xe6, 0x0e, + 0xb6, 0x62, 0xe6, 0xee, 0xc1, 0x96, 0x65, 0x12, 0x93, 0xd9, 0x29, 0xb7, 0x51, 0x4b, 0x78, 0x14, + 0x21, 0x0c, 0xb6, 0x8f, 0x6e, 0x43, 0xc9, 0x5f, 0xcc, 0x1d, 0x93, 0x04, 0x1e, 0x16, 0x76, 0x23, + 0x81, 0xfe, 0x53, 0x1e, 0x6a, 0x3d, 0xa6, 0x29, 0x15, 0x2f, 0xbe, 0xe7, 0x3b, 0x50, 0x9d, 0x04, + 0x6b, 0xec, 0x8d, 0x93, 0xb7, 0xad, 0x30, 0x61, 0x87, 0xcb, 0xd0, 0x5d, 0xa8, 0xf9, 0xd8, 0xb6, + 0x63, 0xa8, 0x3c, 0x43, 0x55, 0xb9, 0x54, 0xc2, 0xfe, 0x0f, 0x15, 0x33, 0x20, 0xa7, 0x21, 0x68, + 0x8b, 0x81, 0xca, 0x54, 0x26, 0x21, 0x37, 0xa0, 0x60, 0x2e, 0xdd, 0xc0, 0x21, 0x8d, 0xed, 0x3d, + 0x65, 0x3f, 0x6f, 0x88, 0x15, 0x7a, 0x08, 0x57, 0xa7, 0xae, 0x6d, 0x9b, 0x04, 0x7b, 0xa6, 0x3d, + 0x16, 0x90, 0x02, 0x83, 0x68, 0xd1, 0x46, 0x87, 0x83, 0xdf, 0x85, 0xfa, 0xdb, 0x05, 0x39, 0x3d, + 0x75, 0x6d, 0x4b, 0x42, 0x8b, 0x0c, 0x5a, 0x93, 0x62, 0x01, 0x7c, 0x0f, 0x80, 0xb8, 0x6f, 0xb0, + 0x33, 0x26, 0xeb, 0x15, 0x6e, 0xa8, 0x7b, 0xca, 0x7e, 0xad, 0x7d, 0x55, 0x06, 0x77, 0x44, 0x77, + 0x46, 0xeb, 0x15, 0x36, 0x4a, 0x44, 0x7e, 0xa2, 0x8f, 0xa0, 0xbe, 0x32, 0xd7, 0x6e, 0x40, 0xc6, + 0xfe, 0xf4, 0x14, 0x5b, 0x81, 0x8d, 0x1b, 0x25, 0xa6, 0xa6, 0x49, 0xb5, 0x63, 0x21, 0x37, 0x6a, + 0x1c, 0x28, 0xd7, 0x34, 0xd4, 0x4e, 0xb0, 0x1c, 0x73, 0xa9, 0xdf, 0x80, 0x3d, 0x65, 0x7f, 0xdb, + 0x00, 0x27, 0x58, 0x1e, 0x71, 0x09, 0x7d, 0x3c, 0x0f, 0xcf, 0xb0, 0x87, 0x9d, 0x29, 0x6e, 0x94, + 0xf9, 0xe3, 0x85, 0x02, 0xfd, 0x07, 0x05, 0x76, 0x38, 0x2f, 0x52, 0x4f, 0xd8, 0x06, 0x55, 0xbe, + 0x97, 0xe0, 0xc7, 0x0d, 0x79, 0x97, 0x24, 0xd2, 0x08, 0x71, 0x34, 0x42, 0xfc, 0x55, 0xd3, 0x6c, + 0xa9, 0x31, 0xf1, 0xb1, 0x94, 0xa2, 0xfb, 0xa0, 0x89, 0x97, 0x8d, 0x90, 0xfc, 0x6d, 0xeb, 0x5c, + 0x1e, 0x42, 0xf5, 0x57, 0x70, 0x3d, 0x75, 0x1e, 0xfe, 0x32, 0xc0, 0x3e, 0x41, 0x1f, 0x26, 0x2e, + 0x98, 0xdf, 0x2f, 0xb7, 0x6f, 0x87, 0xc1, 0xca, 0x70, 0x28, 0xba, 0xa6, 0xfe, 0xb3, 0x02, 0x05, + 0xbe, 0x79, 0x31, 0x51, 0x6f, 0x41, 0x89, 0x1b, 0xa5, 0xdb, 0x39, 0xf6, 0xdc, 0x2a, 0x17, 0xf4, + 0x2d, 0xca, 0xbc, 0x99, 0xe7, 0x2e, 0x53, 0xf4, 0x2c, 0x53, 0x99, 0x64, 0xde, 0x1d, 0xca, 0x85, + 0x14, 0x35, 0x4b, 0xc4, 0xfd, 0x27, 0x89, 0xa9, 0xff, 0x42, 0xdf, 0x30, 0x98, 0x2c, 0x17, 0x24, + 0x8a, 0x91, 0x1f, 0xd8, 0x04, 0xdd, 0x04, 0x75, 0x65, 0xae, 0x17, 0x4e, 0xe4, 0x5a, 0x91, 0xad, + 0xfb, 0x16, 0xba, 0x07, 0xa2, 0x62, 0x35, 0x72, 0x2c, 0x76, 0xb5, 0xe4, 0xe3, 0x1a, 0x62, 0x97, + 0xe6, 0xa0, 0xf0, 0x3f, 0x95, 0x83, 0x5c, 0x2a, 0xfd, 0x18, 0x02, 0x12, 0x30, 0x9f, 0xc5, 0x7e, + 0x4c, 0xeb, 0x18, 0x73, 0xb7, 0xdc, 0x6e, 0xb6, 0x78, 0x91, 0x6b, 0xc9, 0x22, 0xd7, 0x1a, 0xc9, + 0x22, 0x77, 0xb0, 0xf5, 0xdd, 0x6f, 0xbb, 0x8a, 0xa1, 0x71, 0x5d, 0xfe, 0x6c, 0x74, 0x53, 0xff, + 0x06, 0x9a, 0x7c, 0x95, 0xe9, 0xd7, 0x53, 0x28, 0x78, 0xec, 0x4b, 0x30, 0x33, 0x7a, 0xf8, 0x0c, + 0xb4, 0x21, 0xb0, 0x94, 0x74, 0xb1, 0x3b, 0xc6, 0xe9, 0x59, 0x8f, 0xce, 0xe7, 0xa4, 0x7b, 0x01, + 0xe5, 0x23, 0x1a, 0x28, 0x83, 0x53, 0xed, 0x4f, 0xe2, 0xb8, 0x49, 0x21, 0xd3, 0xdf, 0xc0, 0x55, + 0xee, 0x4d, 0xdc, 0xe8, 0x63, 0x28, 0x7a, 0x9c, 0xca, 0xc2, 0x8b, 0x6b, 0xd2, 0x8b, 0x18, 0xca, + 0x90, 0x98, 0x8d, 0x73, 0x4b, 0xff, 0x55, 0x91, 0x97, 0xbf, 0x90, 0x04, 0x11, 0xfb, 0x72, 0x09, + 0xf6, 0xed, 0x42, 0xd9, 0xa7, 0xc7, 0x3a, 0x53, 0x4c, 0xb5, 0xf2, 0x6c, 0x13, 0xa4, 0xa8, 0x6f, + 0x65, 0xb0, 0x62, 0x6b, 0x73, 0x56, 0x6c, 0x5f, 0x9a, 0x15, 0xa9, 0x38, 0x72, 0xff, 0x1e, 0xa6, + 0xc8, 0x90, 0x0a, 0xe3, 0xa5, 0x39, 0xf0, 0xa3, 0x8c, 0xe3, 0x31, 0x31, 0x49, 0xe0, 0x23, 0x04, + 0x5b, 0x2b, 0x53, 0xc4, 0x50, 0x35, 0xd8, 0x77, 0x3a, 0x50, 0xb9, 0x0d, 0x02, 0xf5, 0xaf, 0xa4, + 0x4f, 0x32, 0x50, 0xc2, 0x81, 0x87, 0x50, 0xf0, 0xd9, 0x57, 0x66, 0xa0, 0x38, 0xc8, 0x10, 0x90, + 0xbf, 0x12, 0xa8, 0xef, 0xb7, 0xa1, 0xc2, 0x9b, 0x8d, 0x38, 0x28, 0x5d, 0x16, 0x95, 0x8b, 0xca, + 0x62, 0x2e, 0x5d, 0x16, 0xd3, 0x2d, 0x3d, 0x7f, 0xb6, 0xa5, 0x3f, 0x0a, 0xbd, 0xd9, 0x62, 0x9d, + 0x72, 0x27, 0x59, 0xc0, 0x52, 0xee, 0x9c, 0x57, 0x67, 0xff, 0x07, 0x10, 0x95, 0x53, 0x51, 0x60, + 0x63, 0x12, 0xd4, 0x04, 0x55, 0x36, 0x77, 0xd1, 0xec, 0xc3, 0x35, 0x7d, 0x7c, 0x4a, 0x02, 0x59, + 0x9d, 0x55, 0xae, 0x4c, 0x45, 0x62, 0x0e, 0xb8, 0x09, 0x2a, 0x6f, 0xcd, 0x0b, 0x8b, 0xb5, 0xf3, + 0x6d, 0xa3, 0xc8, 0xfa, 0x32, 0x27, 0x8e, 0x8d, 0x67, 0x44, 0xea, 0x02, 0xd7, 0xa5, 0xa2, 0xa4, + 0x2e, 0x95, 0xb0, 0xa6, 0xcd, 0x75, 0x07, 0x78, 0xc6, 0xb2, 0xd3, 0xc1, 0x5f, 0x87, 0xba, 0x15, + 0xae, 0x4b, 0x45, 0x42, 0xf7, 0x39, 0x68, 0xb6, 0xe9, 0x13, 0x31, 0x13, 0x70, 0x2e, 0x55, 0x37, + 0xe4, 0x52, 0x8d, 0x6a, 0xf2, 0xd7, 0xa4, 0x5b, 0xd4, 0x16, 0x3b, 0x2c, 0x6e, 0xab, 0xb6, 0xa9, + 0x2d, 0xaa, 0x19, 0xb3, 0x75, 0x36, 0x19, 0xea, 0x59, 0xc9, 0xf0, 0x3c, 0x41, 0x3d, 0x7e, 0xa4, + 0xb6, 0xe9, 0x91, 0x11, 0x39, 0x59, 0x22, 0x2c, 0x01, 0x85, 0x89, 0x10, 0x11, 0xf4, 0x51, 0x2a, + 0x13, 0x76, 0x62, 0x99, 0x10, 0xa2, 0x2e, 0x93, 0x0a, 0x5f, 0xc0, 0xf5, 0xae, 0xe9, 0x4c, 0xb1, + 0x9d, 0x1e, 0x56, 0xce, 0xcc, 0x19, 0xf9, 0xd4, 0x9c, 0x91, 0x66, 0x7c, 0xee, 0x0c, 0xe3, 0xf5, + 0x00, 0xae, 0x89, 0x09, 0x9e, 0x1d, 0x21, 0x4d, 0x7f, 0x90, 0xee, 0x23, 0x77, 0xc2, 0x39, 0x3e, + 0xeb, 0x2a, 0x51, 0x47, 0xb9, 0x0b, 0x35, 0x76, 0x64, 0xda, 0xab, 0x2a, 0x95, 0x46, 0x3e, 0xfd, + 0xae, 0xc0, 0x4e, 0xda, 0x12, 0xab, 0xa5, 0x7f, 0x6f, 0x76, 0x6a, 0x82, 0x3a, 0x65, 0x56, 0x31, + 0x6f, 0x30, 0xaa, 0x11, 0xae, 0xff, 0xab, 0xf6, 0x12, 0x0e, 0x1d, 0x99, 0xee, 0x9e, 0x3b, 0x74, + 0x64, 0xa1, 0x2f, 0xd1, 0x70, 0x1e, 0xec, 0x40, 0x29, 0xfc, 0x73, 0x80, 0x8a, 0x90, 0x3f, 0x18, + 0x8d, 0xb4, 0x2b, 0x0f, 0x9e, 0x82, 0x1a, 0xce, 0xfa, 0x65, 0x28, 0xbe, 0x78, 0x39, 0x1c, 0x7d, + 0x32, 0x38, 0xd1, 0xae, 0xa0, 0x2a, 0x94, 0x5e, 0xbd, 0xee, 0x18, 0xa3, 0x9e, 0x31, 0x38, 0xd1, + 0x14, 0x54, 0x01, 0xb5, 0x33, 0x1c, 0xbe, 0xee, 0x0c, 0x06, 0x27, 0x5a, 0xee, 0x41, 0x17, 0x2a, + 0xf1, 0x3a, 0x48, 0xc1, 0xfd, 0x61, 0x7f, 0xd4, 0xef, 0x8c, 0x7a, 0x87, 0xda, 0x15, 0x04, 0x50, + 0xe8, 0x74, 0x47, 0xfd, 0x4f, 0x7b, 0x5c, 0xb1, 0xdb, 0x19, 0x76, 0x7b, 0x83, 0xde, 0xa1, 0x96, + 0xa3, 0x3b, 0xdd, 0xc1, 0xcb, 0xe3, 0xde, 0xa1, 0x96, 0x6f, 0x7f, 0x9b, 0x87, 0xaa, 0xb0, 0x82, + 0xbd, 0xaf, 0x16, 0x53, 0x8c, 0x46, 0x50, 0x4f, 0x8e, 0x58, 0x3e, 0xba, 0x73, 0xce, 0xbf, 0x02, + 0x4e, 0xb2, 0xa6, 0x9e, 0x9c, 0xc9, 0x33, 0xc7, 0xb9, 0x8f, 0x61, 0xfb, 0xc8, 0x5c, 0xf7, 0x1d, + 0x74, 0x33, 0x09, 0x8e, 0xcd, 0x41, 0xcd, 0xcc, 0x2d, 0xa9, 0x5e, 0xe8, 0xfb, 0xac, 0xaa, 0x36, + 0x92, 0xa0, 0xe8, 0x7f, 0x6c, 0xa6, 0xba, 0x08, 0xcd, 0x33, 0xa8, 0x3f, 0xc3, 0xb4, 0x4c, 0xbd, + 0x0c, 0xeb, 0xc3, 0xf9, 0x76, 0x9a, 0x67, 0xec, 0x44, 0x55, 0xc5, 0x80, 0x7a, 0x92, 0x0a, 0x3e, + 0xba, 0x95, 0x32, 0x14, 0x4f, 0xdc, 0x74, 0x68, 0xb2, 0x68, 0x74, 0x70, 0x1f, 0x6a, 0x0b, 0xb7, + 0x35, 0x21, 0x33, 0x5f, 0x80, 0x0f, 0xca, 0x3c, 0xce, 0x47, 0x94, 0xd6, 0x47, 0xca, 0xe7, 0x22, + 0xa1, 0x56, 0x93, 0x49, 0x81, 0x31, 0xfd, 0xfd, 0x3f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7b, 0xd7, + 0x71, 0x69, 0xa6, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/protos/escrow/escrow.proto b/protos/escrow/escrow.proto index d496b1f..e6b561e 100644 --- a/protos/escrow/escrow.proto +++ b/protos/escrow/escrow.proto @@ -9,6 +9,7 @@ option java_multiple_files = true; option java_outer_classname = "EscrowProto"; option java_package = "io.btfs.escrow"; +import "github.com/gogo/protobuf/gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; service EscrowService { @@ -86,7 +87,7 @@ message SubmitContractResult { bytes payin_id = 1; // for buyer to pay in a group of escrows repeated Escrow escrow = 2; bytes escrow_address = 3; - google.protobuf.Timestamp escrow_signed_time = 4; + google.protobuf.Timestamp escrow_signed_time = 4 [(gogoproto.stdtime) = true]; } message SignedSubmitContractResult { @@ -109,7 +110,7 @@ message PayinResult { int64 amount = 2; int64 sequence_id = 3; // ledger sequence id bytes escrow_address = 4; - google.protobuf.Timestamp escrow_signed_time = 5; + google.protobuf.Timestamp escrow_signed_time = 5 [(gogoproto.stdtime) = true]; } message SignedPayinResult { @@ -121,7 +122,7 @@ message PayinStatus { bool paid = 1; int64 sequence_id = 2; bytes escrow_address = 3; - google.protobuf.Timestamp escrow_signed_time = 4; + google.protobuf.Timestamp escrow_signed_time = 4 [(gogoproto.stdtime) = true]; } message SignedPayinStatus { @@ -149,10 +150,10 @@ message PayoutStatus { int64 left_amount = 10; int32 num_left = 11; // how many times left escrow is going to pay int64 next_amount = 12; // next payout amount - google.protobuf.Timestamp last_payout_time = 13; - google.protobuf.Timestamp next_payout_time = 14; + google.protobuf.Timestamp last_payout_time = 13 [(gogoproto.stdtime) = true]; + google.protobuf.Timestamp next_payout_time = 14 [(gogoproto.stdtime) = true]; bytes escrow_address = 15; - google.protobuf.Timestamp escrow_sign_time = 16; + google.protobuf.Timestamp escrow_sign_time = 16 [(gogoproto.stdtime) = true]; } message SignedPayoutStatus { @@ -175,7 +176,7 @@ message CancelContractResult { int64 escrow_id = 2; bool canceled = 3; bytes escrow_address = 4; - google.protobuf.Timestamp escrow_signed_time = 5; + google.protobuf.Timestamp escrow_signed_time = 5 [(gogoproto.stdtime) = true]; } message SignedCancelContractResult {