package gift_log
type GiftLogRepository interface {
GetGiftLogByUserId(id uint64) ([]*GiftLog, error)
}