MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / NewCfCommandStringBuilder

Function NewCfCommandStringBuilder

util/cf_command_builder.go:19–21  ·  view source on GitHub ↗

NewCfCommandStringBuilder creates a new CfCommandStringBuilder

()

Source from the content-addressed store, hash-verified

17
18// NewCfCommandStringBuilder creates a new CfCommandStringBuilder
19func NewCfCommandStringBuilder() *CfCommandStringBuilder {
20 return &CfCommandStringBuilder{}
21}
22
23// SetName sets the name of the command that will be generated from the Build method
24func (builder *CfCommandStringBuilder) SetName(name string) *CfCommandStringBuilder {

Calls

no outgoing calls

Tested by

no test coverage detected