mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
10 lines
132 B
Go
10 lines
132 B
Go
package databag
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
//EndCall termines an active call
|
|
func EndCall(w http.ResponseWriter, r *http.Request) {
|
|
}
|