package
Version:
v0.0.0-...-3444db6
Opens a new window with list of versions in this module.
Published: Jul 23, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChildrenEdge struct {
Node ChildrenNode `json:"node"`
}
type ChildrenNode struct {
ID string `json:"id"`
DisplayURL string `json:"display_url"`
IsVideo bool `json:"is_video"`
VideoURL string `json:"video_url"`
}
type Data struct {
User User `json:"user"`
}
type Edge struct {
Node Node `json:"node"`
}
type Eottm struct {
Count uint `json:"count"`
PageInfo PageInfo `json:"page_info"`
Edges []Edge `json:"edges"`
}
type Node struct {
ID string `json:"id"`
DisplayURL string `json:"display_url"`
IsVideo bool `json:"is_video"`
VideoURL string `json:"video_url"`
Owner Owner `json:"owner"`
EdgeSidecarToChildren Estc `json:"edge_sidecar_to_children"`
}
type Owner struct {
ID string `json:"id"`
UserName string `json:"username"`
}
type PageInfo struct {
HasNextPage bool `json:"has_next_page"`
EndCursor string `json:"end_cursor"`
}
type Response struct {
Data Data `json:"data"`
Status string `json:"status"`
}
type User struct {
Eottm Eottm `json:"edge_owner_to_timeline_media"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.