Versions in this module Expand all Collapse all v2 v2.20210120.2 Jan 20, 2021 Changes in this version + type Auth struct + APIKey string + Email string + Password string + func (a *Auth) IDToken() (string, error) + type Client struct + func NewClient(client *http.Client, projectID string, auth *Auth) *Client + func (c *Client) GetTeamCurrent(team string) (*TeamPairing, error) + func (c *Client) GetTeamHistorical(team string) (*TeamPairingHistory, error) + func (c *Client) GetTeamLists(team string) (*TeamLists, error) + type TeamList struct + Items []TeamListItem + Order uint + Title string + type TeamListItem struct + Order uint + Reactions map[string]TeamListItemReaction + Text string + type TeamListItemReaction struct + Count uint + Timestamp uint + type TeamLists struct + Lists []TeamList + type TeamPair struct + People []TeamPerson + Roles []TeamRole + Tracks []TeamTrack + type TeamPairing struct + Pairs []TeamPair + func (pairing TeamPairing) ByRole(roleName string) []TeamPair + func (pairing TeamPairing) ByTrack(trackName string) []TeamPair + type TeamPairingHistory map[string]TeamPairing + type TeamPerson struct + DisplayName string + ID string + type TeamRole struct + ID string + Name string + type TeamTrack struct + ID string + Name string Other modules containing this package github.com/dpb587/go-pairist