Documentation ¶
Index ¶
- type LogMessage
- func (*LogMessage) Descriptor() ([]byte, []int)
- func (m *LogMessage) GetCmdStatus() string
- func (m *LogMessage) GetCmdType() string
- func (m *LogMessage) GetDeployId() int32
- func (m *LogMessage) GetDeployStatus() string
- func (m *LogMessage) GetHosts() string
- func (m *LogMessage) GetMessage() string
- func (m *LogMessage) GetTime() int64
- func (*LogMessage) ProtoMessage()
- func (m *LogMessage) Reset()
- func (m *LogMessage) String() string
- func (m *LogMessage) XXX_DiscardUnknown()
- func (m *LogMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LogMessage) XXX_Merge(src proto.Message)
- func (m *LogMessage) XXX_Size() int
- func (m *LogMessage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogMessage ¶
type LogMessage struct { DeployId int32 `protobuf:"varint,1,opt,name=deploy_id,json=deployId,proto3" json:"deploy_id,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` CmdStatus string `protobuf:"bytes,4,opt,name=cmd_status,json=cmdStatus,proto3" json:"cmd_status,omitempty"` CmdType string `protobuf:"bytes,5,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"` DeployStatus string `protobuf:"bytes,6,opt,name=deploy_status,json=deployStatus,proto3" json:"deploy_status,omitempty"` Hosts string `protobuf:"bytes,7,opt,name=hosts,proto3" json:"hosts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogMessage) Descriptor ¶
func (*LogMessage) Descriptor() ([]byte, []int)
func (*LogMessage) GetCmdStatus ¶
func (m *LogMessage) GetCmdStatus() string
func (*LogMessage) GetCmdType ¶
func (m *LogMessage) GetCmdType() string
func (*LogMessage) GetDeployId ¶
func (m *LogMessage) GetDeployId() int32
func (*LogMessage) GetDeployStatus ¶
func (m *LogMessage) GetDeployStatus() string
func (*LogMessage) GetHosts ¶
func (m *LogMessage) GetHosts() string
func (*LogMessage) GetMessage ¶
func (m *LogMessage) GetMessage() string
func (*LogMessage) GetTime ¶
func (m *LogMessage) GetTime() int64
func (*LogMessage) ProtoMessage ¶
func (*LogMessage) ProtoMessage()
func (*LogMessage) Reset ¶
func (m *LogMessage) Reset()
func (*LogMessage) String ¶
func (m *LogMessage) String() string
func (*LogMessage) XXX_DiscardUnknown ¶
func (m *LogMessage) XXX_DiscardUnknown()
func (*LogMessage) XXX_Marshal ¶
func (m *LogMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogMessage) XXX_Merge ¶
func (dst *LogMessage) XXX_Merge(src proto.Message)
func (*LogMessage) XXX_Size ¶
func (m *LogMessage) XXX_Size() int
func (*LogMessage) XXX_Unmarshal ¶
func (m *LogMessage) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.