package
Version:
v0.5.18
Opens a new window with list of versions in this module.
Published: Jul 20, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DoModel[TDO interface{}] struct {
BuildDo func(do TDO) (interface{}, error)
}
func (d *DoModel[TDO]) DoFactory(do TDO) (interface{}, error)
DoFactory 构建待写入数据库的Do数据对象
Source Files
¶
Click to show internal directories.
Click to hide internal directories.