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