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