models

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	URL       string `json:"url"`
	Title     string `json:"title"`
	ShortDesc string `json:"description"`
	Author    string `json:"author"`
	Date      string `json:"timestamp"`
	SourceUrl string `json:"source_url"`
	Content   string `json:"content"`
	ImgUrl    string `json:"img_url"`
}

type ScraperResponse

type ScraperResponse struct {
	Body   string
	Status int
	WebUrl string
}

Jump to

Keyboard shortcuts

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