package
Version:
v0.0.0-...-cabc153
Opens a new window with list of versions in this module.
Published: Feb 24, 2025
License: Unlicense
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
ID string `json:"id"`
PubKey string `json:"pubkey"`
CreatedAt time.Time `json:"created_at"`
Kind string `json:"kind"`
Content string `json:"content"`
Tags [][]string `json:"tags"`
ReactionCount int `json:"reaction_count"`
}
GetTrendingKind20 returns the top 20 trending posts of kind 20 from the last 24 hours
Source Files
¶
Click to show internal directories.
Click to hide internal directories.