package
0.0.0-20241101121158-24bc511787d3
Repository: https://github.com/rigdev/rig-go-api.git
Documentation: pkg.go.dev
# Functions
NewServiceClient constructs a client for the api.v1.authentication.Service service.
NewServiceHandler builds an HTTP handler from the service implementation.
# Constants
ServiceDeleteProcedure is the fully-qualified name of the Service's Delete RPC.
ServiceGetAuthConfigProcedure is the fully-qualified name of the Service's GetAuthConfig RPC.
ServiceGetProcedure is the fully-qualified name of the Service's Get RPC.
ServiceLoginProcedure is the fully-qualified name of the Service's Login RPC.
ServiceLogoutProcedure is the fully-qualified name of the Service's Logout RPC.
ServiceName is the fully-qualified name of the Service service.
ServiceRefreshTokenProcedure is the fully-qualified name of the Service's RefreshToken RPC.
ServiceRegisterProcedure is the fully-qualified name of the Service's Register RPC.
ServiceResetPasswordProcedure is the fully-qualified name of the Service's ResetPassword RPC.
ServiceSendPasswordResetProcedure is the fully-qualified name of the Service's SendPasswordReset RPC.
ServiceSendVerificationEmailProcedure is the fully-qualified name of the Service's SendVerificationEmail RPC.
ServiceVerifyEmailProcedure is the fully-qualified name of the Service's VerifyEmail RPC.
ServiceVerifyPhoneNumberProcedure is the fully-qualified name of the Service's VerifyPhoneNumber RPC.
# Structs
UnimplementedServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
ServiceClient is a client for the api.v1.authentication.Service service.
ServiceHandler is an implementation of the api.v1.authentication.Service service.