mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
Change `GetBoards(ctx context.Context, projectID int64)` to `(p *Project) GetBoards(ctx context.Context) (BoardList, error)` `getDefaultBoard` is same. |
||
|---|---|---|
| .. | ||
| board.go | ||
| issue.go | ||
| main_test.go | ||
| project_test.go | ||
| project.go | ||