package
0.0.0-20250221025053-c3ab81728e88
Repository: https://github.com/denglitong/golang.git
Documentation: pkg.go.dev

# Structs

Model GORM defined a gorm.Model struct, which includes fields ID, CreatedAt, UpdatedAt, DeletedAt.
User model Models are normal structs with basic Go types, pointers/alias of them or custom types implementing Scanner and Valuer interfaces.
UserModel equals to User.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Value is a value that drivers must be able to handle.