Versions in this module Expand all Collapse all v0 v0.0.1 Jun 13, 2023 Changes in this version + type Group struct + ID string + Name string + type Organization struct + Group *Group + ID string + Name string + Slug string + URL string + type OrganizationsResponse struct + Organizations []Organization + type Orgs struct + Group Group + Id string + Name string + type SelfResponse struct + Data SelfResponseData + type SelfResponseData struct + Attributes SelfResponseDataAttribute + Id string + Type string + type SelfResponseDataAttribute struct + AvatarUrl string + DefaultOrgContext string + Email string + Name string + Username string + type UserMe struct + Email *string + Id *string + Orgs []Orgs + UserName *string