Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FriendLink ¶
type FriendLink struct {
Name string `json:"name"`
Description string `json:"description"`
URL string `json:"url"`
Email string `json:"email"`
IconURL string `json:"icon_url,omitempty"`
AvatarURL string `json:"-"`
}
func DecodeFriendLinks ¶
func DecodeFriendLinks(raw string) ([]FriendLink, error)
Click to show internal directories.
Click to hide internal directories.