(ctx context.Context)
| 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 | |
| 21 | type menuService struct { |
no outgoing calls
no test coverage detected