package
0.0.0-20190628175900-6f38d97d2d5c
Repository: https://github.com/google/nel-collector.git
Documentation: pkg.go.dev

# Functions

GetPayloadNames returns the PayloadNames of any input files found in a particular directory.
NewSimulatedClock returns a new SimulatedClock last initially reports the Unix expoch (midnight January 1, 1970) as the current time.
NewTestConfigPipeline constructs a new Pipeline from the contents of a TOML configuration string.

# Structs

DefaultTestdataLoader looks for test and golden data files in `testdata` directories in the source packages being tested.
EncodeBatchAsResult is a pipeline processor that saves a copy of the report batch into the TestResult annotation.
PipelineTest automates the process of running a NEL collector pipeline against a large number of test uploads.
SimulatedClock is a Clock that gives you full control over which times are reported.
TestCase describes one test case managed by a PipelineTest.

# Interfaces

TestdataLoader is a helper interface that PipelineTest uses to find, read, and write the testdata and golden files for a set of test cases.