package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Jun 9, 2024
License: CC0-1.0, CC0-1.0, MIT
Opens a new window with license information.
Imports: 2
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 string `json:"pubkey"`
Kind kind.T `json:"kind,omitempty"`
Identifier string `json:"identifier,omitempty"`
Relays []string `json:"relays,omitempty"`
}
type Event struct {
ID *eventid.T `json:"id"`
Relays []string `json:"relays,omitempty"`
Author string `json:"author,omitempty"`
Kind kind.T `json:"kind,omitempty"`
}
type Profile struct {
PublicKey string `json:"pubkey"`
Relays []string `json:"relays,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.