refactor: reorganize modules and add Linux build tooling
This commit is contained in:
10
module/base/passport/internal/vars/provider.go
Normal file
10
module/base/passport/internal/vars/provider.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package vars
|
||||
|
||||
const (
|
||||
Provider_Google = "google"
|
||||
Provider_Twitter = "twitter"
|
||||
Provider_Facebook = "facebook"
|
||||
Provider_Wechat = "wechat"
|
||||
Provider_Apple = "apple"
|
||||
Provider_Custom = "custom"
|
||||
)
|
||||
Reference in New Issue
Block a user