MCPcopy Index your code
hub / github.com/coder/coder / CustomNotificationRequest

Struct CustomNotificationRequest

codersdk/notifications.go:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292type CustomNotificationRequest struct {
293 Content *CustomNotificationContent `json:"content"`
294 // TODO(ssncferreira): Add target (user_ids, roles) to support multi-user and role-based delivery.
295 // See: https://github.com/coder/coder/issues/19768
296}
297
298const (
299 maxCustomNotificationTitleLen = 120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected