package
Version:
v0.0.0-...-5c5c951
Opens a new window with list of versions in this module.
Published: Mar 11, 2023
License: AGPL-3.0
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 Log struct {
ID uint `gorm:"primaryKey" json:"id"`
Level *int `json:"level"`
Message string `json:"message"`
Caller string `json:"caller"`
CreatedAt time.Time `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.