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

Method SetHost

util/builders.go:68–71  ·  view source on GitHub ↗
(host string)

Source from the content-addressed store, hash-verified

66}
67
68func (builder *UriBuilder) SetHost(host string) *UriBuilder {
69 builder.host = host
70 return builder
71}
72
73func (builder *UriBuilder) SetPath(path string) *UriBuilder {
74 builder.path = path

Callers 1

builders_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected