mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-07 14:49:56 +02:00
nip11: always return a struct from Fetch() with URL filled.
This commit is contained in:
@ -3,6 +3,8 @@ package nip11
|
||||
import "slices"
|
||||
|
||||
type RelayInformationDocument struct {
|
||||
URL string `json:"-"`
|
||||
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
PubKey string `json:"pubkey"`
|
||||
|
Reference in New Issue
Block a user