gotosocial/internal/gtsmodel
2021-05-05 13:25:39 +02:00
..
account.go biiiiig refactor 2021-05-04 17:50:00 +02:00
activitystreams.go biiiiig refactor 2021-05-04 17:50:00 +02:00
application.go biiiiig refactor 2021-05-04 17:50:00 +02:00
block.go biiiiig refactor 2021-05-04 17:50:00 +02:00
domainblock.go biiiiig refactor 2021-05-04 17:50:00 +02:00
emaildomainblock.go biiiiig refactor 2021-05-04 17:50:00 +02:00
emoji.go rewrite file serving system 2021-05-05 13:25:39 +02:00
follow.go biiiiig refactor 2021-05-04 17:50:00 +02:00
followrequest.go biiiiig refactor 2021-05-04 17:50:00 +02:00
mediaattachment.go biiiiig refactor 2021-05-04 17:50:00 +02:00
mention.go biiiiig refactor 2021-05-04 17:50:00 +02:00
poll.go biiiiig refactor 2021-05-04 17:50:00 +02:00
README.md biiiiig refactor 2021-05-04 17:50:00 +02:00
status.go biiiiig refactor 2021-05-04 17:50:00 +02:00
statusbookmark.go biiiiig refactor 2021-05-04 17:50:00 +02:00
statusfave.go biiiiig refactor 2021-05-04 17:50:00 +02:00
statusmute.go biiiiig refactor 2021-05-04 17:50:00 +02:00
statuspin.go biiiiig refactor 2021-05-04 17:50:00 +02:00
tag.go biiiiig refactor 2021-05-04 17:50:00 +02:00
user.go biiiiig refactor 2021-05-04 17:50:00 +02:00

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.