Documentation ¶
Index ¶
- type AuthServiceServer
- func (s *AuthServiceServer) AddLog(ctx context.Context, req *pbService.AddLogRequest) (*pbService.AddLogResponse, error)
- func (s *AuthServiceServer) CheckAuth(ctx context.Context, req *pbService.CheckAuthRequest) (*pbService.AuthResponse, error)
- func (s *AuthServiceServer) DoAuth(ctx context.Context, req *pbService.DoAuthRequest) (*pbService.AuthResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServiceServer ¶
type AuthServiceServer struct { pbService.UnimplementedUserServiceServer // contains filtered or unexported fields }
func NewAuthServiceServer ¶
func NewAuthServiceServer(di *dig.Container, logger v1log.ILog, conf *configstc.UserAppConfig) *AuthServiceServer
func (*AuthServiceServer) AddLog ¶
func (s *AuthServiceServer) AddLog(ctx context.Context, req *pbService.AddLogRequest) (*pbService.AddLogResponse, error)
func (*AuthServiceServer) CheckAuth ¶
func (s *AuthServiceServer) CheckAuth(ctx context.Context, req *pbService.CheckAuthRequest) (*pbService.AuthResponse, error)
func (*AuthServiceServer) DoAuth ¶
func (s *AuthServiceServer) DoAuth(ctx context.Context, req *pbService.DoAuthRequest) (*pbService.AuthResponse, error)
Click to show internal directories.
Click to hide internal directories.