Versions in this module Expand all Collapse all v0 v0.40.2 Dec 1, 2024 v0.40.1 Dec 1, 2024 Changes in this version + type Client struct + func NewClient(token string) (*Client, error) + func NewClientFromAPI(apiClient *cloudquery_api.ClientWithResponses) *Client + func (*Client) ValidateTeamAgainstTeams(name string, teams []string) error + func (c *Client) GetTeam(ctx context.Context, team string) (*Team, error) + func (c *Client) ListAllTeams(ctx context.Context) ([]string, error) + func (c *Client) ValidateTeam(ctx context.Context, name string) error + type Team = cloudquery_api.Team