progressed events, filters.

This commit is contained in:
Jay
2025-10-21 17:25:11 -04:00
parent 2c893f9619
commit 580b2e4859
9 changed files with 1714 additions and 40 deletions

View File

@@ -12,13 +12,13 @@ import (
)
type Event struct {
ID string
PubKey string
CreatedAt int
Kind int
Tags [][]string
Content string
Sig string
ID string `json:"id"`
PubKey string `json:"pubkey"`
CreatedAt int `json:"created_at"`
Kind int `json:"kind"`
Tags [][]string `json:"tags"`
Content string `json:"content"`
Sig string `json:"sig"`
}
var (