chore(client): refactoring

This commit is contained in:
Julien Dessaux 2025-05-23 13:09:33 +02:00
parent d18a812ea4
commit 1c70b5d949
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 29 additions and 29 deletions

View file

@ -28,10 +28,10 @@ type RepositoryInternalTracker struct {
}
type RepositoryTransfer struct {
Description string `json:"description"`
Doer *User `json:"doer"`
Recipient *User `json:"recipient"`
Teams []Team `json:"teams"`
Description string `json:"description"`
Doer *User `json:"doer"`
Recipient *User `json:"recipient"`
Teams []OrganizationTeam `json:"teams"`
}
type Repository struct {