mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
There are still some functions under `models` after last big refactor about `models`. This change will move all team related functions to service layer with no code change. |
||
|---|---|---|
| .. | ||
| archiver | ||
| commitstatus | ||
| files | ||
| adopt_test.go | ||
| adopt.go | ||
| avatar_test.go | ||
| avatar.go | ||
| branch.go | ||
| cache.go | ||
| check.go | ||
| collaboration_test.go | ||
| collaboration.go | ||
| commit.go | ||
| contributors_graph_test.go | ||
| contributors_graph.go | ||
| create.go | ||
| delete_test.go | ||
| delete.go | ||
| fork_test.go | ||
| fork.go | ||
| generate_test.go | ||
| generate.go | ||
| hooks.go | ||
| init.go | ||
| lfs_test.go | ||
| lfs.go | ||
| license_test.go | ||
| license.go | ||
| main_test.go | ||
| migrate.go | ||
| push.go | ||
| repo_team_test.go | ||
| repo_team.go | ||
| repository_test.go | ||
| repository.go | ||
| setting.go | ||
| template.go | ||
| transfer_test.go | ||
| transfer.go | ||