package backend type ( EventNotifyFace interface { Dispatch(event string, data interface{}) error } )