db

package
v0.0.0-...-f21933c Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CREATE = "CREATE"

	// drop the database
	DROP = "DROP"
)

Variables

This section is empty.

Functions

func AddDBUser

func AddDBUser(username string) error

func DbConnect

func DbConnect() (*gorm.DB, error)

func DbMock

func DbMock(operation string)

Types

type DBUser

type DBUser struct {
	gorm.Model
	Username string
}

Jump to

Keyboard shortcuts

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