Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-31 13:38:28 -05:00
parent a345a813d8
commit 54eda59c6e
1 changed files with 3 additions and 2 deletions

View File

@ -87,11 +87,11 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
return
}
/*
if tmp == "/cluster" {
log.Info("/cluster jcarr actually doing START")
fmt.Fprintln(w, "/cluster jcarr actually doing START")
var c *pb.Cluster
c = new(pb.Cluster)
c := pb.InitCluster()
fmt.Fprintln(w, "cluster len(msg) =", len(msg))
err = c.UnmarshalJSON(msg)
@ -117,6 +117,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
return
}
*/
if tmp == "/start" {
log.Info("/start jcarr actually doing START", me.Hostname)