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

Function NewUsername

integration/helpers/name_generator.go:118–120  ·  view source on GitHub ↗

NewUsername provides a random name prefixed with INTEGRATION-USER

()

Source from the content-addressed store, hash-verified

116
117// NewUsername provides a random name prefixed with INTEGRATION-USER
118func NewUsername() string {
119 return PrefixedRandomName("INTEGRATION-USER")
120}
121
122// NewBuildpackName provides a random name prefixed with INTEGRATION-BUILDPACK
123func NewBuildpackName() string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected