Versions in this module Expand all Collapse all v1 v1.0.1 Jan 15, 2025 v1.0.0 Jan 2, 2025 Changes in this version + type AuthServiceServer struct + func NewAuthServiceServer(di *dig.Container, logger v1log.ILog, conf *configstc.UserAppConfig) *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)