mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 22:37:29 -06:00
lots of restructuring
This commit is contained in:
parent
8ce32272a2
commit
6d81df50ce
21 changed files with 674 additions and 464 deletions
|
|
@ -16,7 +16,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// package gtsmodel contains types used *internally* by GoToSocial and added/removed/selected from the database.
|
||||
// Package gtsmodel contains types used *internally* by GoToSocial and added/removed/selected from the database.
|
||||
// These types should never be serialized and/or sent out via public APIs, as they contain sensitive information.
|
||||
// The annotation used on these structs is for handling them via the go-pg ORM. See here: https://pg.uptrace.dev/models/
|
||||
package gtsmodel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue