Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ SetPath
Method
SetPath
util/builders.go:73–76 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(builder *UriBuilder) SetPath(path string) *UriBuilder {
74
builder.path = path
75
return
builder
76
}
77
78
func
(builder *UriBuilder) Build() (string, error) {
79
if
builder.scheme ==
""
|| builder.host ==
""
{
Callers
1
builders_test.go
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected