package
Version:
v1.9.1
Opens a new window with list of versions in this module.
Published: Jan 2, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
ID int `db:"id"`
Username string `db:"username"`
Event string `db:"event"`
DateCreated time.Time `db:"date_created"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.