Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = log
View Source
var Router = mux.NewRouter()
Functions ¶
func GetListeningFilters ¶
func GetListeningFilters() nostr.Filters
Types ¶
type AdvancedDeleter ¶ added in v1.5.0
type AdvancedQuerier ¶ added in v1.5.0
type AdvancedQuerier interface { BeforeQuery(*nostr.Filter) AfterQuery([]nostr.Event, *nostr.Filter) }
type AdvancedSaver ¶ added in v1.5.0
type AdvancedSaver interface { BeforeSave(*nostr.Event) AfterSave(*nostr.Event) }
type Informationer ¶ added in v1.5.0
type Informationer interface {
GetNIP11InformationDocument() nip11.RelayInformationDocument
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.