| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.10
- // protoc v3.21.12
- // source: waArmadilloICDC/WAArmadilloICDC.proto
- package waArmadilloICDC
- import (
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- type ICDCIdentityList struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Seq *int32 `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"`
- Timestamp *int64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
- Devices [][]byte `protobuf:"bytes,3,rep,name=devices" json:"devices,omitempty"`
- SigningDeviceIndex *int32 `protobuf:"varint,4,opt,name=signingDeviceIndex" json:"signingDeviceIndex,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *ICDCIdentityList) Reset() {
- *x = ICDCIdentityList{}
- mi := &file_waArmadilloICDC_WAArmadilloICDC_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *ICDCIdentityList) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ICDCIdentityList) ProtoMessage() {}
- func (x *ICDCIdentityList) ProtoReflect() protoreflect.Message {
- mi := &file_waArmadilloICDC_WAArmadilloICDC_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use ICDCIdentityList.ProtoReflect.Descriptor instead.
- func (*ICDCIdentityList) Descriptor() ([]byte, []int) {
- return file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescGZIP(), []int{0}
- }
- func (x *ICDCIdentityList) GetSeq() int32 {
- if x != nil && x.Seq != nil {
- return *x.Seq
- }
- return 0
- }
- func (x *ICDCIdentityList) GetTimestamp() int64 {
- if x != nil && x.Timestamp != nil {
- return *x.Timestamp
- }
- return 0
- }
- func (x *ICDCIdentityList) GetDevices() [][]byte {
- if x != nil {
- return x.Devices
- }
- return nil
- }
- func (x *ICDCIdentityList) GetSigningDeviceIndex() int32 {
- if x != nil && x.SigningDeviceIndex != nil {
- return *x.SigningDeviceIndex
- }
- return 0
- }
- type SignedICDCIdentityList struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Details []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
- Signature []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SignedICDCIdentityList) Reset() {
- *x = SignedICDCIdentityList{}
- mi := &file_waArmadilloICDC_WAArmadilloICDC_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SignedICDCIdentityList) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SignedICDCIdentityList) ProtoMessage() {}
- func (x *SignedICDCIdentityList) ProtoReflect() protoreflect.Message {
- mi := &file_waArmadilloICDC_WAArmadilloICDC_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use SignedICDCIdentityList.ProtoReflect.Descriptor instead.
- func (*SignedICDCIdentityList) Descriptor() ([]byte, []int) {
- return file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescGZIP(), []int{1}
- }
- func (x *SignedICDCIdentityList) GetDetails() []byte {
- if x != nil {
- return x.Details
- }
- return nil
- }
- func (x *SignedICDCIdentityList) GetSignature() []byte {
- if x != nil {
- return x.Signature
- }
- return nil
- }
- var File_waArmadilloICDC_WAArmadilloICDC_proto protoreflect.FileDescriptor
- const file_waArmadilloICDC_WAArmadilloICDC_proto_rawDesc = "" +
- "\n" +
- "%waArmadilloICDC/WAArmadilloICDC.proto\x12\x0fWAArmadilloICDC\"\x8c\x01\n" +
- "\x10ICDCIdentityList\x12\x10\n" +
- "\x03seq\x18\x01 \x01(\x05R\x03seq\x12\x1c\n" +
- "\ttimestamp\x18\x02 \x01(\x03R\ttimestamp\x12\x18\n" +
- "\adevices\x18\x03 \x03(\fR\adevices\x12.\n" +
- "\x12signingDeviceIndex\x18\x04 \x01(\x05R\x12signingDeviceIndex\"P\n" +
- "\x16SignedICDCIdentityList\x12\x18\n" +
- "\adetails\x18\x01 \x01(\fR\adetails\x12\x1c\n" +
- "\tsignature\x18\x02 \x01(\fR\tsignatureB+Z)git.bobomao.top/joey/testwh/proto/waArmadilloICDC"
- var (
- file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescOnce sync.Once
- file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescData []byte
- )
- func file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescGZIP() []byte {
- file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescOnce.Do(func() {
- file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waArmadilloICDC_WAArmadilloICDC_proto_rawDesc), len(file_waArmadilloICDC_WAArmadilloICDC_proto_rawDesc)))
- })
- return file_waArmadilloICDC_WAArmadilloICDC_proto_rawDescData
- }
- var file_waArmadilloICDC_WAArmadilloICDC_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
- var file_waArmadilloICDC_WAArmadilloICDC_proto_goTypes = []any{
- (*ICDCIdentityList)(nil), // 0: WAArmadilloICDC.ICDCIdentityList
- (*SignedICDCIdentityList)(nil), // 1: WAArmadilloICDC.SignedICDCIdentityList
- }
- var file_waArmadilloICDC_WAArmadilloICDC_proto_depIdxs = []int32{
- 0, // [0:0] is the sub-list for method output_type
- 0, // [0:0] is the sub-list for method input_type
- 0, // [0:0] is the sub-list for extension type_name
- 0, // [0:0] is the sub-list for extension extendee
- 0, // [0:0] is the sub-list for field type_name
- }
- func init() { file_waArmadilloICDC_WAArmadilloICDC_proto_init() }
- func file_waArmadilloICDC_WAArmadilloICDC_proto_init() {
- if File_waArmadilloICDC_WAArmadilloICDC_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_waArmadilloICDC_WAArmadilloICDC_proto_rawDesc), len(file_waArmadilloICDC_WAArmadilloICDC_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 2,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_waArmadilloICDC_WAArmadilloICDC_proto_goTypes,
- DependencyIndexes: file_waArmadilloICDC_WAArmadilloICDC_proto_depIdxs,
- MessageInfos: file_waArmadilloICDC_WAArmadilloICDC_proto_msgTypes,
- }.Build()
- File_waArmadilloICDC_WAArmadilloICDC_proto = out.File
- file_waArmadilloICDC_WAArmadilloICDC_proto_goTypes = nil
- file_waArmadilloICDC_WAArmadilloICDC_proto_depIdxs = nil
- }
|