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

Function NewAppName

integration/helpers/name_generator.go:56–58  ·  view source on GitHub ↗

NewAppName provides a random name prefixed with INTEGRATION-APP

()

Source from the content-addressed store, hash-verified

54
55// NewAppName provides a random name prefixed with INTEGRATION-APP
56func NewAppName() string {
57 return PrefixedRandomName("INTEGRATION-APP")
58}
59
60// NewIsolationSegmentName provides a random name prefixed with INTEGRATION-ISOLATION-SEGMENT
61func NewIsolationSegmentName(infix ...string) string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected