MCPcopy Create free account
hub / github.com/cloudfoundry/brokerapi / Option

FuncType Option

api.go:58–58  ·  view source on GitHub ↗
func(*config)

Source from the content-addressed store, hash-verified

56}
57
58type Option func(*config)
59
60func WithBrokerCredentials(brokerCredentials BrokerCredentials) Option {
61 return func(c *config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected