Versions in this module Expand all Collapse all v0 v0.2.0 Oct 14, 2024 Changes in this version + type Usecase struct + func NewUsecase(conn transaction.Connection, gameSessionRepo repository.GameSessionRepository) *Usecase + func (u Usecase) GetSession(ctx context.Context, user model.User, gameSessionID uuid.UUID) (model.GameSession, error)