model

package
v0.0.0-...-9835270 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2021 License: AGPL-3.0, Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentDatabase

type ContentDatabase interface {
	InsertMediaDownload(ctx context.Context, roomID, eventID, event string) error
	UpdateMediaDownload(ctx context.Context, roomID, eventID string, finished bool) error
	SelectMediaDownload(ctx context.Context) (roomIDs, eventIDs, events []string, err error)
}

type MediaDownloadInfo

type MediaDownloadInfo struct {
	RoomID  string
	EventID string
	Event   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL