MCPcopy
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
105type EventData interface {
106 ToMap() map[string]any
107}
108
109func (t *WorkspaceSubscriptionTrafficEventData) ToMap() map[string]any {
110 return map[string]any{

Callers 1

Implementers 5

WorkspaceSubscriptionTrafficEventDatacontrollers/pkg/user_notify/types.go
DebtEventDatacontrollers/pkg/user_notify/types.go
WorkspaceSubscriptionDebtEventDatacontrollers/pkg/user_notify/types.go
WorkspaceSubscriptionEventDatacontrollers/pkg/user_notify/types.go
CustomEventDatacontrollers/pkg/user_notify/types.go

Calls

no outgoing calls

Tested by

no test coverage detected