UPDATE: Project Module
All checks were successful
Build and Release / release (push) Successful in 1m15s
All checks were successful
Build and Release / release (push) Successful in 1m15s
This commit is contained in:
@@ -3,10 +3,10 @@ package constants
|
||||
type ProviderType string
|
||||
|
||||
const (
|
||||
GoogleProvider ProviderType = "google"
|
||||
GithubProvider ProviderType = "github"
|
||||
FacebookProvider ProviderType = "facebook"
|
||||
LocalProvider ProviderType = "local"
|
||||
ProviderTypeGoogle ProviderType = "google"
|
||||
ProviderTypeGithub ProviderType = "github"
|
||||
ProviderTypeFacebook ProviderType = "facebook"
|
||||
ProviderTypeLocal ProviderType = "local"
|
||||
)
|
||||
|
||||
func (p ProviderType) String() string {
|
||||
|
||||
Reference in New Issue
Block a user