mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
3d77f81c7f
Lots of renaming and moving stuff, some bug fixes, more lenient parsing of notifications and home timeline. |
||
---|---|---|
.. | ||
account.go | ||
activitystreams.go | ||
application.go | ||
block.go | ||
domainblock.go | ||
emaildomainblock.go | ||
emoji.go | ||
follow.go | ||
followrequest.go | ||
instance.go | ||
mediaattachment.go | ||
mention.go | ||
messages.go | ||
notification.go | ||
poll.go | ||
README.md | ||
relationship.go | ||
status.go | ||
statusbookmark.go | ||
statusfave.go | ||
statusmute.go | ||
tag.go | ||
user.go |
gtsmodel
This package contains types used internally by GoToSocial and added/removed/selected from the database. As such, they contain sensitive fields which should never be serialized or reach the API level. Use the mastotypes package for that.
The annotation used on these structs is for handling them via the go-pg ORM. See here.