| 17 | } |
| 18 | |
| 19 | type MEFileInfoStore interface { |
| 20 | GetForPost(postID string, readFromMaster, includeDeleted, allowFromCache bool) ([]*model.FileInfo, error) |
| 21 | } |
| 22 | |
| 23 | type messageExportStore struct { |
| 24 | store.Store |
no outgoing calls
no test coverage detected
searching dependent graphs…