Documentation ¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
broker/pkg/testing/mock/proto/fake_config.proto
It has these top-level messages:
FakeConfig Pair
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConfig ¶
type FakeConfig struct { Key string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` Pairs []*Pair `protobuf:"bytes,2,rep,name=pairs" json:"pairs,omitempty"` }
Testing config resource consisting of a set of key-value pairs
func (*FakeConfig) Descriptor ¶
func (*FakeConfig) Descriptor() ([]byte, []int)
func (*FakeConfig) GetKey ¶
func (m *FakeConfig) GetKey() string
func (*FakeConfig) GetPairs ¶
func (m *FakeConfig) GetPairs() []*Pair
func (*FakeConfig) ProtoMessage ¶
func (*FakeConfig) ProtoMessage()
func (*FakeConfig) Reset ¶
func (m *FakeConfig) Reset()
func (*FakeConfig) String ¶
func (m *FakeConfig) String() string
type Pair ¶
type Pair struct { Key string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` }
func (*Pair) Descriptor ¶
func (*Pair) ProtoMessage ¶
func (*Pair) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.