package gitea import "code.gitea.io/sdk/gitea" type PRNitter struct { client *gitea.Client Namespace string Repo string PRIndex int64 }