mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Record user event backed-up-database
This commit is contained in:
parent
88b84dc5ed
commit
9667e8c2a0
3 changed files with 671 additions and 666 deletions
|
@ -9,7 +9,7 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
// Package eventing records and propagates events based on user actions.
|
||||
// Package audit records and propagates events based on user actions.
|
||||
package audit
|
||||
|
||||
import "time"
|
||||
|
@ -93,6 +93,8 @@ const (
|
|||
EventTypeWorkflowApprovedChange EventType = "approved-change"
|
||||
EventTypeWorkflowRejectedChange EventType = "rejected-change"
|
||||
EventTypeWorkflowPublishRequested EventType = "requested-publication"
|
||||
EventTypeDatabaseBackup EventType = "backedup-database"
|
||||
EventTypeDatabaseRestore EventType = "restored-database"
|
||||
|
||||
// EventTypeVersionAdd records addition of version
|
||||
EventTypeVersionAdd EventType = "added-version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue