mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
11 lines
157 B
Go
11 lines
157 B
Go
|
package databag
|
||
|
|
||
|
import (
|
||
|
"net/http"
|
||
|
)
|
||
|
|
||
|
//Signal handler for websocket connection with call events
|
||
|
func Signal(w http.ResponseWriter, r *http.Request) {
|
||
|
}
|
||
|
|