mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
code refactor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package core
|
||||
|
||||
// UserAvatarProviderType represents type of the user avatar provider
|
||||
type UserAvatarProviderType string
|
||||
|
||||
// User avatar provider types
|
||||
const (
|
||||
USER_AVATAR_PROVIDER_INTERNAL UserAvatarProviderType = "internal"
|
||||
USER_AVATAR_PROVIDER_GRAVATAR UserAvatarProviderType = "gravatar"
|
||||
)
|
||||
Reference in New Issue
Block a user