Documentation ¶
Index ¶
- func MapDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- type FakeMap
- func (this *FakeMap) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*FakeMap) Descriptor() ([]byte, []int)
- func (this *FakeMap) Equal(that interface{}) bool
- func (this *FakeMap) GoString() string
- func (m *FakeMap) IsNil() bool
- func (*FakeMap) ProtoMessage()
- func (m *FakeMap) Reset()
- func (m *FakeMap) SetEntries_(val []*FakeMapEntry)
- func (m *FakeMap) Size() (n int)
- func (this *FakeMap) String() string
- func (this *FakeMap) VerboseEqual(that interface{}) error
- func (m *FakeMap) XXX_DiscardUnknown()
- func (m *FakeMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FakeMap) XXX_Merge(src proto.Message)
- func (m *FakeMap) XXX_Size() int
- func (m *FakeMap) XXX_Unmarshal(b []byte) error
- type FakeMapEntry
- func (this *FakeMapEntry) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*FakeMapEntry) Descriptor() ([]byte, []int)
- func (this *FakeMapEntry) Equal(that interface{}) bool
- func (this *FakeMapEntry) GoString() string
- func (m *FakeMapEntry) IsNil() bool
- func (*FakeMapEntry) ProtoMessage()
- func (m *FakeMapEntry) Reset()
- func (m *FakeMapEntry) SetKey_(val string)
- func (m *FakeMapEntry) SetOther_(val string)
- func (m *FakeMapEntry) SetValue_(val string)
- func (m *FakeMapEntry) Size() (n int)
- func (this *FakeMapEntry) String() string
- func (this *FakeMapEntry) VerboseEqual(that interface{}) error
- func (m *FakeMapEntry) XXX_DiscardUnknown()
- func (m *FakeMapEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FakeMapEntry) XXX_Merge(src proto.Message)
- func (m *FakeMapEntry) XXX_Size() int
- func (m *FakeMapEntry) XXX_Unmarshal(b []byte) error
- type MapTest
- func (this *MapTest) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*MapTest) Descriptor() ([]byte, []int)
- func (this *MapTest) Equal(that interface{}) bool
- func (this *MapTest) GoString() string
- func (m *MapTest) IsNil() bool
- func (*MapTest) ProtoMessage()
- func (m *MapTest) Reset()
- func (m *MapTest) SetStrStr_(val map[string]string)
- func (m *MapTest) Size() (n int)
- func (this *MapTest) String() string
- func (this *MapTest) VerboseEqual(that interface{}) error
- func (m *MapTest) XXX_DiscardUnknown()
- func (m *MapTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MapTest) XXX_Merge(src proto.Message)
- func (m *MapTest) XXX_Size() int
- func (m *MapTest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapDescription ¶ added in v1.4.9
func MapDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
Types ¶
type FakeMap ¶ added in v1.4.9
type FakeMap struct { Entries []*FakeMapEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedFakeMap ¶ added in v1.4.9
func (*FakeMap) Description ¶ added in v1.4.9
func (this *FakeMap) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*FakeMap) Descriptor ¶ added in v1.4.9
func (*FakeMap) ProtoMessage ¶ added in v1.4.9
func (*FakeMap) ProtoMessage()
func (*FakeMap) SetEntries_ ¶ added in v1.4.9
func (m *FakeMap) SetEntries_(val []*FakeMapEntry)
func (*FakeMap) VerboseEqual ¶ added in v1.4.9
func (*FakeMap) XXX_DiscardUnknown ¶ added in v1.4.9
func (m *FakeMap) XXX_DiscardUnknown()
func (*FakeMap) XXX_Marshal ¶ added in v1.4.9
func (*FakeMap) XXX_Unmarshal ¶ added in v1.4.9
type FakeMapEntry ¶ added in v1.4.9
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedFakeMapEntry ¶ added in v1.4.9
func NewPopulatedFakeMapEntry(r randyMap, easy bool) *FakeMapEntry
func (*FakeMapEntry) Description ¶ added in v1.4.9
func (this *FakeMapEntry) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*FakeMapEntry) Descriptor ¶ added in v1.4.9
func (*FakeMapEntry) Descriptor() ([]byte, []int)
func (*FakeMapEntry) Equal ¶ added in v1.4.9
func (this *FakeMapEntry) Equal(that interface{}) bool
func (*FakeMapEntry) GoString ¶ added in v1.4.9
func (this *FakeMapEntry) GoString() string
func (*FakeMapEntry) IsNil ¶ added in v1.4.9
func (m *FakeMapEntry) IsNil() bool
func (*FakeMapEntry) ProtoMessage ¶ added in v1.4.9
func (*FakeMapEntry) ProtoMessage()
func (*FakeMapEntry) Reset ¶ added in v1.4.9
func (m *FakeMapEntry) Reset()
func (*FakeMapEntry) SetKey_ ¶ added in v1.4.9
func (m *FakeMapEntry) SetKey_(val string)
func (*FakeMapEntry) SetOther_ ¶ added in v1.4.9
func (m *FakeMapEntry) SetOther_(val string)
func (*FakeMapEntry) SetValue_ ¶ added in v1.4.9
func (m *FakeMapEntry) SetValue_(val string)
func (*FakeMapEntry) Size ¶ added in v1.4.9
func (m *FakeMapEntry) Size() (n int)
func (*FakeMapEntry) String ¶ added in v1.4.9
func (this *FakeMapEntry) String() string
func (*FakeMapEntry) VerboseEqual ¶ added in v1.4.9
func (this *FakeMapEntry) VerboseEqual(that interface{}) error
func (*FakeMapEntry) XXX_DiscardUnknown ¶ added in v1.4.9
func (m *FakeMapEntry) XXX_DiscardUnknown()
func (*FakeMapEntry) XXX_Marshal ¶ added in v1.4.9
func (m *FakeMapEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FakeMapEntry) XXX_Merge ¶ added in v1.4.9
func (m *FakeMapEntry) XXX_Merge(src proto.Message)
func (*FakeMapEntry) XXX_Size ¶ added in v1.4.9
func (m *FakeMapEntry) XXX_Size() int
func (*FakeMapEntry) XXX_Unmarshal ¶ added in v1.4.9
func (m *FakeMapEntry) XXX_Unmarshal(b []byte) error
type MapTest ¶
type MapTest struct { StrStr map[string]string `` /* 167-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedMapTest ¶ added in v1.4.9
func (*MapTest) Description ¶ added in v1.4.9
func (this *MapTest) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*MapTest) Descriptor ¶
func (*MapTest) ProtoMessage ¶
func (*MapTest) ProtoMessage()
func (*MapTest) SetStrStr_ ¶ added in v1.4.9
func (*MapTest) VerboseEqual ¶ added in v1.4.9
func (*MapTest) XXX_DiscardUnknown ¶ added in v1.4.9
func (m *MapTest) XXX_DiscardUnknown()
func (*MapTest) XXX_Marshal ¶ added in v1.4.9
func (*MapTest) XXX_Unmarshal ¶ added in v1.4.9
Click to show internal directories.
Click to hide internal directories.