Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + func MapDescription() (desc *descriptor.FileDescriptorSet) + type FakeMap struct + Entries []*FakeMapEntry + func NewPopulatedFakeMap(r randyMap, easy bool) *FakeMap + func (*FakeMap) Descriptor() ([]byte, []int) + func (*FakeMap) ProtoMessage() + func (m *FakeMap) Reset() + func (m *FakeMap) Size() (n int) + func (this *FakeMap) Description() (desc *descriptor.FileDescriptorSet) + func (this *FakeMap) Equal(that interface{}) bool + func (this *FakeMap) GoString() string + func (this *FakeMap) String() string + func (this *FakeMap) VerboseEqual(that interface{}) error + type FakeMapEntry struct + Key string + Other string + Value string + func NewPopulatedFakeMapEntry(r randyMap, easy bool) *FakeMapEntry + func (*FakeMapEntry) Descriptor() ([]byte, []int) + func (*FakeMapEntry) ProtoMessage() + func (m *FakeMapEntry) Reset() + func (m *FakeMapEntry) Size() (n int) + func (this *FakeMapEntry) Description() (desc *descriptor.FileDescriptorSet) + func (this *FakeMapEntry) Equal(that interface{}) bool + func (this *FakeMapEntry) GoString() string + func (this *FakeMapEntry) String() string + func (this *FakeMapEntry) VerboseEqual(that interface{}) error + type MapTest struct + StrStr map[string]string + func NewPopulatedMapTest(r randyMap, easy bool) *MapTest + func (*MapTest) Descriptor() ([]byte, []int) + func (*MapTest) ProtoMessage() + func (m *MapTest) Reset() + func (m *MapTest) Size() (n int) + func (this *MapTest) Description() (desc *descriptor.FileDescriptorSet) + func (this *MapTest) Equal(that interface{}) bool + func (this *MapTest) GoString() string + func (this *MapTest) String() string + func (this *MapTest) VerboseEqual(that interface{}) error