mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-09-18 11:32:25 +02:00
support for EOSE and OK messages on relay/subscription.
This commit is contained in:
@@ -4,8 +4,9 @@ type Subscription struct {
|
||||
id string
|
||||
conn *Connection
|
||||
|
||||
filters Filters
|
||||
Events chan Event
|
||||
filters Filters
|
||||
Events chan Event
|
||||
EndOfStoredEvents chan struct{}
|
||||
|
||||
stopped bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user