Documentation
¶
Index ¶
- Variables
- type NestedMsg
- type NonEvent
- type TestEvent1
- func (*TestEvent1) Descriptor() ([]byte, []int)deprecated
- func (x *TestEvent1) GetId() string
- func (x *TestEvent1) GetNm() *NestedMsg
- func (x *TestEvent1) GetNum() int64
- func (*TestEvent1) ProtoMessage()
- func (x *TestEvent1) ProtoReflect() protoreflect.Message
- func (x *TestEvent1) Reset()
- func (x *TestEvent1) String() string
- type TestEvent2
- type TestEvent3
- type TestEvent4
- type TestEvent5
- func (*TestEvent5) Descriptor() ([]byte, []int)deprecated
- func (x *TestEvent5) GetDivision() string
- func (x *TestEvent5) GetId() int32
- func (x *TestEvent5) GetOffice() uint64
- func (*TestEvent5) ProtoMessage()
- func (x *TestEvent5) ProtoReflect() protoreflect.Message
- func (x *TestEvent5) Reset()
- func (x *TestEvent5) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NestedMsg ¶
type NestedMsg struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Duration uint64 `protobuf:"varint,2,opt,name=duration,proto3" json:"duration,omitempty"`
// contains filtered or unexported fields
}
func (*NestedMsg) Descriptor
deprecated
func (*NestedMsg) GetDuration ¶
func (*NestedMsg) ProtoMessage ¶
func (*NestedMsg) ProtoMessage()
func (*NestedMsg) ProtoReflect ¶
func (x *NestedMsg) ProtoReflect() protoreflect.Message
type NonEvent ¶
type NonEvent struct {
Color string `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
// contains filtered or unexported fields
}
func (*NonEvent) Descriptor
deprecated
func (*NonEvent) ProtoMessage ¶
func (*NonEvent) ProtoMessage()
func (*NonEvent) ProtoReflect ¶
func (x *NonEvent) ProtoReflect() protoreflect.Message
type TestEvent1 ¶
type TestEvent1 struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Num int64 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
Nm *NestedMsg `protobuf:"bytes,3,opt,name=nm,proto3" json:"nm,omitempty"`
// contains filtered or unexported fields
}
func (*TestEvent1) Descriptor
deprecated
func (*TestEvent1) Descriptor() ([]byte, []int)
Deprecated: Use TestEvent1.ProtoReflect.Descriptor instead.
func (*TestEvent1) GetId ¶
func (x *TestEvent1) GetId() string
func (*TestEvent1) GetNm ¶
func (x *TestEvent1) GetNm() *NestedMsg
func (*TestEvent1) GetNum ¶
func (x *TestEvent1) GetNum() int64
func (*TestEvent1) ProtoMessage ¶
func (*TestEvent1) ProtoMessage()
func (*TestEvent1) ProtoReflect ¶
func (x *TestEvent1) ProtoReflect() protoreflect.Message
func (*TestEvent1) Reset ¶
func (x *TestEvent1) Reset()
func (*TestEvent1) String ¶
func (x *TestEvent1) String() string
type TestEvent2 ¶
type TestEvent2 struct {
Solution string `protobuf:"bytes,1,opt,name=solution,proto3" json:"solution,omitempty"`
// contains filtered or unexported fields
}
func (*TestEvent2) Descriptor
deprecated
func (*TestEvent2) Descriptor() ([]byte, []int)
Deprecated: Use TestEvent2.ProtoReflect.Descriptor instead.
func (*TestEvent2) GetSolution ¶
func (x *TestEvent2) GetSolution() string
func (*TestEvent2) ProtoMessage ¶
func (*TestEvent2) ProtoMessage()
func (*TestEvent2) ProtoReflect ¶
func (x *TestEvent2) ProtoReflect() protoreflect.Message
func (*TestEvent2) Reset ¶
func (x *TestEvent2) Reset()
func (*TestEvent2) String ¶
func (x *TestEvent2) String() string
type TestEvent3 ¶
type TestEvent3 struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Result bool `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*TestEvent3) Descriptor
deprecated
func (*TestEvent3) Descriptor() ([]byte, []int)
Deprecated: Use TestEvent3.ProtoReflect.Descriptor instead.
func (*TestEvent3) GetId ¶
func (x *TestEvent3) GetId() string
func (*TestEvent3) GetResult ¶
func (x *TestEvent3) GetResult() bool
func (*TestEvent3) ProtoMessage ¶
func (*TestEvent3) ProtoMessage()
func (*TestEvent3) ProtoReflect ¶
func (x *TestEvent3) ProtoReflect() protoreflect.Message
func (*TestEvent3) Reset ¶
func (x *TestEvent3) Reset()
func (*TestEvent3) String ¶
func (x *TestEvent3) String() string
type TestEvent4 ¶
type TestEvent4 struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
// contains filtered or unexported fields
}
func (*TestEvent4) Descriptor
deprecated
func (*TestEvent4) Descriptor() ([]byte, []int)
Deprecated: Use TestEvent4.ProtoReflect.Descriptor instead.
func (*TestEvent4) GetId ¶
func (x *TestEvent4) GetId() int32
func (*TestEvent4) GetInstance ¶
func (x *TestEvent4) GetInstance() string
func (*TestEvent4) ProtoMessage ¶
func (*TestEvent4) ProtoMessage()
func (*TestEvent4) ProtoReflect ¶
func (x *TestEvent4) ProtoReflect() protoreflect.Message
func (*TestEvent4) Reset ¶
func (x *TestEvent4) Reset()
func (*TestEvent4) String ¶
func (x *TestEvent4) String() string
type TestEvent5 ¶
type TestEvent5 struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Division string `protobuf:"bytes,2,opt,name=division,proto3" json:"division,omitempty"`
Office uint64 `protobuf:"varint,3,opt,name=office,proto3" json:"office,omitempty"`
// contains filtered or unexported fields
}
func (*TestEvent5) Descriptor
deprecated
func (*TestEvent5) Descriptor() ([]byte, []int)
Deprecated: Use TestEvent5.ProtoReflect.Descriptor instead.
func (*TestEvent5) GetDivision ¶
func (x *TestEvent5) GetDivision() string
func (*TestEvent5) GetId ¶
func (x *TestEvent5) GetId() int32
func (*TestEvent5) GetOffice ¶
func (x *TestEvent5) GetOffice() uint64
func (*TestEvent5) ProtoMessage ¶
func (*TestEvent5) ProtoMessage()
func (*TestEvent5) ProtoReflect ¶
func (x *TestEvent5) ProtoReflect() protoreflect.Message
func (*TestEvent5) Reset ¶
func (x *TestEvent5) Reset()
func (*TestEvent5) String ¶
func (x *TestEvent5) String() string
Click to show internal directories.
Click to hide internal directories.