Versions in this module Expand all Collapse all v2 v2.0.0 Apr 8, 2022 Changes in this version + func Cf(cmdStarter Starter, args ...string) *gexec.Session + func CfWithCustomReporter(cmdStarter Starter, reporter Reporter, args ...string) *gexec.Session + type RedactingReporter struct + func NewRedactingReporter(writer io.Writer, redactor Redactor) *RedactingReporter + func (r *RedactingReporter) Report(withColour bool, startTime time.Time, cmd *exec.Cmd) + type Redactor interface + Redact func(toRedact string) string + func NewRedactor(redactees ...string) Redactor + type Reporter interface + Report func(bool, time.Time, *exec.Cmd) + type Starter interface + Start func(Reporter, string, ...string) (*gexec.Session, error) Other modules containing this package github.com/KevinJCross/cf-test-helpers