Optimize message data fetching
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In some cases, it is not necessary to fetch some message fields:
* Flags
* Content data (envelope, etc)
* Parts data (may be quite big).
Repository interface should support such partial fetching. Returned objects should be read-only and cannot be saved.
It should be possible to tell that the model object is "partial".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.