Documentation ¶
Overview ¶
Package archival contains data formats used for archival.
Index ¶
- Variables
- func NewFailedOperation(err error) *string
- func NewFailure(err error) *string
- type DNSAnswerEntry
- type DNSQueryEntry
- type ExtSpec
- type HTTPBody
- type HTTPHeader
- type HTTPRequest
- type HTTPResponse
- type MaybeBinaryValue
- type NetworkEvent
- type RequestEntry
- type TCPConnectEntry
- type TCPConnectStatus
- type TLSHandshake
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ExtDNS = model.ArchivalExtDNS ExtNetevents = model.ArchivalExtNetevents ExtHTTP = model.ArchivalExtHTTP ExtTCPConnect = model.ArchivalExtTCPConnect ExtTLSHandshake = model.ArchivalExtTLSHandshake ExtTunnel = model.ArchivalExtTunnel )
Compatibility variables
Functions ¶
func NewFailedOperation ¶
NewFailedOperation creates a failed operation string from the given error.
func NewFailure ¶
NewFailure creates a failure nullable string from the given error
Types ¶
type DNSQueryEntry ¶
type DNSQueryEntry = model.ArchivalDNSLookupResult
Compatibility types
func NewDNSQueriesList ¶
func NewDNSQueriesList(begin time.Time, events []trace.Event) []DNSQueryEntry
NewDNSQueriesList returns a list of DNS queries.
type NetworkEvent ¶
type NetworkEvent = model.ArchivalNetworkEvent
Compatibility types
func NewNetworkEventsList ¶
func NewNetworkEventsList(begin time.Time, events []trace.Event) []NetworkEvent
NewNetworkEventsList returns a list of DNS queries.
type RequestEntry ¶
type RequestEntry = model.ArchivalHTTPRequestResult
Compatibility types
func NewRequestList ¶
func NewRequestList(begin time.Time, events []trace.Event) []RequestEntry
NewRequestList returns the list for "requests"
type TCPConnectEntry ¶
type TCPConnectEntry = model.ArchivalTCPConnectResult
Compatibility types
func NewTCPConnectList ¶
func NewTCPConnectList(begin time.Time, events []trace.Event) []TCPConnectEntry
NewTCPConnectList creates a new TCPConnectList
type TLSHandshake ¶
type TLSHandshake = model.ArchivalTLSOrQUICHandshakeResult
Compatibility types
func NewTLSHandshakesList ¶
func NewTLSHandshakesList(begin time.Time, events []trace.Event) []TLSHandshake
NewTLSHandshakesList creates a new TLSHandshakesList
Click to show internal directories.
Click to hide internal directories.