Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet()
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct { }
Entity 实体结构体,与物理表一一对应。 TODO 'Entity'需要替换为对应的实体表名 TODO 如果有多个实体,请拆分为多个文件,一个文件一个实体
type EntityRepo ¶
type EntityRepo interface { }
EntityRepo 实体的读/写/查询操作接口。 TODO 'EntityRepo'需要替换为对应的实体表名,后缀统一为Repo
Click to show internal directories.
Click to hide internal directories.