Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SignUp = grpc.NewMethod("SignUp") UsernameExists = grpc.NewMethod("UsernameExists") GetUserIdByUsername = grpc.NewMethod("GetUserIdByUsername") GetUsernameByUserId = grpc.NewMethod("GetUsernameByUserId") IsPasswordCorrect = grpc.NewMethod("IsPasswordCorrect") UpdateUser = grpc.NewMethod("UpdateUser") GetProfile = grpc.NewMethod("GetProfile") GetMyProfile = grpc.NewMethod("GetMyProfile") ChangePassword = grpc.NewMethod("ChangePassword") ChangeUsername = grpc.NewMethod("ChangeUsername") AddEmail = grpc.NewMethod("AddEmail") DeleteEmail = grpc.NewMethod("DeleteEmail") SendVerificationEmail = grpc.NewMethod("SendVerificationEmail") VerifyEmail = grpc.NewMethod("VerifyEmail") GetPrimaryEmail = grpc.NewMethod("GetPrimaryEmail") ChangePrimaryEmail = grpc.NewMethod("ChangePrimaryEmail") GetActiveEmails = grpc.NewMethod("GetActiveEmails") ChangePhoneNumber = grpc.NewMethod("ChangePhoneNumber") GetPhoneNumber = grpc.NewMethod("GetPhoneNumber") SendVerificationSMS = grpc.NewMethod("SendVerificationSMS") VerifyPhoneNumber = grpc.NewMethod("VerifyPhoneNumber") ForgotPassword = grpc.NewMethod("ForgotPassword") ResetPassword = grpc.NewMethod("ResetPassword") DeleteUser = grpc.NewMethod("DeleteUser") )
User service gRPC methods
View Source
var Interceptions = map[typesgrpc.Method]typesgrpc.Interception{ SignUp: typesgrpc.None, UsernameExists: typesgrpc.None, GetUserIdByUsername: typesgrpc.None, GetUsernameByUserId: typesgrpc.None, GetUserSharedIdByUserId: typesgrpc.None, GetUserIdByUserSharedId: typesgrpc.None, IsPasswordCorrect: typesgrpc.None, GetProfile: typesgrpc.None, UpdateUser: typesgrpc.AccessToken, GetMyProfile: typesgrpc.AccessToken, ChangePassword: typesgrpc.AccessToken, ChangeUsername: typesgrpc.AccessToken, AddEmail: typesgrpc.AccessToken, DeleteEmail: typesgrpc.AccessToken, SendVerificationEmail: typesgrpc.AccessToken, VerifyEmail: typesgrpc.AccessToken, GetPrimaryEmail: typesgrpc.AccessToken, ChangePrimaryEmail: typesgrpc.AccessToken, GetActiveEmails: typesgrpc.AccessToken, ChangePhoneNumber: typesgrpc.AccessToken, GetPhoneNumber: typesgrpc.AccessToken, SendVerificationSMS: typesgrpc.AccessToken, VerifyPhoneNumber: typesgrpc.AccessToken, ForgotPassword: typesgrpc.None, ResetPassword: typesgrpc.None, DeleteUser: typesgrpc.AccessToken, }
Interceptions is the list of gRPC methods to intercept
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.