Documentation ¶
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
- func (m *MapAndSortKeys) XXX_DiscardUnknown()
- func (m *MapAndSortKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MapAndSortKeys) XXX_Merge(src proto.Message)
- func (m *MapAndSortKeys) XXX_Size() int
- func (m *MapAndSortKeys) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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
func (*MapAndSortKeys) XXX_DiscardUnknown ¶ added in v1.1.1
func (m *MapAndSortKeys) XXX_DiscardUnknown()
func (*MapAndSortKeys) XXX_Marshal ¶ added in v1.1.1
func (m *MapAndSortKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MapAndSortKeys) XXX_Merge ¶ added in v1.1.1
func (dst *MapAndSortKeys) XXX_Merge(src proto.Message)
func (*MapAndSortKeys) XXX_Size ¶ added in v1.1.1
func (m *MapAndSortKeys) XXX_Size() int
func (*MapAndSortKeys) XXX_Unmarshal ¶ added in v1.1.1
func (m *MapAndSortKeys) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.