Documentation
¶
Overview ¶
Package bench is a generated protocol buffer package.
It is generated from these files:
msgs.proto
It has these top-level messages:
Event EventResponse
Index ¶
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetData() map[string]string
- func (m *Event) GetStrdata() string
- func (m *Event) GetTimestamp() string
- func (m *Event) GetType() int32
- func (m *Event) GetUser() string
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- type EventResponse
- func (*EventResponse) Descriptor() ([]byte, []int)
- func (m *EventResponse) GetData() map[string]string
- func (m *EventResponse) GetId() string
- func (m *EventResponse) GetStrdata() string
- func (m *EventResponse) GetTimestamp() string
- func (m *EventResponse) GetUserID() int32
- func (*EventResponse) ProtoMessage()
- func (m *EventResponse) Reset()
- func (m *EventResponse) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Timestamp string `protobuf:"bytes,1,opt,name=timestamp" json:"timestamp,omitempty"`
User string `protobuf:"bytes,2,opt,name=user" json:"user,omitempty"`
Type int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"`
Strdata string `protobuf:"bytes,4,opt,name=strdata" json:"strdata,omitempty"`
Data map[string]string `` /* 128-byte string literal not displayed */
}
func (*Event) Descriptor ¶
func (*Event) GetStrdata ¶
func (*Event) GetTimestamp ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
type EventResponse ¶
type EventResponse struct {
Timestamp string `protobuf:"bytes,1,opt,name=timestamp" json:"timestamp,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
Strdata string `protobuf:"bytes,3,opt,name=strdata" json:"strdata,omitempty"`
UserID int32 `protobuf:"varint,4,opt,name=userID" json:"userID,omitempty"`
Data map[string]string `` /* 128-byte string literal not displayed */
}
func (*EventResponse) Descriptor ¶
func (*EventResponse) Descriptor() ([]byte, []int)
func (*EventResponse) GetData ¶
func (m *EventResponse) GetData() map[string]string
func (*EventResponse) GetId ¶
func (m *EventResponse) GetId() string
func (*EventResponse) GetStrdata ¶
func (m *EventResponse) GetStrdata() string
func (*EventResponse) GetTimestamp ¶
func (m *EventResponse) GetTimestamp() string
func (*EventResponse) GetUserID ¶
func (m *EventResponse) GetUserID() int32
func (*EventResponse) ProtoMessage ¶
func (*EventResponse) ProtoMessage()
func (*EventResponse) Reset ¶
func (m *EventResponse) Reset()
func (*EventResponse) String ¶
func (m *EventResponse) String() string
Click to show internal directories.
Click to hide internal directories.