package
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: Jan 18, 2025
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OrganizationInfo struct {
Object string `json:"object"`
OrgId string `json:"id"`
Created int64 `json:"created"`
Title string `json:"title"`
Name string `json:"name"`
Personal bool `json:"personal"`
ParentOrgId string `json:"parent_org_id"`
}
type Profile struct {
UserID string `json:"id"`
FirstName string `json:"name"`
Email string `json:"email"`
Orgs struct {
Data []OrganizationInfo `json:"data"`
} `json:"orgs"`
}
Profile represents the structure of our profile data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.