# Constants
EventGetHit is a successful data retrieval that returned data.
EventGetMiss is a data retrieval that did not result in data.
EventUnknown is an unhandled event.
FieldEndOfFields is a dummy value to use as the endpoint of an iteration.
No description provided by the author
FieldNone is a mask representing the empty set of Event fields.
No description provided by the author
IntFields is a mask identifying the set of fields that can be viewed as integers, and are viable targets for aggregation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Consumer is a generic reader of a datastore conversation.
No description provided by the author
Event is a single event in a datastore conversation.
# Interfaces
ConsumerSource buffers tcpassembly.Stream data and exposes it as a closeable Reader.
Fsm is a finite-state machine that parses network traffic from a Consumer and produces events to that Consumer.
Reader represents a subset of the bufio.Reader interface.
# Type aliases
ClientStream is a view on a Consumer that consumes tcpassembly data from the client.
EventFieldMask efficiently identifies a field or set of fields in an Event.
EventHandler consumes a batch of events.
EventType described what sort of event has occurred.
No description provided by the author
ServerStream is a view on a Consumer that consumes tcpassembly data from the server.