Versions in this module Expand all Collapse all v0 v0.2.0 Oct 14, 2024 v0.1.0 Sep 28, 2024 Changes in this version + func NewRepository() repository.GameSessionRepository + type Repository struct + func (r Repository) Get(ctx context.Context, tx transaction.Transaction, id uuid.UUID) (model.GameSession, error) + func (r Repository) Save(ctx context.Context, tx transaction.Transaction, sessions ...model.GameSession) error