Refactor checkpoint information
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
e21364603e
commit
9eb08b8971
10 changed files with 85 additions and 44 deletions
1
event.go
1
event.go
|
@ -20,6 +20,7 @@ const (
|
|||
AddProcessEventType EventType = "addProcess"
|
||||
UpdateContainerEventType EventType = "updateContainer"
|
||||
CreateCheckpointEventType EventType = "createCheckpoint"
|
||||
DeleteCheckpointEventType EventType = "deleteCheckpoint"
|
||||
)
|
||||
|
||||
func NewEvent(t EventType) *Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue