Mirror updates

This commit is contained in:
Unknown 2014-04-14 04:11:33 -04:00
parent 57f84fb051
commit c36e7d322e
8 changed files with 56 additions and 19 deletions

View file

@ -37,9 +37,9 @@ type OauthInfo struct {
// Oauther represents oauth service.
type Oauther struct {
GitHub, Google, Tencent bool
Twitter, Weibo bool
OauthInfos map[string]*OauthInfo
GitHub, Google, Tencent,
Twitter, Weibo bool
OauthInfos map[string]*OauthInfo
}
var (