Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
func
(builder *UriBuilder) SetHost(host string) *UriBuilder {
69
builder.host = host
70
return
builder
71
}
72
73
func
(builder *UriBuilder) SetPath(path string) *UriBuilder {
74
builder.path = path
Callers
1
builders_test.go
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected