8 lines
85 B
Go
8 lines
85 B
Go
package model
|
|
|
|
type PullRequest struct {
|
|
ID string
|
|
Title string
|
|
Body string
|
|
}
|