import "istio.io/istio/pkg/test/config"
Package test is a generated protocol buffer package.
It is generated from these files:
mock_config.proto
It has these top-level messages:
MockConfig ConfigPair
var ( ErrInvalidLengthMockConfig = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMockConfig = fmt.Errorf("proto: integer overflow") )
type ConfigPair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` }
func (*ConfigPair) Descriptor() ([]byte, []int)
func (m *ConfigPair) GetKey() string
func (m *ConfigPair) GetValue() string
func (m *ConfigPair) Marshal() (dAtA []byte, err error)
func (m *ConfigPair) MarshalTo(dAtA []byte) (int, error)
func (*ConfigPair) ProtoMessage()
func (m *ConfigPair) Reset()
func (m *ConfigPair) Size() (n int)
func (m *ConfigPair) String() string
func (m *ConfigPair) Unmarshal(dAtA []byte) error
type MockConfig struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Pairs []*ConfigPair `protobuf:"bytes,2,rep,name=pairs" json:"pairs,omitempty"` }
func (*MockConfig) Descriptor() ([]byte, []int)
func (m *MockConfig) GetKey() string
func (m *MockConfig) GetPairs() []*ConfigPair
func (m *MockConfig) Marshal() (dAtA []byte, err error)
func (m *MockConfig) MarshalTo(dAtA []byte) (int, error)
func (*MockConfig) ProtoMessage()
func (m *MockConfig) Reset()
func (m *MockConfig) Size() (n int)
func (m *MockConfig) String() string
func (m *MockConfig) Unmarshal(dAtA []byte) error
Package config imports 4 packages (graph) and is imported by 3 packages. Updated 2020-10-05. Refresh now. Tools for package owners.