Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActiveUserStateConst = "Active" VerifidedUserStateConst = "Verifide" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionStatusConst ¶
type ActionStatusConst int
const ( ActionStatusConstConnect ActionStatusConst = iota ActionStatusConstIdle ActionStatusConstDisconnect )
func (*ActionStatusConst) UnmarshalJSON ¶
func (a *ActionStatusConst) UnmarshalJSON(b []byte) error
type AuthKewordsConst ¶
type AuthKewordsConst string
const ( TokenSecretDataAuthKewordsConst AuthKewordsConst = "secretData" TokenVerificaitonSecretDataAuthKewordsConst AuthKewordsConst = "verificaitonSecret" )
type NotificationConst ¶
type NotificationConst string
const ( OnCommentNotificationConst NotificationConst = "OnComment" OnFollowNotificationConst NotificationConst = "OnFollow" OnVoteNotificationConst NotificationConst = "OnVote" )
type OAuthConst ¶
type OAuthConst string
const ( GITHUBOAuthConst OAuthConst = "GITHUB" FACEBOOKOAuthConst OAuthConst = "FACEBOOK" GOOGLEOAuthConst OAuthConst = "GOOGLE" )
type TokenConst ¶
type TokenConst string
const ( RegisterationTokenConst TokenConst = "Registeration" ResetPasswordTokenConst TokenConst = "ResetPassword" )
type UserPermissionConst ¶
type UserPermissionConst string
const ( OnlyMe UserPermissionConst = "OnlyMe" Public UserPermissionConst = "Public" Circles UserPermissionConst = "Circles" Custom UserPermissionConst = "Custom" )
type UserSettingConst ¶
type UserSettingConst string
const ( Notification_Enable_UserSettingConst UserSettingConst = "Notification_Enable" Notification_EmailOnCommentEnable_UserSettingConst UserSettingConst = "Notification_EmailOnCommentEnable" Notification_EmailOnVoteEnable_UserSettingConst UserSettingConst = "Notification_EmailOnVoteEnable" Notification_EmailOnFollowEnable_UserSettingConst UserSettingConst = "Notification_EmailOnFollowEnable" )
type UserStateConst ¶
type UserStateConst string
type VerifyConst ¶
type VerifyConst string
const ( PhoneVerifyConst VerifyConst = "phv" EmailVerifyConst VerifyConst = "emv" ProvideVerifyConst VerifyConst = "prv" NoneVerifyConst VerifyConst = "nonv" )
func (VerifyConst) String ¶
func (v VerifyConst) String() string
Click to show internal directories.
Click to hide internal directories.