Add custom websocket header to strategy class

This commit is contained in:
Sebastian Serth
2021-10-11 23:11:40 +02:00
parent 08f36a0a7a
commit 58e923abd8
4 changed files with 16 additions and 1 deletions

View File

@@ -28,4 +28,8 @@ class Runner::Strategy
def attach_to_execution(_command)
raise NotImplementedError
end
def websocket_header
raise NotImplementedError
end
end