mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-05 07:08:41 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
|
package model
|
||
|
|
||
|
type PullRequest struct {
|
||
|
Index int64 `json:"index"`
|
||
|
Title string `json:"title"`
|
||
|
}
|