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 HistoryRecordRepository struct + func NewHistoryRecordRepository(runner sq.BaseRunner) *HistoryRecordRepository + func (r *HistoryRecordRepository) FindTopRelatedByPlayerID(ctx context.Context, playerID uint32) ([]kill.HistoryRecord, error)