
The highest tagged major version is
v2.
package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Jul 18, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Base struct {
ID uint64 `gorm:"primary_key"`
CreatedAt time.Time `gorm:"not null; index:idx_created_at"`
UpdatedAt time.Time `gorm:"not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.