package
Version:
v0.0.0-...-139547c
Opens a new window with list of versions in this module.
Published: Jan 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
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 uint `json:"id" gorm:"primary_key;AUTO_INCREMENT"`
CreatedAt time.Time `json:"-"`
UpdatedAt time.Time `json:"-"`
DeletedAt *time.Time `json:"-" sql:"index"`
}
Source Files
¶
Directories
¶
|
|
|
|
proto
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.