Versions in this module Expand all Collapse all v0 v0.1.2 Oct 1, 2015 v0.1.1 Aug 20, 2015 Changes in this version + var InspectorMsgReq_Event_Type_name = map[int32]string + var InspectorMsgReq_Event_Type_value = map[string]int32 + var InspectorMsgReq_Type_name = map[int32]string + var InspectorMsgReq_Type_value = map[string]int32 + var InspectorMsgRsp_Result_name = map[int32]string + var InspectorMsgRsp_Result_value = map[string]int32 + type InspectorMsgReq struct + EntityId *string + Event *InspectorMsgReq_Event + GaMsgId *int32 + HasJavaSpecificFields *int32 + Initiation *InspectorMsgReq_Initiation + JavaSpecificFields *InspectorMsgReq_JavaSpecificFields + MsgId *int32 + Pid *int32 + Tid *int32 + Type *InspectorMsgReq_Type + XXX_unrecognized []byte + func (*InspectorMsgReq) ProtoMessage() + func (m *InspectorMsgReq) GetEntityId() string + func (m *InspectorMsgReq) GetEvent() *InspectorMsgReq_Event + func (m *InspectorMsgReq) GetGaMsgId() int32 + func (m *InspectorMsgReq) GetHasJavaSpecificFields() int32 + func (m *InspectorMsgReq) GetInitiation() *InspectorMsgReq_Initiation + func (m *InspectorMsgReq) GetJavaSpecificFields() *InspectorMsgReq_JavaSpecificFields + func (m *InspectorMsgReq) GetMsgId() int32 + func (m *InspectorMsgReq) GetPid() int32 + func (m *InspectorMsgReq) GetTid() int32 + func (m *InspectorMsgReq) GetType() InspectorMsgReq_Type + func (m *InspectorMsgReq) Reset() + func (m *InspectorMsgReq) String() string + type InspectorMsgReq_Event struct + Exit *InspectorMsgReq_Event_Exit + FuncCall *InspectorMsgReq_Event_FuncCall + FuncReturn *InspectorMsgReq_Event_FuncReturn + Type *InspectorMsgReq_Event_Type + XXX_unrecognized []byte + func (*InspectorMsgReq_Event) ProtoMessage() + func (m *InspectorMsgReq_Event) GetExit() *InspectorMsgReq_Event_Exit + func (m *InspectorMsgReq_Event) GetFuncCall() *InspectorMsgReq_Event_FuncCall + func (m *InspectorMsgReq_Event) GetFuncReturn() *InspectorMsgReq_Event_FuncReturn + func (m *InspectorMsgReq_Event) GetType() InspectorMsgReq_Event_Type + func (m *InspectorMsgReq_Event) Reset() + func (m *InspectorMsgReq_Event) String() string + type InspectorMsgReq_Event_Exit struct + ExitCode *int32 + XXX_unrecognized []byte + func (*InspectorMsgReq_Event_Exit) ProtoMessage() + func (m *InspectorMsgReq_Event_Exit) GetExitCode() int32 + func (m *InspectorMsgReq_Event_Exit) Reset() + func (m *InspectorMsgReq_Event_Exit) String() string + type InspectorMsgReq_Event_FuncCall struct + Name *string + XXX_unrecognized []byte + func (*InspectorMsgReq_Event_FuncCall) ProtoMessage() + func (m *InspectorMsgReq_Event_FuncCall) GetName() string + func (m *InspectorMsgReq_Event_FuncCall) Reset() + func (m *InspectorMsgReq_Event_FuncCall) String() string + type InspectorMsgReq_Event_FuncReturn struct + Name *string + XXX_unrecognized []byte + func (*InspectorMsgReq_Event_FuncReturn) ProtoMessage() + func (m *InspectorMsgReq_Event_FuncReturn) GetName() string + func (m *InspectorMsgReq_Event_FuncReturn) Reset() + func (m *InspectorMsgReq_Event_FuncReturn) String() string + type InspectorMsgReq_Event_Type int32 + const InspectorMsgReq_Event_EXIT + const InspectorMsgReq_Event_FUNC_CALL + const InspectorMsgReq_Event_FUNC_RETURN + func (x *InspectorMsgReq_Event_Type) UnmarshalJSON(data []byte) error + func (x InspectorMsgReq_Event_Type) Enum() *InspectorMsgReq_Event_Type + func (x InspectorMsgReq_Event_Type) String() string + type InspectorMsgReq_Initiation struct + EntityId *string + XXX_unrecognized []byte + func (*InspectorMsgReq_Initiation) ProtoMessage() + func (m *InspectorMsgReq_Initiation) GetEntityId() string + func (m *InspectorMsgReq_Initiation) Reset() + func (m *InspectorMsgReq_Initiation) String() string + type InspectorMsgReq_JavaSpecificFields struct + NrParams *int32 + NrStackTraceElements *int32 + Params []*InspectorMsgReq_JavaSpecificFields_Params + StackTraceElements []*InspectorMsgReq_JavaSpecificFields_StackTraceElement + ThreadName *string + XXX_unrecognized []byte + func (*InspectorMsgReq_JavaSpecificFields) ProtoMessage() + func (m *InspectorMsgReq_JavaSpecificFields) GetNrParams() int32 + func (m *InspectorMsgReq_JavaSpecificFields) GetNrStackTraceElements() int32 + func (m *InspectorMsgReq_JavaSpecificFields) GetParams() []*InspectorMsgReq_JavaSpecificFields_Params + func (m *InspectorMsgReq_JavaSpecificFields) GetStackTraceElements() []*InspectorMsgReq_JavaSpecificFields_StackTraceElement + func (m *InspectorMsgReq_JavaSpecificFields) GetThreadName() string + func (m *InspectorMsgReq_JavaSpecificFields) Reset() + func (m *InspectorMsgReq_JavaSpecificFields) String() string + type InspectorMsgReq_JavaSpecificFields_Params struct + Name *string + Value *string + XXX_unrecognized []byte + func (*InspectorMsgReq_JavaSpecificFields_Params) ProtoMessage() + func (m *InspectorMsgReq_JavaSpecificFields_Params) GetName() string + func (m *InspectorMsgReq_JavaSpecificFields_Params) GetValue() string + func (m *InspectorMsgReq_JavaSpecificFields_Params) Reset() + func (m *InspectorMsgReq_JavaSpecificFields_Params) String() string + type InspectorMsgReq_JavaSpecificFields_StackTraceElement struct + ClassName *string + FileName *string + LineNumber *int32 + MethodName *string + XXX_unrecognized []byte + func (*InspectorMsgReq_JavaSpecificFields_StackTraceElement) ProtoMessage() + func (m *InspectorMsgReq_JavaSpecificFields_StackTraceElement) GetClassName() string + func (m *InspectorMsgReq_JavaSpecificFields_StackTraceElement) GetFileName() string + func (m *InspectorMsgReq_JavaSpecificFields_StackTraceElement) GetLineNumber() int32 + func (m *InspectorMsgReq_JavaSpecificFields_StackTraceElement) GetMethodName() string + func (m *InspectorMsgReq_JavaSpecificFields_StackTraceElement) Reset() + func (m *InspectorMsgReq_JavaSpecificFields_StackTraceElement) String() string + type InspectorMsgReq_Type int32 + const InspectorMsgReq_EVENT + const InspectorMsgReq_INITIATION + func (x *InspectorMsgReq_Type) UnmarshalJSON(data []byte) error + func (x InspectorMsgReq_Type) Enum() *InspectorMsgReq_Type + func (x InspectorMsgReq_Type) String() string + type InspectorMsgRsp struct + GaMsgId *int32 + MsgId *int32 + Res *InspectorMsgRsp_Result + XXX_unrecognized []byte + func (*InspectorMsgRsp) ProtoMessage() + func (m *InspectorMsgRsp) GetGaMsgId() int32 + func (m *InspectorMsgRsp) GetMsgId() int32 + func (m *InspectorMsgRsp) GetRes() InspectorMsgRsp_Result + func (m *InspectorMsgRsp) Reset() + func (m *InspectorMsgRsp) String() string + type InspectorMsgRsp_Result int32 + const InspectorMsgRsp_ACK + const InspectorMsgRsp_END + const InspectorMsgRsp_ERROR + func (x *InspectorMsgRsp_Result) UnmarshalJSON(data []byte) error + func (x InspectorMsgRsp_Result) Enum() *InspectorMsgRsp_Result + func (x InspectorMsgRsp_Result) String() string + type PBInspectorHandler struct + func NewPBInspectorHanlder(config *Config) *PBInspectorHandler + func (handler *PBInspectorHandler) StartAccept(readyEntityCh chan *TransitionEntity)