mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-20 17: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
|
|
@ -35,10 +35,10 @@ type Application struct {
|
|||
ClientID string
|
||||
// secret of the associated oauth client entity in the db
|
||||
ClientSecret string
|
||||
// scopes requested when this app was created
|
||||
Scopes string
|
||||
// a vapid key generated for this app when it was created
|
||||
VapidKey string
|
||||
// scopes requested when this app was created
|
||||
Scopes string
|
||||
// a vapid key generated for this app when it was created
|
||||
VapidKey string
|
||||
}
|
||||
|
||||
// ToMastotype returns this application as a mastodon api type, ready for serialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue