mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 06:59:31 -06:00
mess about with some structure to help w/ deref
This commit is contained in:
parent
4268cd59d8
commit
1f70d64a7e
13 changed files with 594 additions and 404 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