Files
GoToSocial/internal/gtsmodel
Tobi Smethurst e670c32a91 Faves (#31)
* start on federating faves

* outbound federation of likes working
2021-05-24 18:49:48 +02:00
..
2021-05-21 15:48:26 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-21 15:48:26 +02:00
2021-05-21 15:48:26 +02:00
2021-05-08 14:25:55 +02:00
2021-05-08 14:25:55 +02:00
2021-05-21 15:48:26 +02:00
2021-05-08 14:25:55 +02:00
2021-05-24 18:49:48 +02:00
2021-05-08 14:25:55 +02:00
2021-05-15 11:58:11 +02:00
2021-05-08 14:25:55 +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.