MCPcopy Index your code
hub / github.com/apache/devlake / Notification

Struct Notification

backend/core/models/notification.go:31–39  ·  view source on GitHub ↗

Notification records notifications sent by lake

Source from the content-addressed store, hash-verified

29
30// Notification records notifications sent by lake
31type Notification struct {
32 common.Model
33 Type NotificationType
34 Endpoint string
35 Nonce string
36 ResponseCode int
37 Response string
38 Data string
39}
40
41func (Notification) TableName() string {
42 return "_devlake_notifications"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected