Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IG ¶
IG holds authorization to use the Instagram api
func (*IG) MarshalJSON ¶
func (*IG) UnmarshalJSON ¶
type RawUsers ¶
func NewRawUsers ¶
func NewRawUsers() RawUsers
type UserData ¶
type UserData struct {
IG *IG
Events Events
NotFollower RawUsers
Mutual RawUsers
NotFollowing RawUsers
}
UserData holds the followers for a single user
func NewUserData ¶
func (UserData) ListFollowers ¶
ListFollowers gets a user's followers, sorted by username
func (UserData) ListFollowing ¶
ListFollowing gets a user's following, sorted by username
Click to show internal directories.
Click to hide internal directories.