Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + type GameFacade interface + CompanyExistsInIGDB func(ctx context.Context, companyName string) (bool, error) + type InfoService struct + func NewInfoService(log *zap.Logger, gameFacade GameFacade) *InfoService + func (s *InfoService) CompanyExists(ctx context.Context, req *pb.CompanyExistsRequest) (*pb.CompanyExistsResponse, error)