(product ProductInterface)
| 27 | Create(name string, price float64) (ProductInterface, error) |
| 28 | Enable(product ProductInterface) (ProductInterface, error) |
| 29 | Disable(product ProductInterface) (ProductInterface, error) |
| 30 | } |
| 31 | |
| 32 | type ProductReader interface { |
nothing calls this directly
no outgoing calls
no test coverage detected