first commit
This commit is contained in:
9
heartbeat/beat.go
Normal file
9
heartbeat/beat.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package heartbeat
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func Beat(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user