Add basic websocket structure and request upgrader
This commit is contained in:
12
api/websocket_test.go
Normal file
12
api/websocket_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestInvalidExecutionId(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestEstablishWebsocketConnection(t *testing.T) {
|
||||
}
|
Reference in New Issue
Block a user