Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("Webfinger: resource not found")
Functions ¶
Types ¶
type Link ¶
type Link struct { Rel string `json:"rel,omitempty"` Type string `json:"type,omitempty"` Href string `json:"href,omitempty"` Template string `json:"template,omitempty"` Titles map[string]string `json:"titles,omitempty"` Properties map[string]*string `json:"properties,omitempty"` }
func (*Link) MarshalXML ¶
func (*Link) UnmarshalXML ¶
Click to show internal directories.
Click to hide internal directories.