mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
Add the user social independent enum file (#902)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from backend.common.enums import StrEnum
|
||||
|
||||
|
||||
class UserSocialType(StrEnum):
|
||||
"""用户社交类型"""
|
||||
|
||||
github = 'GitHub'
|
||||
google = 'Google'
|
||||
linux_do = 'LinuxDo'
|
||||
Reference in New Issue
Block a user