Documentation ¶ Index ¶ type Review type Reviews Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Review ¶ type Review struct { // Id int `db:"id"` // We never specify when we write. Reviewer string `db:"reviewer"` Repo string `db:"repo"` Pr int `db:"pr_id"` Badge string `db:"badge"` } type Reviews ¶ type Reviews []Review Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.