yjp 9 hónapja
szülő
commit
e69af67c83
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      http_binding/http_init.go

+ 4 - 0
http_binding/http_init.go

@@ -48,6 +48,10 @@ func Destroy() {
 	}
 }
 
+func GetServer() *http.Server {
+	return serverInstance
+}
+
 func GetRouter() *gin.Engine {
 	return routerInstance
 }