package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev
# Packages
Package dash contains the c4t console dashboard.
Package directorobs contains a pre-packaged observer set for the test director.
Package singleobs contains observer implementations for use in the 'single-shot' c4t commands.
Package stdflag contains standard command-line flag code for c4t binaries.
# Functions
LoadPlan loads a plan pointed to by f.
LogTopError logs err if non-nil, in a 'fatal top-level error' sort of way.
RunOnCliPlan runs r on the plan pointed to by the arguments of ctx, dumping the resulting plan to outw.
RunOnPlanFile runs r on the plan pointed to by inf, dumping the resulting plan to outw.
# Constants
StdinFile is the special file path that the plan loader treats as a request to load from stdin instead.