feat: pull request generation

This commit is contained in:
2025-03-06 22:47:02 +01:00
parent 4d6459fae5
commit 367f9f9e70
28 changed files with 1918 additions and 181 deletions

View File

@ -0,0 +1,7 @@
package model
type PullRequest struct {
ID string
Title string
Body string
}