package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Apr 14, 2025
License: BSD-3-Clause
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 FindByIDService[T any] struct{}
type UniqueService[T any] struct{}
UniqueService 校验传入值是否已经在数据库中存在
T 表示要查询表的Model
k为 'id' 作为排除,比如更新时
type UserService struct{
g.Unique[model.User]
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.