Example #1
0
// Flush handle to kill all ML data
func flushHandle(w http.ResponseWriter, r *http.Request, s *session.Session) {
	s.Flush()
	fmt.Fprint(w, "Done Flushed")
}