(ctx context.Context, menu *domain.Menu)
| 14 | CreateMenu(ctx context.Context, menu *domain.Menu) error |
| 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 | } |
no outgoing calls
no test coverage detected