proto

package
v0.0.0-...-d8a8f93 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

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) Descriptor() ([]byte, []int)

func (*Pair) GetKey

func (m *Pair) GetKey() string

func (*Pair) GetValue

func (m *Pair) GetValue() string

func (*Pair) ProtoMessage

func (*Pair) ProtoMessage()

func (*Pair) Reset

func (m *Pair) Reset()

func (*Pair) String

func (m *Pair) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL