Add basic websocket structure and request upgrader

This commit is contained in:
Maximilian Paß
2021-05-07 14:10:12 +02:00
parent e07e8216f2
commit 465577fea6
4 changed files with 81 additions and 10 deletions

12
api/websocket_test.go Normal file
View File

@ -0,0 +1,12 @@
package api
import (
"testing"
)
func TestInvalidExecutionId(t *testing.T) {
}
func TestEstablishWebsocketConnection(t *testing.T) {
}