예제 #1
0
파일: main.go 프로젝트: ch0wdan/rowdy-bot
// 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")
}