reddit

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DownloadFromReddit

func DownloadFromReddit() error

Types

type ChildData

type ChildData struct {
	ChildObj ChildInfo `json:"data"`
}

type ChildInfo

type ChildInfo struct {
	Title                 string `json:"title"`
	SubredditNamePrefixed string `json:"subreddit_name_prefixed"`
	Url                   string `json:"url"`
}

type Children

type Children struct {
	ChildrenArr []ChildData `json:"children"`
}

type Result

type Result struct {
	Data Children `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL