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

Struct CustomNotificationContent

codersdk/notifications.go:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287type CustomNotificationContent struct {
288 Title string `json:"title"`
289 Message string `json:"message"`
290}
291
292type CustomNotificationRequest struct {
293 Content *CustomNotificationContent `json:"content"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected