package
Version:
v0.0.0-...-8e1bd20
Opens a new window with list of versions in this module.
Published: Nov 3, 2018
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Conn connect on SQL Data Base Gorm
type CommonModelFields struct {
ID uint `gorm:"primary_key" json:"id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"deleted_at"`
}
CommonModelFields ia a base for gorm.Model with json type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.