Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
Add implementation of an ObjectID and use it instead of [12]byte. Write an ObjectID generator that generates proper random ObjectIDs.
The ObjectID type can be a type directly on top of [12]byte:
type ObjectID [12]byte
|