Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultGRPCPort = 8007
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthGRPCServer ¶
type AuthGRPCServer struct { Port int GRPCServer *grpc.Server // contains filtered or unexported fields }
func (*AuthGRPCServer) ListenAndServeGRPCServer ¶
func (a *AuthGRPCServer) ListenAndServeGRPCServer()
type IAuthGRPCServer ¶
type IAuthGRPCServer interface {
ListenAndServeGRPCServer()
}
func NewAuthGRPCServer ¶
func NewAuthGRPCServer(handlerAuth *authHandler.Handler) IAuthGRPCServer
Click to show internal directories.
Click to hide internal directories.