package
Version:
v1.2.3
Opens a new window with list of versions in this module.
Published: May 5, 2024
License: GPL-2.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.