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