package
Version:
v0.0.0-...-770e577
Opens a new window with list of versions in this module.
Published: Aug 8, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JsonColumn[T any] struct {
Val T
Valid bool
}
JsonColumn 自定义数据库 json 字段类型。
如果 T 是指针且为 nil 则 Valid 必须为 false。
func (*JsonColumn[T]) Scan ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.