Documentation ¶
Overview ¶
Package business is a generated protocol buffer package.
It is generated from these files:
business.proto
It has these top-level messages:
Command
Package business is a generated protocol buffer package.
It is generated from these files:
business.proto
It has these top-level messages:
Command
Index ¶
- type Command
- func (m *Command) GetGroupid() uint64
- func (m *Command) GetMessage() []string
- func (m *Command) GetResult() uint32
- func (m *Command) GetResultDescription() string
- func (m *Command) GetSender() uint32
- func (m *Command) GetTimestamp() []string
- func (m *Command) GetUid() []uint64
- func (*Command) ProtoMessage()
- func (m *Command) Reset()
- func (m *Command) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Sender *uint32 `protobuf:"varint,1,req,name=sender" json:"sender,omitempty"` Uid []uint64 `protobuf:"varint,2,rep,name=uid" json:"uid,omitempty"` Groupid *uint64 `protobuf:"varint,3,opt,name=groupid" json:"groupid,omitempty"` Message []string `protobuf:"bytes,4,rep,name=message" json:"message,omitempty"` Result *uint32 `protobuf:"varint,5,opt,name=result" json:"result,omitempty"` ResultDescription *string `protobuf:"bytes,6,opt,name=resultDescription" json:"resultDescription,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Command) GetGroupid ¶
func (m *Command) GetGroupid() uint64
func (*Command) GetMessage ¶
func (m *Command) GetMessage() []string
func (*Command) GetResultDescription ¶
func (m *Command) GetResultDescription() string
func (*Command) GetTimestamp ¶
func (m *Command) GetTimestamp() []string
func (*Command) ProtoMessage ¶
func (*Command) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.