()
| 207 | // own, as the web app does out of band once it has rendered the topic. |
| 208 | type postingSeenMsg struct { |
| 209 | boxID int64 |
| 210 | sourceKind mail.Kind |
| 211 | postingID int64 |
| 212 | err error |
nothing calls this directly
no outgoing calls
no test coverage detected