Documentation ¶
Overview ¶
Package kvtest is a generated protocol buffer package.
It is generated from these files:
github.com/m3db/m3/src/cluster/generated/proto/kvtest/kvtest.proto
It has these top-level messages:
Foo
Index ¶
- Variables
- type Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (m *Foo) GetMsg() string
- func (m *Foo) Marshal() (dAtA []byte, err error)
- func (m *Foo) MarshalTo(dAtA []byte) (int, error)
- func (*Foo) ProtoMessage()
- func (m *Foo) Reset()
- func (m *Foo) Size() (n int)
- func (m *Foo) String() string
- func (m *Foo) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthKvtest = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowKvtest = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Foo ¶
type Foo struct {
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
}
func (*Foo) Descriptor ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.