package
Version:
v0.0.0-...-5d153c6
Opens a new window with list of versions in this module.
Published: Apr 30, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Look up a user handle of the form "@username@remotehost.ext"
and return the WebFinger payload
type Link struct {
HRef string `json:"href"`
Type string `json:"type,omitempty"`
Rel string `json:"rel"`
Properties map[string]*string `json:"properties,omitempty"`
Titles map[string]string `json:"titles,omitempty"`
}
type Resource struct {
Subject string `json:"subject,omitempty"`
Aliases []string `json:"aliases,omitempty"`
Properties map[string]string `json:"properties,omitempty"`
Links []Link `json:"links"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.