mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-11 19:48:04 +00:00
7 lines
72 B
Go
7 lines
72 B
Go
|
package model
|
||
|
|
||
|
type Commit struct {
|
||
|
SHA string
|
||
|
ForgeURL string
|
||
|
}
|