working on oauth
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type OAuthType int
|
||||
|
||||
const (
|
||||
GITHUB OAuthType = iota + 1
|
||||
GOOGLE
|
||||
TWITTER
|
||||
)
|
||||
Reference in New Issue
Block a user