MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / User

Struct User

pkg/github/types/types.go:134–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134type User struct {
135 Login *string `json:"login,omitempty"`
136 ID *int64 `json:"id,omitempty"`
137 NodeID *string `json:"node_id,omitempty"`
138 HTMLURL *string `json:"html_url,omitempty"`
139 Name *string `json:"name,omitempty"`
140 Company *string `json:"company,omitempty"`
141 Blog *string `json:"blog,omitempty"`
142 Location *string `json:"location,omitempty"`
143 Email *string `json:"email,omitempty"`
144 Hireable *bool `json:"hireable,omitempty"`
145 PublicRepos *int `json:"public_repos,omitempty"`
146 PublicGists *int `json:"public_gists,omitempty"`
147 Followers *int `json:"followers,omitempty"`
148 Following *int `json:"following,omitempty"`
149 Type *string `json:"type,omitempty"`
150 SiteAdmin *bool `json:"site_admin,omitempty"`
151 TotalPrivateRepos *int `json:"total_private_repos,omitempty"`
152 OwnedPrivateRepos *int `json:"owned_private_repos,omitempty"`
153 PrivateGists *int `json:"private_gists,omitempty"`
154 TwoFactorAuthentication *bool `json:"two_factor_authentication,omitempty"`
155 GistsURL *string `json:"gists_url,omitempty"`
156 OrganizationsURL *string `json:"organizations_url,omitempty"`
157 ReposURL *string `json:"repos_url,omitempty"`
158 Permissions map[string]bool `json:"permissions,omitempty"`
159 RoleName *string `json:"role_name,omitempty"`
160}
161
162type InstallID = int64
163type RepoName = string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected