# Structs
Cluster holds information about a failure cluster.
ContigIndexer is a BuildIndexer implementation for when the buildnum to row index mapping describes a contiguous set of rows via 3 ints.
FlakyJob is a struct that represents a single job and the flake data associated with it.
FlakyJobReporter is a munger that creates github issues for the flakiest kubernetes jobs.
Job holds a name and list of build numbers.
Test holds a name and list of jobs.
TriageFiler files issues for clustered test failures.
# Interfaces
BuildIndexer is an interface that describes the buildnum to row index mapping used to retrieve data about individual builds from the JSON file.
# Type aliases
DictIndexer is a BuildIndexer implementation for when the buildnum to row index mapping is simply a dictionary.