model

package
v1.8.6 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	ID        uint64
	CreatedAt time.Time
	ThreadID  uint64
	UserId    uint64
	Text      string
}

type Thread

type Thread struct {
	ID        uint64
	CreatedAt time.Time
	ObjectId  uint64
	UserId    uint64
	Title     string
	Messages  []Message `gorm:"constraint:OnDelete:CASCADE;"`
}

Jump to

Keyboard shortcuts

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