1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00
woodpecker/server/model/pull_request.go

7 lines
122 B
Go
Raw Normal View History

package model
type PullRequest struct {
Index int64 `json:"index"`
Title string `json:"title"`
} // @name PullRequest