package
Version:
v1.3.2
Opens a new window with list of versions in this module.
Published: Dec 9, 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 by `json:"pubkey"`
Kind *kind.T `json:"kind,omitempty"`
Identifier by `json:"identifier,omitempty"`
Relays []by `json:"relays,omitempty"`
}
type Event struct {
ID *eventid.T `json:"id"`
Relays []by `json:"relays,omitempty"`
Author by `json:"author,omitempty"`
Kind *kind.T `json:"kind,omitempty"`
}
type Profile struct {
PublicKey by `json:"pubkey"`
Relays []by `json:"relays,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.