Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulseProfile ¶
type PulseProfile struct { ID string MTS int64 Nickname string Picture string Text string TwitterHandle string Followers int64 Following int64 TippingStatus int64 }
PulseProfile data structure
func NewFromRaw ¶
func NewFromRaw(raw []interface{}) (*PulseProfile, error)
NewFromRaw takes in slice of interfaces and converts them to pointer to Pulse Profile
Click to show internal directories.
Click to hide internal directories.