...

Text file src/github.com/containerd/ttrpc/proto/status.proto

Documentation: github.com/containerd/ttrpc/proto

     1syntax = "proto3";
     2
     3message Status {
     4	int32 code = 1;
     5}

View as plain text