mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-15 21:47:30 -06:00
parent
ac9adb172b
commit
6f5c045284
183 changed files with 7391 additions and 5414 deletions
|
|
@ -30,7 +30,8 @@ type clientStore struct {
|
|||
db db.DB
|
||||
}
|
||||
|
||||
func newClientStore(db db.DB) oauth2.ClientStore {
|
||||
// NewClientStore returns an implementation of the oauth2 ClientStore interface, using the given db as a storage backend.
|
||||
func NewClientStore(db db.DB) oauth2.ClientStore {
|
||||
pts := &clientStore{
|
||||
db: db,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue