# README
Package integration contains integration tests for the collector.
The directory is structured as follows:
- server/: simple server receiving traffic sent from the collector for integration testing.
- client.go: simple client for testing TCP connections.
- data.go: data structures and utility functions for test data generation and validation.
- defaults.go: default values for various testing parameters.
- integration.go: general utility functions.
- options.go: configurable options for tuning test parameters.
- setup.go: general initialization logic for test setup.
- *_test.go: integration tests.
# Packages
No description provided by the author