Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Display ¶
type Display struct {
// contains filtered or unexported fields
}
func NewDisplay ¶
type MsgStatus ¶
type MsgStatus struct {
Type string `json:"type"`
StartTime nano.Ts `json:"start_time"`
UpdateTime nano.Ts `json:"update_time"`
PcapTotalSize int64 `json:"pcap_total_size"`
PcapReadSize int64 `json:"pcap_read_size"`
RecordsWritten int64 `json:"records_written"`
WarningsCount int32 `json:"-"`
Span *nano.Span `json:"span,omitempty"`
}
func (MsgStatus) Completion ¶
type MsgWarning ¶
Click to show internal directories.
Click to hide internal directories.