MCPcopy Create free account
hub / github.com/codeedu/fc2-arquitetura-hexagonal / Get

Method Get

application/product.go:26–26  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

24
25type ProductServiceInterface interface {
26 Get(id string) (ProductInterface, error)
27 Create(name string, price float64) (ProductInterface, error)
28 Enable(product ProductInterface) (ProductInterface, error)
29 Disable(product ProductInterface) (ProductInterface, error)

Callers

nothing calls this directly

Implementers 3

ProductServiceapplication/product_service.go
MockProductServiceInterfaceapplication/mocks/application.go
MockProductServiceInterfaceMockRecorderapplication/mocks/application.go

Calls

no outgoing calls

Tested by

no test coverage detected