github.com/demonoid81/containerd@v1.3.4/api/events/content.proto (about) 1 syntax = "proto3"; 2 3 package containerd.events; 4 5 import weak "gogoproto/gogo.proto"; 6 import weak "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto"; 7 8 option go_package = "github.com/containerd/containerd/api/events;events"; 9 option (containerd.plugin.fieldpath_all) = true; 10 11 message ContentDelete { 12 string digest = 1 [(gogoproto.customtype) = "github.com/opencontainers/go-digest.Digest", (gogoproto.nullable) = false]; 13 }