syntax = "proto3"; package containerd.services.events.v1; option go_package = "github.com/containerd/containerd/api/services/events/v1;events"; message SnapshotPrepare { string key = 1; string parent = 2; } message SnapshotCommit { string key = 1; string name = 2; } message SnapshotRemove { string key = 1; }