Versions in this module Expand all Collapse all v0 v0.1.2 Dec 22, 2024 v0.1.1 Dec 19, 2024 v0.1.0 Dec 19, 2024 Changes in this version + type RecordRepository struct + func NewRecordRepository(runner sq.BaseRunner) *RecordRepository + func (r *RecordRepository) FindByPlayerID(ctx context.Context, playerID uint32) ([]kit.Record, error)