@@ -0,0 +1,10 @@
package domain
type Commit struct {
Author *Author
Branch string
Link string
Message string
Ref string
Sha string
}
The note is not visible to the blocked user.