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

Struct IndieAuthUser

pkg/structs/structs.go:136–139  ·  view source on GitHub ↗

IndieAuthUser see indieauth.net

Source from the content-addressed store, hash-verified

134
135// IndieAuthUser see indieauth.net
136type IndieAuthUser struct {
137 User
138 URL string `json:"me"`
139}
140
141// PrepareUserData implement PersonalData interface
142func (u *IndieAuthUser) PrepareUserData() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected