(ctx context.Context, id int)
| 15 | GetMenuById(ctx context.Context, id int) (*domain.Menu, error) |
| 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 |
no outgoing calls
no test coverage detected