MCPcopy
hub / github.com/labring/sealos / CustomEventData

Struct CustomEventData

controllers/pkg/user_notify/types.go:390–395  ·  view source on GitHub ↗

CustomEventData 自定义事件数据

Source from the content-addressed store, hash-verified

388
389// CustomEventData 自定义事件数据
390type CustomEventData struct {
391 Type EventType `json:"-"`
392 Title string `json:"title"`
393 Content string `json:"content"`
394 ExtraData map[string]any `json:"extra_data,omitempty"`
395}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected