Documentation ¶
Index ¶
- type IdMessage
- func (*IdMessage) Descriptor() ([]byte, []int)
- func (m *IdMessage) GetUuid() string
- func (*IdMessage) ProtoMessage()
- func (m *IdMessage) Reset()
- func (m *IdMessage) String() string
- func (m *IdMessage) XXX_DiscardUnknown()
- func (m *IdMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IdMessage) XXX_Merge(src proto.Message)
- func (m *IdMessage) XXX_Size() int
- func (m *IdMessage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdMessage ¶
type IdMessage struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IdMessage) Descriptor ¶
func (*IdMessage) ProtoMessage ¶
func (*IdMessage) ProtoMessage()
func (*IdMessage) XXX_DiscardUnknown ¶
func (m *IdMessage) XXX_DiscardUnknown()
func (*IdMessage) XXX_Marshal ¶
func (*IdMessage) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.