Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
ProductInterface
interface
{
15
IsValid() (bool, error)
16
Enable() error
17
Disable() error
18
GetID() string
Callers
1
Bind
Method · 0.65
Implementers
3
Product
application/product.go
MockProductInterface
application/mocks/application.go
MockProductInterfaceMockRecorder
application/mocks/application.go
Calls
no outgoing calls
Tested by
no test coverage detected