Discover Packages
github.com/khulnasoft-lab/go-application-framework
internal
api
contract
package
Version:
v0.0.0-...-a5f9fc7
Opens a new window with list of versions in this module.
Published: Nov 14, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Group struct {
Name string `json:"name"`
ID string `json:"id"`
}
type Organization struct {
Name string `json:"name"`
ID string `json:"id"`
Slug string `json:"slug"`
URL string `json:"url"`
Group *Group `json:"group"`
}
type OrganizationsResponse struct {
Organizations []Organization `json:"orgs"`
}
type Orgs struct {
Name string `json:"name"`
Id string `json:"id"`
Group Group `json:"group"`
}
type SelfResponseDataAttribute struct {
AvatarUrl string `json:"avatar_url,omitempty"`
DefaultOrgContext string `json:"default_org_context,omitempty"`
Name string `json:"name,omitempty"`
Username string `json:"username,omitempty"`
Email string `json:"email,omitempty"`
}
type UserMe struct {
Id *string `json:"id"`
UserName *string `json:"username"`
Email *string `json:"email"`
Orgs []Orgs `json:"orgs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.