HttpServerType returns one of HttpServerCaddy or HttpServerCore
()
| 252 | |
| 253 | // HttpServerType returns one of HttpServerCaddy or HttpServerCore |
| 254 | func HttpServerType() string { |
| 255 | return r.GetString(KeyHttpServer) |
| 256 | } |
| 257 | |
| 258 | // GrpcBindAddress returns the KeyBindHost:KeyGrpcPort URL |
| 259 | func GrpcBindAddress() string { |
no test coverage detected
searching dependent graphs…