package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 24, 2021
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Initialize() (err error)
Initialize initialize
type Options struct {
Limit int `form:"limit"`
Offset int `form:"offset"`
Category string `form:"category"`
}
Options ..
type User struct {
gorm.Model `json:"-"`
Name string `json:"name" gorm:"name"`
}
User user
Find find all the questions
Source Files
¶
Click to show internal directories.
Click to hide internal directories.