Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ interactiveDAO
Struct
interactiveDAO
internal/repository/dao/interactive.go:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
interactiveDAO
struct
{
41
db *gorm.DB
42
l *zap.Logger
43
}
44
45
// UserLikeBiz 用户点赞业务结构体
46
type
UserLikeBiz
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected