Documentation
¶
Index ¶
- type NullStore
- func (b NullStore) Close()
- func (b NullStore) DeleteEvent(ctx context.Context, evt *nostr.Event) error
- func (b NullStore) Init() error
- func (b NullStore) QueryEvents(ctx context.Context, filter nostr.Filter) (chan *nostr.Event, error)
- func (b NullStore) SaveEvent(ctx context.Context, evt *nostr.Event) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullStore ¶
type NullStore struct{}
func (NullStore) DeleteEvent ¶
func (NullStore) QueryEvents ¶
Click to show internal directories.
Click to hide internal directories.