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