(ctx context.Context)
| 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 | |
| 20 | type menuRepository struct { |