Documentation ¶
Overview ¶
Package messages is a generated protocol buffer package.
It is generated from these files:
examples/request_benchmark/messages/load.proto
It has these top-level messages:
LoadRequest LoadReply
Index ¶
- Variables
- type LoadReply
- func (*LoadReply) Descriptor() ([]byte, []int)
- func (this *LoadReply) Equal(that interface{}) bool
- func (m *LoadReply) GetId() string
- func (this *LoadReply) GoString() string
- func (m *LoadReply) Marshal() (dAtA []byte, err error)
- func (m *LoadReply) MarshalTo(dAtA []byte) (int, error)
- func (*LoadReply) ProtoMessage()
- func (m *LoadReply) Reset()
- func (m *LoadReply) Size() (n int)
- func (this *LoadReply) String() string
- func (m *LoadReply) Unmarshal(dAtA []byte) error
- func (this *LoadReply) VerboseEqual(that interface{}) error
- type LoadRequest
- func (*LoadRequest) Descriptor() ([]byte, []int)
- func (this *LoadRequest) Equal(that interface{}) bool
- func (m *LoadRequest) GetId() string
- func (this *LoadRequest) GoString() string
- func (m *LoadRequest) Marshal() (dAtA []byte, err error)
- func (m *LoadRequest) MarshalTo(dAtA []byte) (int, error)
- func (*LoadRequest) ProtoMessage()
- func (m *LoadRequest) Reset()
- func (m *LoadRequest) Size() (n int)
- func (this *LoadRequest) String() string
- func (m *LoadRequest) Unmarshal(dAtA []byte) error
- func (this *LoadRequest) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthLoad = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowLoad = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type LoadReply ¶
type LoadReply struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func NewPopulatedLoadReply ¶
func (*LoadReply) Descriptor ¶
func (*LoadReply) ProtoMessage ¶
func (*LoadReply) ProtoMessage()
func (*LoadReply) VerboseEqual ¶
type LoadRequest ¶
type LoadRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func NewPopulatedLoadRequest ¶
func NewPopulatedLoadRequest(r randyLoad, easy bool) *LoadRequest
func (*LoadRequest) Descriptor ¶
func (*LoadRequest) Descriptor() ([]byte, []int)
func (*LoadRequest) Equal ¶
func (this *LoadRequest) Equal(that interface{}) bool
func (*LoadRequest) GetId ¶
func (m *LoadRequest) GetId() string
func (*LoadRequest) GoString ¶
func (this *LoadRequest) GoString() string
func (*LoadRequest) Marshal ¶
func (m *LoadRequest) Marshal() (dAtA []byte, err error)
func (*LoadRequest) ProtoMessage ¶
func (*LoadRequest) ProtoMessage()
func (*LoadRequest) Reset ¶
func (m *LoadRequest) Reset()
func (*LoadRequest) Size ¶
func (m *LoadRequest) Size() (n int)
func (*LoadRequest) String ¶
func (this *LoadRequest) String() string
func (*LoadRequest) Unmarshal ¶
func (m *LoadRequest) Unmarshal(dAtA []byte) error
func (*LoadRequest) VerboseEqual ¶
func (this *LoadRequest) VerboseEqual(that interface{}) error
Click to show internal directories.
Click to hide internal directories.