Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
func (*API) AddHandlers ¶
type Client ¶
func (*Client) CreateTeam ¶
func (c *Client) CreateTeam(ctx context.Context, organization organization.Name, opts team.CreateTeamOptions) (*team.Team, error)
CreateTeam creates a team via HTTP/JSONAPI.
func (*Client) DeleteTeam ¶
DeleteTeam deletes a team via HTTP/JSONAPI.
type TFEAPI ¶
func (*TFEAPI) AddHandlers ¶
type TeamClient ¶
type TeamClient = Client
Alias client to permit embedding it with other clients in a struct without a name clash.
Click to show internal directories.
Click to hide internal directories.