mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-07-01 05:29:24 +00:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
// RawData holds the raw collected data from GitHub
|
||||
type RawData struct {
|
||||
Commits []Commit
|
||||
PullRequests []PullRequest
|
||||
Reviews []Review
|
||||
Issues []Issue
|
||||
}
|
||||
Reference in New Issue
Block a user