models

package
v0.0.0-...-d9f0dd3 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2025 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IQ

type IQ struct {
	ID          uint      `gorm:"primaryKey" json:"id"`
	IQFrom      int       `json:"iq_from"`
	IQTo        int       `json:"iq_to"`
	Category    string    `json:"category"`
	Aliases     string    `json:"aliases"`
	Description string    `gorm:"column:desc" json:"desc"`
	Icon        string    `json:"icon"`
	Video       string    `json:"video"`
	CreatedAt   time.Time `json:"created_at"`
	UpdatedAt   time.Time `json:"updated_at"`
}

type IqQuestions

type IqQuestions struct {
	gorm.Model
	Question  string `json:"question"`
	Image     string `json:"image"`
	AnswerKey string `json:"answer_key"`
}

Jump to

Keyboard shortcuts

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