Message is used to marshal/unmarshal Rabbit messages.
| 2 | |
| 3 | // Message is used to marshal/unmarshal Rabbit messages. |
| 4 | type Message struct { |
| 5 | Text string `json:"text"` |
| 6 | Source string `json:"source"` |
| 7 | Time int64 `json:"time"` |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected