types

package
v0.0.0-...-27fe79e Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Url     string
	Type    string
	Id      string
	Payload interface{}
}

type ParseResult

type ParseResult struct {
	Requests []Request
	Items    []Item
}

type Request

type Request struct {
	Url    string
	Parser parse.Parser
}

Jump to

Keyboard shortcuts

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