package
Version:
v0.0.0-...-4d6a32e
Opens a new window with list of versions in this module.
Published: Aug 2, 2024
License: MIT
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 Model struct {
ID uint `json:"id" gorm:"primaryKey;autoIncrement"`
CreatedAt time.Time `json:"createdAt" gorm:"autoCreateTime"`
UpdatedAt time.Time `json:"updatedAt" gorm:"autoUpdateTime:milli"`
DeletedAt gorm.DeletedAt `json:"deletedAt" gorm:"index"`
}
type R[T any] struct {
Code string `json:"c"`
Message string `json:"m"`
Data T `json:"d"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.