 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Buffer
- func (*Buffer) Descriptor() ([]byte, []int)
- func (m *Buffer) GetBody() []byte
- func (*Buffer) ProtoMessage()
- func (m *Buffer) Reset()
- func (m *Buffer) String() string
- func (m *Buffer) XXX_DiscardUnknown()
- func (m *Buffer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Buffer) XXX_Merge(src proto.Message)
- func (m *Buffer) XXX_Size() int
- func (m *Buffer) XXX_Unmarshal(b []byte) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
	Body                 []byte   `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}
    Buffer is a message that contains a body of bytes that is used to exercise encoding and decoding overheads.
func (*Buffer) Descriptor ¶
func (*Buffer) ProtoMessage ¶
func (*Buffer) ProtoMessage()
func (*Buffer) XXX_DiscardUnknown ¶ added in v1.12.0
func (m *Buffer) XXX_DiscardUnknown()
func (*Buffer) XXX_Marshal ¶ added in v1.12.0
func (*Buffer) XXX_Unmarshal ¶ added in v1.12.0
 Click to show internal directories. 
   Click to hide internal directories.