MCPcopy Create free account
hub / github.com/pydio/cells / HttpServerType

Function HttpServerType

common/runtime/runtime.go:254–256  ·  view source on GitHub ↗

HttpServerType returns one of HttpServerCaddy or HttpServerCore

()

Source from the content-addressed store, hash-verified

252
253// HttpServerType returns one of HttpServerCaddy or HttpServerCore
254func HttpServerType() string {
255 return r.GetString(KeyHttpServer)
256}
257
258// GrpcBindAddress returns the KeyBindHost:KeyGrpcPort URL
259func GrpcBindAddress() string {

Callers 1

HttpBindAddressFunction · 0.85

Calls 1

GetStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…