Documentation ¶
Overview ¶
Package mapdefaults is a generated protocol buffer package.
It is generated from these files:
combos/neither/map.proto
It has these top-level messages:
MapTest FakeMap FakeMapEntry
Index ¶
- func MapDescription() (desc *descriptor.FileDescriptorSet)
- type FakeMap
- func (this *FakeMap) Description() (desc *descriptor.FileDescriptorSet)
- func (*FakeMap) Descriptor() ([]byte, []int)
- func (this *FakeMap) Equal(that interface{}) bool
- func (this *FakeMap) GoString() string
- func (*FakeMap) ProtoMessage()
- func (m *FakeMap) Reset()
- func (m *FakeMap) Size() (n int)
- func (this *FakeMap) String() string
- func (this *FakeMap) VerboseEqual(that interface{}) error
- type FakeMapEntry
- func (this *FakeMapEntry) Description() (desc *descriptor.FileDescriptorSet)
- func (*FakeMapEntry) Descriptor() ([]byte, []int)
- func (this *FakeMapEntry) Equal(that interface{}) bool
- func (this *FakeMapEntry) GoString() string
- func (*FakeMapEntry) ProtoMessage()
- func (m *FakeMapEntry) Reset()
- func (m *FakeMapEntry) Size() (n int)
- func (this *FakeMapEntry) String() string
- func (this *FakeMapEntry) VerboseEqual(that interface{}) error
- type MapTest
- func (this *MapTest) Description() (desc *descriptor.FileDescriptorSet)
- func (*MapTest) Descriptor() ([]byte, []int)
- func (this *MapTest) Equal(that interface{}) bool
- func (this *MapTest) GoString() string
- func (*MapTest) ProtoMessage()
- func (m *MapTest) Reset()
- func (m *MapTest) Size() (n int)
- func (this *MapTest) String() string
- func (this *MapTest) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapDescription ¶
func MapDescription() (desc *descriptor.FileDescriptorSet)
Types ¶
type FakeMap ¶
type FakeMap struct {
Entries []*FakeMapEntry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
}
func NewPopulatedFakeMap ¶
func (*FakeMap) Description ¶
func (this *FakeMap) Description() (desc *descriptor.FileDescriptorSet)
func (*FakeMap) Descriptor ¶
func (*FakeMap) ProtoMessage ¶
func (*FakeMap) ProtoMessage()
func (*FakeMap) VerboseEqual ¶
type FakeMapEntry ¶
type FakeMapEntry 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"` Other string `protobuf:"bytes,3,opt,name=other,proto3" json:"other,omitempty"` }
func NewPopulatedFakeMapEntry ¶
func NewPopulatedFakeMapEntry(r randyMap, easy bool) *FakeMapEntry
func (*FakeMapEntry) Description ¶
func (this *FakeMapEntry) Description() (desc *descriptor.FileDescriptorSet)
func (*FakeMapEntry) Descriptor ¶
func (*FakeMapEntry) Descriptor() ([]byte, []int)
func (*FakeMapEntry) Equal ¶
func (this *FakeMapEntry) Equal(that interface{}) bool
func (*FakeMapEntry) GoString ¶
func (this *FakeMapEntry) GoString() string
func (*FakeMapEntry) ProtoMessage ¶
func (*FakeMapEntry) ProtoMessage()
func (*FakeMapEntry) Reset ¶
func (m *FakeMapEntry) Reset()
func (*FakeMapEntry) Size ¶
func (m *FakeMapEntry) Size() (n int)
func (*FakeMapEntry) String ¶
func (this *FakeMapEntry) String() string
func (*FakeMapEntry) VerboseEqual ¶
func (this *FakeMapEntry) VerboseEqual(that interface{}) error
type MapTest ¶
func NewPopulatedMapTest ¶
func (*MapTest) Description ¶
func (this *MapTest) Description() (desc *descriptor.FileDescriptorSet)
func (*MapTest) Descriptor ¶
func (*MapTest) ProtoMessage ¶
func (*MapTest) ProtoMessage()
func (*MapTest) VerboseEqual ¶
Click to show internal directories.
Click to hide internal directories.