bst_models

package
v0.0.0-...-cb6fcfe Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BstProfile

type BstProfile struct {
	UserId             int    `json:"userid" gorm:"column:user_id;type:serial;primary_key"`
	User               string `json:"user" gorm:"column:user_sub;unique;not_null"'`
	Nickname           string `json:"nickname" gorm:"column:nickname"`
	Public             bool   `json:"public" gorm:"column:public"`
	EventParticipation bool   `json:"event_participation" gorm:"column:event_participation"`
	DdrAutoUpdate      bool   `json:"ddrautoupdate" gorm:"column:ddr_auto_update"`
	DrsAutoUpdate      bool   `json:"drsautoupdate" gorm:"column:drs_auto_update"`
}

func (BstProfile) TableName

func (BstProfile) TableName() string

Jump to

Keyboard shortcuts

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