Documentation ¶
Index ¶
- type SQLite3Backend
- func (b *SQLite3Backend) AfterSave(evt *nostr.Event)
- func (b *SQLite3Backend) BeforeSave(ctx context.Context, evt *nostr.Event)
- func (b SQLite3Backend) CountEvents(ctx context.Context, filter *nostr.Filter) (int64, error)
- func (b SQLite3Backend) DeleteEvent(ctx context.Context, id string, pubkey string) error
- func (b *SQLite3Backend) Init() error
- func (b SQLite3Backend) QueryEvents(ctx context.Context, filter *nostr.Filter) (ch chan *nostr.Event, err error)
- func (b *SQLite3Backend) 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 SQLite3Backend ¶
func (*SQLite3Backend) AfterSave ¶
func (b *SQLite3Backend) AfterSave(evt *nostr.Event)
func (*SQLite3Backend) BeforeSave ¶
func (b *SQLite3Backend) BeforeSave(ctx context.Context, evt *nostr.Event)
func (SQLite3Backend) CountEvents ¶
func (b SQLite3Backend) CountEvents(ctx context.Context, filter *nostr.Filter) (int64, error)
func (SQLite3Backend) DeleteEvent ¶
func (*SQLite3Backend) Init ¶
func (b *SQLite3Backend) Init() error
func (SQLite3Backend) QueryEvents ¶
func (b SQLite3Backend) QueryEvents(ctx context.Context, filter *nostr.Filter) (ch chan *nostr.Event, err error)
Click to show internal directories.
Click to hide internal directories.