Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_eventsourcing_eventdata_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestEventData ¶
type TestEventData struct { Hello string `protobuf:"bytes,1,opt,name=hello,proto3" json:"hello,omitempty"` // contains filtered or unexported fields }
func (*TestEventData) Descriptor
deprecated
func (*TestEventData) Descriptor() ([]byte, []int)
Deprecated: Use TestEventData.ProtoReflect.Descriptor instead.
func (*TestEventData) GetHello ¶
func (x *TestEventData) GetHello() string
func (*TestEventData) ProtoMessage ¶
func (*TestEventData) ProtoMessage()
func (*TestEventData) ProtoReflect ¶
func (x *TestEventData) ProtoReflect() protoreflect.Message
func (*TestEventData) Reset ¶
func (x *TestEventData) Reset()
func (*TestEventData) String ¶
func (x *TestEventData) String() string
Click to show internal directories.
Click to hide internal directories.