mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 11:31:08 -06:00
mess about with some structure to help w/ deref
This commit is contained in:
parent
24262b11cf
commit
6f794e238d
13 changed files with 594 additions and 402 deletions
|
|
@ -28,6 +28,8 @@ type Instance struct {
|
|||
Terms string
|
||||
// Contact email address for this instance
|
||||
ContactEmail string
|
||||
// Username of the contact account for this instance
|
||||
ContactAccountUsername string
|
||||
// Contact account ID in the database for this instance
|
||||
ContactAccountID string `pg:"type:CHAR(26)"`
|
||||
// Reputation score of this instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue