Database

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2020 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SuggestionStatusPending int = iota
	SuggestionStatusAccepted
	SuggestionStatusDenied
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Suggestion

type Suggestion struct {
	gorm.Model
	MessageId  string
	ChannelId  string
	Suggestion string `gorm:"size:512"`
	Status     int
	Message    string `gorm:"size:512"`
}

Jump to

Keyboard shortcuts

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