MCPcopy
hub / github.com/cloudfoundry/cli / KeyValue

Function KeyValue

integration/v7/isolated/rollback_command_test.go:246–248  ·  view source on GitHub ↗

Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#keyvalue-pairs

(key, value string)

Source from the content-addressed store, hash-verified

244
245// Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#keyvalue-pairs
246func KeyValue(key, value string) Line {
247 return Line{`%s:\s+%s`, []interface{}{key, value}}
248}
249
250type CLIMatcher struct {
251 Lines []Line

Callers 1

HaveRollbackOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected