Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GotBioMsg ¶
GotBioMsg is sent when we've successfully fetched the user's bio. It contains the user's profile data.
type Model ¶
type Model struct {
Quit bool // signals it's time to exit the whole application
Err error
User *charm.User
// contains filtered or unexported fields
}
Model stores the state of the info user interface.
Click to show internal directories.
Click to hide internal directories.