Discover Packages
github.com/ghetzel/styx
internal
tracing
package
Version:
v0.0.0-...-013a1ee
Opens a new window with list of versions in this module.
Published: Mar 7, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package tracing provides tracing of sent and received 9P
messages.
Decoder creates a new styxproto.Decoder that traces messages
received on r.
Encoder creates a new styxproto.Encoder that traces messages
before writing them to w.
A Func can be used to access 9P messages as they
pass through a styxproto.Encoder or a styxproto.Decoder.
Messages are not copied; a TraceFn should not modify
msg, and msg should not be accessed after the TraceFn
returns.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.