Discover Packages
github.com/anyshake/observer
drivers
dao
package
Version:
v0.0.0-...-9ff4ced
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
type BaseTable struct {
PrimaryKey uint64 `gorm:"primary_key"`
CreatedAt int64 `gorm:"column:created_at;autoUpdateTime:milli;<-:create"`
}
type Table interface {
GetModel() any
GetName() string
}
Source Files
¶
Directories
¶
engine
Click to show internal directories.
Click to hide internal directories.