You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
7 lines
72 B
Go
7 lines
72 B
Go
|
|
package model
|
||
|
|
|
||
|
|
type Commit struct {
|
||
|
|
SHA string
|
||
|
|
ForgeURL string
|
||
|
|
}
|