Contribution type
This commit is contained in:
parent
69c0aec575
commit
75c195a709
|
@ -0,0 +1,12 @@
|
||||||
|
package steward
|
||||||
|
|
||||||
|
type (
|
||||||
|
Contribution struct {
|
||||||
|
Author string
|
||||||
|
Repo string
|
||||||
|
Week int64
|
||||||
|
Commits int
|
||||||
|
Additions int
|
||||||
|
Deletions int
|
||||||
|
}
|
||||||
|
)
|
Loading…
Reference in New Issue