lazy

package
v1.18.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RedditSearch added in v1.18.0

func RedditSearch(sender oodle.Sender) oodle.Trigger

func Register

func Register(deps *oodle.Deps) error

func YoutubeSearch

func YoutubeSearch() oodle.Command

Types

type Pattern added in v1.18.0

type Pattern struct {
	// contains filtered or unexported fields
}

type SearchContainer added in v1.18.0

type SearchContainer struct {
	Kind string `json:"kind"`
	Data struct {
		Children []struct {
			Data SearchResult `json:"data,omitempty"`
		} `json:"children"`
	} `json:"data"`
}

type SearchResult added in v1.18.0

type SearchResult struct {
	Title     string `json:"title"`
	Permalink string `json:"permalink"`
	URL       string `json:"url"`
}

Jump to

Keyboard shortcuts

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