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

# Packages

Package backend contains service models for backend services.
Package compiler contains types for compilers, which are a particular type of service.
Package fuzzer considers fuzzers as services.
No description provided by the author

# Functions

NewRunInfo programmatically creates a RunInfo using command cmd and arguments args.
RunAndCaptureStdout runs r with ctx and ri, and captures its stdout to a string.

# Structs

ExtClass contains fields common to a service class that invokes an external binary.
RunInfo gives hints as to how to run a service.

# Interfaces

Runner is the interface of things that can run, or pretend to run, services.