qwerty287
2024-02-11 10:44:50 +01:00
committed by GitHub
parent 894ab51215
commit e1521ef460
16 changed files with 92 additions and 46 deletions
+6
View File
@@ -0,0 +1,6 @@
package model
type Commit struct {
SHA string
ForgeURL string
}