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

Struct menuService

internal/service/menu.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type menuService struct {
22 l *zap.Logger
23 repo repository.MenuRepository
24}
25
26func NewMenuService(l *zap.Logger, repo repository.MenuRepository) MenuService {
27 return &menuService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected