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