Documentation ¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetData() map[string][]byte
- func (x *Event) GetEventTimestamp() int64
- func (x *Event) GetId() []byte
- func (x *Event) GetIndex() []byte
- func (x *Event) GetMessageTimestamp() int64
- func (x *Event) GetSignatures() map[string]*Event_Signature
- func (x *Event) GetType() string
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_Signature
- func (*Event_Signature) Descriptor() ([]byte, []int)deprecated
- func (x *Event_Signature) GetSignature() []byte
- func (x *Event_Signature) GetSigner() []byte
- func (*Event_Signature) ProtoMessage()
- func (x *Event_Signature) ProtoReflect() protoreflect.Message
- func (x *Event_Signature) Reset()
- func (x *Event_Signature) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_event_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Index []byte `protobuf:"bytes,3,opt,name=index,proto3" json:"index,omitempty"` EventTimestamp int64 `protobuf:"varint,4,opt,name=eventTimestamp,proto3" json:"eventTimestamp,omitempty"` MessageTimestamp int64 `protobuf:"varint,5,opt,name=messageTimestamp,proto3" json:"messageTimestamp,omitempty"` Data map[string][]byte `` /* 149-byte string literal not displayed */ Signatures map[string]*Event_Signature `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetEventTimestamp ¶ added in v0.4.2
func (*Event) GetMessageTimestamp ¶ added in v0.4.2
func (*Event) GetSignatures ¶
func (x *Event) GetSignatures() map[string]*Event_Signature
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type Event_Signature ¶ added in v0.4.2
type Event_Signature struct { Signer []byte `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*Event_Signature) Descriptor
deprecated
added in
v0.4.2
func (*Event_Signature) Descriptor() ([]byte, []int)
Deprecated: Use Event_Signature.ProtoReflect.Descriptor instead.
func (*Event_Signature) GetSignature ¶ added in v0.4.2
func (x *Event_Signature) GetSignature() []byte
func (*Event_Signature) GetSigner ¶ added in v0.4.2
func (x *Event_Signature) GetSigner() []byte
func (*Event_Signature) ProtoMessage ¶ added in v0.4.2
func (*Event_Signature) ProtoMessage()
func (*Event_Signature) ProtoReflect ¶ added in v0.4.2
func (x *Event_Signature) ProtoReflect() protoreflect.Message
func (*Event_Signature) Reset ¶ added in v0.4.2
func (x *Event_Signature) Reset()
func (*Event_Signature) String ¶ added in v0.4.2
func (x *Event_Signature) String() string
Click to show internal directories.
Click to hide internal directories.