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() ([]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 (m *IdMessage) XXX_Merge(src proto.Message)
func (m *IdMessage) XXX_Size() int
func (m *IdMessage) XXX_Unmarshal(b []byte) error