Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Db *gorm.DB
Functions ¶
This section is empty.
Types ¶
type Notification ¶ added in v0.3.0
type Notification struct {
Model
Type NotificationType
Endpoint string
Nonce string
ResponseCode int
Response string
Data string
}
Notification records notifications sent by lake
type NotificationType ¶ added in v0.3.0
type NotificationType string
const (
NotificationTaskSuccess NotificationType = "TaskSuccess"
)
Click to show internal directories.
Click to hide internal directories.