entity

package
v0.0.0-...-ec10a6c Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2024 License: GPL-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 Guild

type Guild struct {
	ID              string            `xorm:"id varchar(255) not null pk"`
	PreferredLocale i18n.LanguageName `xorm:"preferred_locale varchar(5) not null"`
}

type User

type User struct {
	ID                     string            `xorm:"id varchar(255) not null pk"`
	PreferredLocale        i18n.LanguageName `xorm:"preferred_locale varchar(5) null"`
	LastSlashCommandLocale i18n.LanguageName `xorm:"last_slash_command_locale varchar(5) null"`
}

Jump to

Keyboard shortcuts

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