models

package
v0.0.0-...-b11b111 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChatDB *gorm.DB

Functions

func InitDB

func InitDB() *gorm.DB

Types

type User

type User struct {
	gorm.Model
	Id       uint `gorm:"primaryKey"`
	Username string
	Email    string `gorm:"unique"`
}

Jump to

Keyboard shortcuts

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