types

package
v1.1.39 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backup added in v1.1.39

type Backup interface {
	Export(z *zip.Writer) error
	Import(z *zip.Reader) error
}

provides a backup interface for imports and exports

type DatabaseType

type DatabaseType string
const (
	DATABASE_SQLITE   DatabaseType = "sqlite3"
	DATABASE_POSTGRES DatabaseType = "postgresql"
	DATABASE_DUMMY    DatabaseType = "dummy"
)

Jump to

Keyboard shortcuts

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