chore(client): refactoring
This commit is contained in:
parent
d18a812ea4
commit
1c70b5d949
5 changed files with 29 additions and 29 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue