Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Score ¶
type Score struct { ScorerId uuid.UUID `json:"scorer_id"` Scorer string `json:"scorer"` Year int `json:"year"` Beer store.Beer `json:"beer"` Rating float32 `json:"rating"` RatingBase int `json:"rating_base"` Weight float32 `json:"weight"` Newbie bool `json:"newbie"` Comment string `json:"comment"` }
Click to show internal directories.
Click to hide internal directories.