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