Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point struct { ID int `json:"id"` Name string `json:"name"` Count int `json:"count"` ScoreID int `json:"score_id"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
Point component for score.
Click to show internal directories.
Click to hide internal directories.