mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
Provide list, add, and remove operations for repositories accessible
by a team via 'tea teams repos {list,create,delete}'. The repos
package reuses the RequireTeamID helper exported by cmd/teams and
introduces a parseRepoSlug helper for '<owner>/<repo>' arguments.
|
||
|---|---|---|
| .. | ||
| api | ||
| auth | ||
| config | ||
| context | ||
| debug | ||
| filelock | ||
| git | ||
| httputil | ||
| interact | ||
| task | ||
| theme | ||
| utils | ||
| version | ||