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

Method IsValid

application/product.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type ProductInterface interface {
15 IsValid() (bool, error)
16 Enable() error
17 Disable() error
18 GetID() string

Callers 1

BindMethod · 0.65

Implementers 3

Productapplication/product.go
MockProductInterfaceapplication/mocks/application.go
MockProductInterfaceMockRecorderapplication/mocks/application.go

Calls

no outgoing calls

Tested by

no test coverage detected