Versions in this module Expand all Collapse all v0 v0.1.1 Mar 13, 2020 Changes in this version + type ScoreDetail struct + ItemID string + Score float64 + type ScoreReq struct + UserID string + type ScoreResp struct + List []ScoreDetail + func GetItemScoreFromUserID(UserID string) (ScoreResp, error)