mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 00:03:31 -06:00
whole buncha stuff
This commit is contained in:
parent
b48072fef6
commit
4e281f31b0
12 changed files with 151 additions and 24 deletions
|
|
@ -25,7 +25,6 @@ import (
|
|||
|
||||
"github.com/go-fed/activity/pub"
|
||||
"github.com/gotosocial/gotosocial/internal/config"
|
||||
"github.com/gotosocial/oauth2/v4"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
|
@ -40,11 +39,6 @@ type DB interface {
|
|||
*/
|
||||
pub.Database
|
||||
|
||||
/*
|
||||
OAUTH2 DATABASE FUNCTIONS
|
||||
*/
|
||||
TokenStore() oauth2.TokenStore
|
||||
|
||||
/*
|
||||
ANY ADDITIONAL DESIRED FUNCTIONS
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue