MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / apiDAO

Struct apiDAO

internal/repository/dao/api.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type apiDAO struct {
35 db *gorm.DB
36 l *zap.Logger
37}
38
39func NewApiDAO(db *gorm.DB, l *zap.Logger) ApiDAO {
40 return &apiDAO{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected