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