feat: pull request generation
This commit is contained in:
7
internal/core/model/pull_request.go
Normal file
7
internal/core/model/pull_request.go
Normal file
@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type PullRequest struct {
|
||||
ID string
|
||||
Title string
|
||||
Body string
|
||||
}
|
Reference in New Issue
Block a user