package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Aug 4, 2024
License: CC0-1.0
Opens a new window with license information.
Imports: 4
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.