Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfullcycle/goexpert
/ GetDateTime
Method
GetDateTime
20-CleanArch/pkg/events/interface.go:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
type
EventInterface
interface
{
9
GetName() string
10
GetDateTime() time.Time
11
GetPayload()
interface
{}
12
SetPayload(payload
interface
{})
13
}
Callers
nothing calls this directly
Implementers
2
TestEvent
20-CleanArch/pkg/events/event_dispatch
OrderCreated
20-CleanArch/internal/event/order_crea
Calls
no outgoing calls
Tested by
no test coverage detected