Documentation ¶
Index ¶
- Variables
- type UUID
- func (*UUID) Descriptor() ([]byte, []int)
- func (this *UUID) Equal(that interface{}) bool
- func (m *UUID) GetHighBits() uint64
- func (m *UUID) GetLowBits() uint64
- func (this *UUID) GoString() string
- func (m *UUID) Marshal() (dAtA []byte, err error)
- func (m *UUID) MarshalTo(dAtA []byte) (int, error)
- func (m *UUID) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UUID) ProtoMessage()
- func (m *UUID) Reset()
- func (m *UUID) Size() (n int)
- func (this *UUID) String() string
- func (m *UUID) Unmarshal(dAtA []byte) error
- func (m *UUID) XXX_DiscardUnknown()
- func (m *UUID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UUID) XXX_Merge(src proto.Message)
- func (m *UUID) XXX_Size() int
- func (m *UUID) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID struct { HighBits uint64 `protobuf:"varint,2,opt,name=high_bits,json=highBits,proto3" json:"high_bits,omitempty"` LowBits uint64 `protobuf:"varint,3,opt,name=low_bits,json=lowBits,proto3" json:"low_bits,omitempty"` }
func (*UUID) Descriptor ¶
func (*UUID) GetHighBits ¶
func (*UUID) GetLowBits ¶
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) XXX_DiscardUnknown ¶
func (m *UUID) XXX_DiscardUnknown()
func (*UUID) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.