mirror of
https://github.com/writefreely/writefreely
synced 2025-02-16 07:48:24 +00:00
Run go fmt
on database.go
This commit is contained in:
parent
63f023ea98
commit
21e9b4a667
1 changed files with 5 additions and 5 deletions
10
database.go
10
database.go
|
@ -2627,11 +2627,11 @@ func (db *datastore) GetIDForRemoteUser(ctx context.Context, remoteUserID, provi
|
|||
}
|
||||
|
||||
type oauthAccountInfo struct {
|
||||
Provider string
|
||||
ClientID string
|
||||
RemoteUserID string
|
||||
DisplayName string
|
||||
AllowDisconnect bool
|
||||
Provider string
|
||||
ClientID string
|
||||
RemoteUserID string
|
||||
DisplayName string
|
||||
AllowDisconnect bool
|
||||
}
|
||||
|
||||
func (db *datastore) GetOauthAccounts(ctx context.Context, userID int64) ([]oauthAccountInfo, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue