MCPcopy Create free account
hub / github.com/cloudfoundry/cli / NewPluginRepositoryTLSServer

Function NewPluginRepositoryTLSServer

integration/helpers/plugin_repo.go:145–147  ·  view source on GitHub ↗

NewPluginRepositoryTLSServer is used to configure and start a new TLS plugin repo server, exposing the plugins contained in the pluginRepo.

(pluginRepo PluginRepository)

Source from the content-addressed store, hash-verified

143// NewPluginRepositoryTLSServer is used to configure and start a new TLS plugin repo server, exposing the plugins contained
144// in the pluginRepo.
145func NewPluginRepositoryTLSServer(pluginRepo PluginRepository) *Server {
146 return configurePluginRepositoryServer(NewTLSServer(), pluginRepo)
147}
148
149func configurePluginRepositoryServer(server *Server, pluginRepo PluginRepository) *Server {
150 // Suppresses ginkgo server logs

Callers 2

Calls 2

NewTLSServerFunction · 0.85

Tested by

no test coverage detected