 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package diagnostics_pb is a generated protocol buffer package.
It is generated from these files:
diagnostics.proto
It has these top-level messages:
Message
Index ¶
- type Message
- func (m *Message) GetData() []byte
- func (m *Message) GetDiagID() string
- func (m *Message) GetTimeout() int64
- func (m *Message) GetTimeoutDuration() time.Duration
- func (*Message) ProtoMessage()
- func (m *Message) Reset()
- func (m *Message) SetTimeoutDuration(t time.Duration)
- func (m *Message) String() string
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
	DiagID           *string `protobuf:"bytes,1,req" json:"DiagID,omitempty"`
	Data             []byte  `protobuf:"bytes,2,opt" json:"Data,omitempty"`
	Timeout          *int64  `protobuf:"varint,3,opt" json:"Timeout,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}
    func (*Message) GetTimeout ¶
func (*Message) GetTimeoutDuration ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) SetTimeoutDuration ¶
 Click to show internal directories. 
   Click to hide internal directories.