package
0.28.0
Repository: https://github.com/buildpulse/test-reporter.git
Documentation: pkg.go.dev

# Functions

NewMetadata creates a new Metadata instance from the given args.
NewRepositoryCommitResolver returns a CommitResolver for looking up commits in the repository located at path.
NewStaticCommitResolver returns a CommitResolver whose Lookup method always produces a Commit with values matching the fields in c.

# Structs

Commit represents the metadata for a Git commit.
A Metadata instance provides metadata about a set of test results.
Version represents the metadata identifying the running version of the CLI.

# Interfaces

A CommitResolver provides the ability to look up a commit.