aboutsummaryrefslogtreecommitdiff
path: root/object/object.go
Commit message (Collapse)AuthorAgeFilesLines
* object: Name parametersGravatar Runxi Yu34 hours1-2/+2
|
* object: Add interfaces and global parserGravatar Runxi Yu34 hours1-0/+10
|
* *: RemoveGravatar Runxi Yu2026-04-021-10/+0
|
* object: Split filesGravatar Runxi Yu2026-03-291-6/+0
|
* object: Update docs v0.1.137Gravatar Runxi Yu2026-03-291-1/+6
|
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-3/+2
|
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-1/+1
|
* *: Update doc-comments v0.1.13Gravatar Runxi Yu2026-02-211-1/+2
|
* object: Remove the old opaque errorsGravatar Runxi Yu2026-02-201-12/+1
|
* object: Use objectheaderGravatar Runxi Yu2026-02-201-18/+2
|
* object: Use objecttype instead of doing object types ourselfGravatar Runxi Yu2026-02-201-58/+7
|
* object: Add basic object codeGravatar Runxi Yu2026-02-201-0/+89