package events type Event = string const ( EventQuit Event = "quit" // quit node gracefully )