aboutsummaryrefslogtreecommitdiff
path: root/object/store/reading.go
Commit message (Collapse)AuthorAgeFilesLines
* object/store: ReadingStore -> ReaderGravatar Runxi Yu2026-03-301-55/+0
|
* *: Remove Close from object/ref store interfacesGravatar Runxi Yu2026-03-291-5/+0
| | | | | | | | At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael Muré from git-bug for this point.
* *: Remove Close exception for MT-Safe v0.1.133Gravatar Runxi Yu2026-03-291-0/+2
|
* *: Repeated calls to Close are UB by default v0.1.132Gravatar Runxi Yu2026-03-291-2/+0
|
* object/store: Document store contractGravatar Runxi Yu2026-03-281-25/+10
|
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-281-0/+75