MCPcopy
hub / github.com/cli/cli / User

Struct User

pkg/search/result.go:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214type User struct {
215 GravatarID string `json:"gravatar_id"`
216 ID string `json:"node_id"`
217 Login string `json:"login"`
218 SiteAdmin bool `json:"site_admin"`
219 Type string `json:"type"`
220 URL string `json:"html_url"`
221}
222
223type Issue struct {
224 Assignees []User `json:"assignees"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected