git ignore

This commit is contained in:
2026-03-13 17:15:15 +01:00
parent a82223e194
commit be9e119128
6 changed files with 4 additions and 193 deletions

View File

@@ -10,7 +10,7 @@ import (
"golang.org/x/net/websocket"
)
func wsHandler(api any) func(*websocket.Conn) {
func WsHandler(api any) func(*websocket.Conn) {
return func(ws *websocket.Conn) {
apiVal := reflect.ValueOf(api)