Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportReadyEvent ¶
type ExportReadyEvent struct {
Recipients []string
Channels []string
Locale string
TenantID string
ActorID string
FileName string
Format string
URL string
ExpiresAt string
Rows int
Parts int
ManifestURL string
Message string
ChannelOverrides map[string]map[string]any
Attachments []NotificationAttachment
}
ExportReadyEvent mirrors go-notifications OnReadyEvent, but stays in go-export.
type ExportReadyNotifier ¶
type ExportReadyNotifier interface {
Send(ctx context.Context, evt ExportReadyEvent) error
}
ExportReadyNotifier delivers export-ready notifications.
Click to show internal directories.
Click to hide internal directories.