package
Version:
v1.18.0
Opens a new window with list of versions in this module.
Published: Sep 23, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MsgStatus struct {
Type string `json:"type"`
Ts nano.Ts `json:"ts"`
PcapReadSize int64 `json:"pcap_read_size"`
PcapTotalSize int64 `json:"pcap_total_size"`
Span *nano.Span `json:"span,omitempty"`
ValuesWritten int64 `json:"values_written"`
}
type MsgWarning struct {
Type string `json:"type"`
Warning string `json:"warning"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.