Contribution type
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package steward
|
||||
|
||||
type (
|
||||
Contribution struct {
|
||||
Author string
|
||||
Repo string
|
||||
Week int64
|
||||
Commits int
|
||||
Additions int
|
||||
Deletions int
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user