Skip to content

Commit

Permalink
Go: teams re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
assafad1 committed Dec 1, 2024
1 parent 35ed741 commit 1c98265
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go/teams-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,27 @@ import (
// CreateTeamInOrgRequest is a request to create a team.
type CreateTeamInOrgRequest = teams.CreateTeamInOrgRequest

// CreateTeamInOrgResponse is a response to creating a team.
type CreateTeamInOrgResponse = teams.CreateTeamInOrgResponse

// UpdateTeamRequest is a request to update a team.
type UpdateTeamRequest = teams.UpdateTeamRequest

// UpdateTeamResponse is a response to updating a team.
type UpdateTeamResponse = teams.UpdateTeamResponse

// GetTeamRequest is a request to get a team.
type GetTeamRequest = teams.GetTeamRequest

// GetTeamResponse is a response to getting a team.
type GetTeamResponse = teams.GetTeamResponse

// DeleteTeamRequest is a request to delete a team.
type DeleteTeamRequest = teams.DeleteTeamRequest

// DeleteTeamResponse is a response to deleting a team.
type DeleteTeamResponse = teams.DeleteTeamResponse

// SetDailyQuotaRequest is a request to set the daily quota for a team.
type SetDailyQuotaRequest = teams.SetDailyQuotaRequest

Expand Down

0 comments on commit 1c98265

Please sign in to comment.