fix(deps): update module github.com/checkpoint-restore/checkpointctl to v1.2.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-10 14:51:22 +00:00
committed by GitHub
parent e231bf0a46
commit 858b3b7def
5 changed files with 74 additions and 5 deletions

View File

@@ -48,6 +48,10 @@ type ContainerConfig struct {
Restored bool `json:"restored"`
}
type Spec struct {
Annotations map[string]string `json:"annotations,omitempty"`
}
type ContainerdStatus struct {
CreatedAt int64
StartedAt int64