6 lines
152 B
Go
6 lines
152 B
Go
package fields
|
|
|
|
// swagger:enum AuthChannel
|
|
// ENUM( WeChat = 1 , WeiBo, QQ, Github, Google, Facebook, Twitter, LinkedIn, Apple)
|
|
type AuthChannel int16
|