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

Method GetMenuTree

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

Source from the content-addressed store, hash-verified

15 DeleteMenu(ctx context.Context, id int) error
16 ListMenus(ctx context.Context, page, pageSize int) ([]*domain.Menu, int, error)
17 GetMenuTree(ctx context.Context) ([]*domain.Menu, error)
18}
19
20type menuRepository struct {

Callers 1

GetMenuTreeMethod · 0.65

Implementers 2

menuRepositoryinternal/repository/menu.go
menuDAOinternal/repository/dao/menu.go

Calls

no outgoing calls

Tested by

no test coverage detected