You've already forked drone-email
This commit is contained in:
10
pkg/domain/commit.go
Normal file
10
pkg/domain/commit.go
Normal file
@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
type Commit struct {
|
||||
Author *Author
|
||||
Branch string
|
||||
Link string
|
||||
Message string
|
||||
Ref string
|
||||
Sha string
|
||||
}
|
Reference in New Issue
Block a user