package
Version:
v0.0.0-...-1ba63b6
Opens a new window with list of versions in this module.
Published: Jul 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Answer struct {
gorm.Model
ID uint `json:"id"`
Content string `json:"content"`
QuestionID uint `json:"question_id"`
}
type Question struct {
gorm.Model
ID uint `json:"id"`
Title string `json:"title" binding:"required"`
Description string `json:"description" binding:"required"`
CategoryID uint `json:"category_id" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.