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

Method GetMenuTree

internal/service/menu.go:18–18  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

16 UpdateMenu(ctx context.Context, menu *domain.Menu) error
17 DeleteMenu(ctx context.Context, id int) error
18 GetMenuTree(ctx context.Context) ([]*domain.Menu, error)
19}
20
21type menuService struct {

Callers 2

GetMenusMethod · 0.65
GetMenuTreeMethod · 0.65

Implementers 1

menuServiceinternal/service/menu.go

Calls

no outgoing calls

Tested by

no test coverage detected