model

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	gorm.Model
	Message
}

type Message

type Message struct {
	Question string `json:"question"`
	Answer   string `json:"answer"`
	Session  string `json:"session"`
}

type User

type User struct {
	UID     string `gorm:"UNIQUE"`
	Session string `gorm:"NOT NULL"`
}

Jump to

Keyboard shortcuts

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