database

package
v0.0.0-...-76b3d1a Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect(path string) (*gorm.DB, error)

Types

type DBStorage

type DBStorage struct {
	DB *gorm.DB
}

func (DBStorage) Close

func (dbs DBStorage) Close() error
func (dbs DBStorage) Delete(id string) error {
	return dbs.DB.Delete()
}

func (DBStorage) Reset

func (dbs DBStorage) Reset() error

Jump to

Keyboard shortcuts

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