type Bus map[string]func(...JSlike.Any)
func (bus Bus) Emit(name string, args ...JSlike.Any)
func (bus Bus) List()
func (bus Bus) On(name string, work func(...JSlike.Any))
type Event struct { // contains filtered or unexported fields }