db

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: 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 Database

type Database interface {
	Fetch(max int64) ([]model.WatchedEntity, error)
	UpdateHash(id string, userId string, hash string) error

	Set(model.WatchedEntityInit) error
	Read(id string, userId string) (model.WatchedEntity, error)
	Delete(id string, userId string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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