infoapi

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GameFacade

type GameFacade interface {
	CompanyExistsInIGDB(ctx context.Context, companyName string) (bool, error)
}

GameFacade defines methods for interacting game facade

type InfoService

type InfoService struct {
	infopb.UnimplementedInfoApiServiceServer
	// contains filtered or unexported fields
}

InfoService implements the gRPC InfoService

func NewInfoService

func NewInfoService(log *zap.Logger, gameFacade GameFacade) *InfoService

NewInfoService creates a new InfoService instance

func (*InfoService) CompanyExists

CompanyExists checks if a company with the given name exists in IGDB (case-insensitive)

Directories

Path Synopsis
Package infoapi_mock is a generated GoMock package.
Package infoapi_mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL