Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatVersion ¶
func FormatVersion() string
FormatVersion constructs the version string for the application
Types ¶
type Profile ¶
type Profile struct {
AvatarURL string `json:"avatar_url"`
Username string `json:"username"`
Name converter.NullJSONString `json:"name"`
Header converter.NullJSONString `json:"header"`
Bio converter.NullJSONString `json:"bio"`
Links []Link `json:"links"`
}
Profile is a publicly-viewable user, containing only the data necessary to display a profile.
func (*Profile) RenderedBio ¶
Click to show internal directories.
Click to hide internal directories.
