Improve providers.

This commit is contained in:
Yang Luo
2021-05-31 00:13:38 +08:00
parent 645f8e5418
commit 0960578c35
5 changed files with 202 additions and 68 deletions

View File

@ -21,9 +21,11 @@ import (
)
type UserInfo struct {
Username string
Email string
AvatarUrl string
Id string
Username string
DisplayName string
Email string
AvatarUrl string
}
type IdProvider interface {