Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataJSON ¶
type DataJSON struct { EntryData struct { ProfilePage []struct { GraphQL struct { User struct { ID string `json:"id"` Username string `json:"username"` FullName string `json:"full_name"` Biography string `json:"biography"` ProfileURL string `json:"profile_pic_url_hd"` Media struct { Edges []struct { Node mediaNode `json:"node"` PageInfo pageInfo `json:"page_info"` } `json:"edges"` } `json:"edge_owner_to_timeline_media"` } `json:"user"` } `json:"graphql"` } `json:"ProfilePage"` } `json:"entry_data"` }
Click to show internal directories.
Click to hide internal directories.