package
Version:
v1.2.3
Opens a new window with list of versions in this module.
Published: Sep 27, 2024
License: GPL-3.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 BaseModel struct {
Id int `json:"id" storm:"id,increment,index,unique"`
CreatedAt time.Time `json:"createdAt" storm:"index"`
UpdatedAt time.Time `json:"updatedAt" storm:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.