Message describes a message to be send by MessageHandler#SendMessage.
| 84 | |
| 85 | // Message describes a message to be send by MessageHandler#SendMessage. |
| 86 | type Message struct { |
| 87 | Message string |
| 88 | Title string |
| 89 | Priority int |
| 90 | Extras map[string]interface{} |
| 91 | } |
nothing calls this directly
no outgoing calls
no test coverage detected