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

Method PrepareUserData

pkg/structs/structs.go:130–133  ·  view source on GitHub ↗

PrepareUserData implement PersonalData interface

()

Source from the content-addressed store, hash-verified

128
129// PrepareUserData implement PersonalData interface
130func (u *GitHubUser) PrepareUserData() {
131 // always use the u.Login as the u.Username
132 u.Username = u.Login
133}
134
135// IndieAuthUser see indieauth.net
136type IndieAuthUser struct {

Callers 1

GetUserInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected