package
Version:
v0.0.0-...-fcecf71
Opens a new window with list of versions in this module.
Published: Nov 7, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package nextjs implements the way to pull the news from nextjs-based news pages
type Item struct {
UID string `json:"uid"`
Authors []string `json:"authors"`
Categories []string `json:"categories"`
Date time.Time `json:"date"`
Description string `json:"description"`
Image string `json:"image"`
Tags []string `json:"tags"`
Title string `json:"title"`
URL string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.