darksearch

package
v0.0.0-...-3d483f6 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DarkSearchModule

type DarkSearchModule struct {
	session.SessionModule
	Session *session.Session `json:"-"`
	Stream  *session.Stream  `json:"-"`
}

func PushDarkSearchModule

func PushDarkSearchModule(s *session.Session) *DarkSearchModule

func (*DarkSearchModule) Author

func (module *DarkSearchModule) Author() string

func (*DarkSearchModule) Description

func (module *DarkSearchModule) Description() string

func (*DarkSearchModule) GetInformation

func (module *DarkSearchModule) GetInformation() session.ModuleInformation

func (*DarkSearchModule) GetType

func (module *DarkSearchModule) GetType() []string

func (*DarkSearchModule) Name

func (module *DarkSearchModule) Name() string

func (*DarkSearchModule) Start

func (module *DarkSearchModule) Start()

type DarkSearchResults

type DarkSearchResults struct {
	Total       int `json:"total"`
	PerPage     int `json:"per_page"`
	CurrentPage int `json:"current_page"`
	LastPage    int `json:"last_page"`
	From        int `json:"from"`
	To          int `json:"to"`
	Data        []struct {
		Title       string `json:"title"`
		Link        string `json:"link"`
		Description string `json:"description"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

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