socketio_client_tool.go 537 B

123456789101112
  1. //go:build socketio_client_tool
  2. // +build socketio_client_tool
  3. package socketio_client_tool
  4. /* 20230419 pms 删除 =======================================================================================================
  5. func Enable(router *gin.Engine) {
  6. socketIOToolRoot, _ := fs.Sub(web.SocketIOClientTool, "www/socketio-client-tool")
  7. router.StaticFS("/socketio-client-tool", http.FS(socketIOToolRoot))
  8. }
  9. * ========================================================================================================================= */