package
Version:
v0.0.0-...-5b0d633
Opens a new window with list of versions in this module.
Published: Jun 29, 2019
License: Unlicense
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 CommonFields struct {
ID uint `gorm:"primary_key" json:"id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"-"`
}
CommonFields contains ID, created_at, updated_at and deleted_at
Source Files
¶
Click to show internal directories.
Click to hide internal directories.