Documentation ¶
Index ¶
- Constants
- Variables
- type TestData
- type TestRequest
- func (*TestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TestRequest) GetEndpoint() []*schema.Endpoint
- func (x *TestRequest) GetInternalEndpoint() []*schema.InternalEndpoint
- func (*TestRequest) ProtoMessage()
- func (x *TestRequest) ProtoReflect() protoreflect.Message
- func (x *TestRequest) Reset()
- func (x *TestRequest) String() string
Constants ¶
View Source
const TestRequestPath = "fixture/testrequest.binarypb"
Variables ¶
View Source
var File_internal_testing_testboot_testprotocol_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestData ¶
type TestData struct {
Request *TestRequest
}
type TestRequest ¶
type TestRequest struct { Endpoint []*schema.Endpoint `protobuf:"bytes,1,rep,name=endpoint,proto3" json:"endpoint,omitempty"` InternalEndpoint []*schema.InternalEndpoint `protobuf:"bytes,2,rep,name=internal_endpoint,json=internalEndpoint,proto3" json:"internal_endpoint,omitempty"` // contains filtered or unexported fields }
func (*TestRequest) Descriptor
deprecated
func (*TestRequest) Descriptor() ([]byte, []int)
Deprecated: Use TestRequest.ProtoReflect.Descriptor instead.
func (*TestRequest) GetEndpoint ¶
func (x *TestRequest) GetEndpoint() []*schema.Endpoint
func (*TestRequest) GetInternalEndpoint ¶
func (x *TestRequest) GetInternalEndpoint() []*schema.InternalEndpoint
func (*TestRequest) ProtoMessage ¶
func (*TestRequest) ProtoMessage()
func (*TestRequest) ProtoReflect ¶
func (x *TestRequest) ProtoReflect() protoreflect.Message
func (*TestRequest) Reset ¶
func (x *TestRequest) Reset()
func (*TestRequest) String ¶
func (x *TestRequest) String() string
Click to show internal directories.
Click to hide internal directories.