codec_perf - ActiveState ActiveGo 1.8
...

Package codec_perf

import "google.golang.org/grpc/test/codec_perf"
Overview
Index

Overview ▾

Package codec_perf is a generated protocol buffer package.

It is generated from these files:

perf.proto

It has these top-level messages:

Buffer

type Buffer

Buffer is a message that contains a body of bytes that is used to exercise encoding and decoding overheads.

type Buffer struct {
    Body             []byte `protobuf:"bytes,1,opt,name=body" json:"body,omitempty"`
    XXX_unrecognized []byte `json:"-"`
}

func (*Buffer) Descriptor

func (*Buffer) Descriptor() ([]byte, []int)

func (*Buffer) GetBody

func (m *Buffer) GetBody() []byte

func (*Buffer) ProtoMessage

func (*Buffer) ProtoMessage()

func (*Buffer) Reset

func (m *Buffer) Reset()

func (*Buffer) String

func (m *Buffer) String() string