Documentation ¶
Overview ¶
Package importduplicate is a generated protocol buffer package.
It is generated from these files:
importduplicate.proto
It has these top-level messages:
MapAndSortKeys
Index ¶
- type MapAndSortKeys
- func (*MapAndSortKeys) Descriptor() ([]byte, []int)
- func (this *MapAndSortKeys) Equal(that interface{}) bool
- func (m *MapAndSortKeys) GetKey() *sortkeys.Object
- func (m *MapAndSortKeys) GetKeyValue() map[int32]string
- func (m *MapAndSortKeys) GetValue() *proto1.Subject
- func (this *MapAndSortKeys) GoString() string
- func (*MapAndSortKeys) ProtoMessage()
- func (m *MapAndSortKeys) Reset()
- func (m *MapAndSortKeys) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapAndSortKeys ¶
type MapAndSortKeys struct { Key *sortkeys.Object `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` KeyValue map[int32]string `` /* 151-byte string literal not displayed */ Value *proto1.Subject `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"` }
func NewPopulatedMapAndSortKeys ¶
func NewPopulatedMapAndSortKeys(r randyImportduplicate, easy bool) *MapAndSortKeys
func (*MapAndSortKeys) Descriptor ¶
func (*MapAndSortKeys) Descriptor() ([]byte, []int)
func (*MapAndSortKeys) Equal ¶
func (this *MapAndSortKeys) Equal(that interface{}) bool
func (*MapAndSortKeys) GetKey ¶
func (m *MapAndSortKeys) GetKey() *sortkeys.Object
func (*MapAndSortKeys) GetKeyValue ¶
func (m *MapAndSortKeys) GetKeyValue() map[int32]string
func (*MapAndSortKeys) GetValue ¶
func (m *MapAndSortKeys) GetValue() *proto1.Subject
func (*MapAndSortKeys) GoString ¶
func (this *MapAndSortKeys) GoString() string
func (*MapAndSortKeys) ProtoMessage ¶
func (*MapAndSortKeys) ProtoMessage()
func (*MapAndSortKeys) Reset ¶
func (m *MapAndSortKeys) Reset()
func (*MapAndSortKeys) String ¶
func (m *MapAndSortKeys) String() string
Click to show internal directories.
Click to hide internal directories.