Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents the data required to connect to the Twitter API
type Tweet ¶
type Tweet struct {
User User `json:"user"`
Text string `json:"text"`
CreatedAt string `json:"created_at"`
}
func (*Tweet) PrettyCreatedAt ¶
type User ¶
type User struct {
ScreenName string `json:"screen_name"`
}
User is used as part of the Tweet struct to get user information
type Widget ¶
type Widget struct {
view.MultiSourceWidget
view.TextWidget
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.