MCPcopy
hub / github.com/vouch/vouch-proxy / GitHubUser

Struct GitHubUser

pkg/structs/structs.go:117–122  ·  view source on GitHub ↗

GitHubUser is a retrieved and authentiacted user from GitHub.

Source from the content-addressed store, hash-verified

115
116// GitHubUser is a retrieved and authentiacted user from GitHub.
117type GitHubUser struct {
118 User
119 Login string `json:"login"`
120 Picture string `json:"avatar_url"`
121 // jwt.StandardClaims
122}
123
124// GitHubTeamMembershipState for GitHub team api call
125type GitHubTeamMembershipState struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected