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

Struct menuRepository

internal/repository/menu.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type menuRepository struct {
21 l *zap.Logger
22 dao dao.MenuDAO
23}
24
25func NewMenuRepository(l *zap.Logger, dao dao.MenuDAO) MenuRepository {
26 return &menuRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected