package
Version:
v0.0.0-...-cba5bb6
Opens a new window with list of versions in this module.
Published: Mar 23, 2020
License: Zlib
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
¶
type ActionLog struct {
ID uint64 `gorm:"primary_key"`
UserID uint64 `gorm:"not null"`
ActionType string `gorm:"not null"`
Action string `gorm:"not null"`
Log string `gorm:"type:text"`
CreatedAt time.Time `json:"-"`
UpdatedAt time.Time `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.