mirror of
https://github.com/containerd/containerd.git
synced 2026-07-11 09:09:55 +00:00
9 lines
94 B
Protocol Buffer
9 lines
94 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package containerd.v1;
|
|
|
|
import "gogoproto/gogo.proto";
|
|
|
|
message Empty {
|
|
}
|