MCPcopy 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
73func (builder *UriBuilder) SetPath(path string) *UriBuilder {
74 builder.path = path
75 return builder
76}
77
78func (builder *UriBuilder) Build() (string, error) {
79 if builder.scheme == "" || builder.host == "" {

Callers 1

builders_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected