package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New constructs a new Lifter given backend resolver r, path resolver p, and options os.
NewPathset makes a pathset under root.
ObserveWith adds each observer in obs to the lifter's observer list.
Options bundles up each option in os into a single option.
SendStderrTo makes the lifter send any stderr output from its driver to w.

# Variables

ErrDriverNil occurs when a lifter runs without a SingleLifter set.
ErrNoBackend occurs when backend information is missing.
ErrObserverNil occurs when we try to pass a nil observer as an option.

# Structs

Error contains an error that occurred while lifting, as well as context.
Instance is the type of per-subject lifter jobs.
Lifter holds the main configuration for the lifter part of the tester framework.
Pathset contains the paths for a lifter.

# Interfaces

Pather abstracts over the path resolution for a lifter.

# Type aliases

Option is the type of options to pass to New.