Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/labring/sealos
/ EventData
Interface
EventData
controllers/pkg/user_notify/types.go:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
type
EventData
interface
{
106
ToMap()
map
[string]any
107
}
108
109
func
(t *WorkspaceSubscriptionTrafficEventData) ToMap()
map
[string]any {
110
return
map
[string]any{
Callers
1
HandleWorkspaceSubscriptionEvent
Method · 0.65
Implementers
5
WorkspaceSubscriptionTrafficEventData
controllers/pkg/user_notify/types.go
DebtEventData
controllers/pkg/user_notify/types.go
WorkspaceSubscriptionDebtEventData
controllers/pkg/user_notify/types.go
WorkspaceSubscriptionEventData
controllers/pkg/user_notify/types.go
CustomEventData
controllers/pkg/user_notify/types.go
Calls
no outgoing calls
Tested by
no test coverage detected