package
0.0.0-20240916224530-3a4d48ebcf87
Repository: https://github.com/geekengineers/microservice-project-demo.git
Documentation: pkg.go.dev

# Functions

NewAuthServiceClient constructs a client for the AuthService service.
NewAuthServiceHandler builds an HTTP handler from the service implementation.

# Constants

AuthServiceAuthenticateProcedure is the fully-qualified name of the AuthService's Authenticate RPC.
AuthServiceLoginProcedure is the fully-qualified name of the AuthService's Login RPC.
AuthServiceName is the fully-qualified name of the AuthService service.
AuthServiceSubmitOtpProcedure is the fully-qualified name of the AuthService's SubmitOtp RPC.

# Structs

UnimplementedAuthServiceHandler returns CodeUnimplemented from all methods.

# Interfaces

AuthServiceClient is a client for the AuthService service.
AuthServiceHandler is an implementation of the AuthService service.