package
Version:
v1.2.3
Opens a new window with list of versions in this module.
Published: Nov 20, 2024
License: Unlicense
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entity struct {
PublicKey B `json:"pubkey"`
Kind *kind.T `json:"kind,omitempty"`
Identifier B `json:"identifier,omitempty"`
Relays []B `json:"relays,omitempty"`
}
type Event struct {
ID *eventid.T `json:"id"`
Relays []B `json:"relays,omitempty"`
Author B `json:"author,omitempty"`
Kind *kind.T `json:"kind,omitempty"`
}
type Profile struct {
PublicKey B `json:"pubkey"`
Relays []B `json:"relays,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.