var ( ErrInvalidLengthEmpty = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowEmpty = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupEmpty = fmt.Errorf("proto: unexpected end of group") )
type TestRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestRequest) Descriptor() ([]byte, []int)
func (*TestRequest) ProtoMessage()
func (m *TestRequest) Reset()
func (m *TestRequest) String() string
func (m *TestRequest) Unmarshal(dAtA []byte) error
func (m *TestRequest) XXX_DiscardUnknown()
func (m *TestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *TestRequest) XXX_Merge(src proto.Message)
func (m *TestRequest) XXX_Size() int
func (m *TestRequest) XXX_Unmarshal(b []byte) error