Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ NewUriBuilder
Function
NewUriBuilder
util/builders.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
NewUriBuilder() *UriBuilder {
60
return
&UriBuilder{host:
""
, scheme:
""
, path:
""
}
61
}
62
63
func
(builder *UriBuilder) SetScheme(scheme string) *UriBuilder {
64
builder.scheme = scheme
Callers
1
builders_test.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected