db

package
v0.0.0-...-087a31b Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *gorm.DB

Functions

func Init

func Init(path string) (err error)

Types

type Group

type Group struct {
	ID   uint
	Name string `gorm:"unique"`
}

type User

type User struct {
	ID       uint
	Name     string
	Email    string `gorm:"unique"`
	Password string
	IsAdmin  bool
	Groups   []Group `gorm:"many2many:memberships"`
}

Jump to

Keyboard shortcuts

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