database

package
v0.0.0-...-1758653 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2021 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 DB

type DB interface {
	// Open opens database
	Open(file string) error

	// Put puts report
	Put(key string, value acra.Report) error

	// Get gets report
	Get(key string) (acra.Report, error)

	// GetAll gets all reports
	GetAll() ([]acra.Report, error)

	// Delete deletes report
	Delete(key string) error

	// Close closes database
	Close() error
}

DB interface

Directories

Path Synopsis
drivers

Jump to

Keyboard shortcuts

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