mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-15 18:56:59 +00:00
[F3] add GetLocalMatchingRemote with a default implementation
(cherry picked from commit 0a22015039
)
This commit is contained in:
parent
b3eaf2249d
commit
f1310c38fb
15 changed files with 80 additions and 30 deletions
|
@ -125,8 +125,7 @@ func (o *Issue) FromFormat(issue *format.Issue) {
|
|||
}
|
||||
|
||||
type IssueProvider struct {
|
||||
g *Forgejo
|
||||
project *ProjectProvider
|
||||
BaseProviderWithProjectProvider
|
||||
}
|
||||
|
||||
func (o *IssueProvider) ToFormat(ctx context.Context, issue *Issue) *format.Issue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue